Package viam.app.v1

Interface App.GetFragmentRequestOrBuilder

All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder
All Known Implementing Classes:
App.GetFragmentRequest, App.GetFragmentRequest.Builder
Enclosing class:
App

public static interface App.GetFragmentRequestOrBuilder extends com.google.protobuf.MessageLiteOrBuilder
  • Method Summary

    Modifier and Type
    Method
    Description
    string current_organization_id = 2 [json_name = "currentOrganizationId"];
    com.google.protobuf.ByteString
    string current_organization_id = 2 [json_name = "currentOrganizationId"];
    string id = 1 [json_name = "id"];
    com.google.protobuf.ByteString
    string id = 1 [json_name = "id"];

    Methods inherited from interface com.google.protobuf.MessageLiteOrBuilder

    getDefaultInstanceForType, isInitialized
  • Method Details

    • getId

      String getId()
      string id = 1 [json_name = "id"];
      Returns:
      The id.
    • getIdBytes

      com.google.protobuf.ByteString getIdBytes()
      string id = 1 [json_name = "id"];
      Returns:
      The bytes for id.
    • getCurrentOrganizationId

      String getCurrentOrganizationId()
      string current_organization_id = 2 [json_name = "currentOrganizationId"];
      Returns:
      The currentOrganizationId.
    • getCurrentOrganizationIdBytes

      com.google.protobuf.ByteString getCurrentOrganizationIdBytes()
      string current_organization_id = 2 [json_name = "currentOrganizationId"];
      Returns:
      The bytes for currentOrganizationId.