Interface Data.BinaryIDOrBuilder

All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder
All Known Implementing Classes:
Data.BinaryID, Data.BinaryID.Builder
Enclosing class:
Data

public static interface Data.BinaryIDOrBuilder extends com.google.protobuf.MessageLiteOrBuilder
  • Method Summary

    Modifier and Type
    Method
    Description
    string file_id = 1 [json_name = "fileId"];
    com.google.protobuf.ByteString
    string file_id = 1 [json_name = "fileId"];
    string location_id = 3 [json_name = "locationId"];
    com.google.protobuf.ByteString
    string location_id = 3 [json_name = "locationId"];
    string organization_id = 2 [json_name = "organizationId"];
    com.google.protobuf.ByteString
    string organization_id = 2 [json_name = "organizationId"];

    Methods inherited from interface com.google.protobuf.MessageLiteOrBuilder

    getDefaultInstanceForType, isInitialized
  • Method Details

    • getFileId

      String getFileId()
      string file_id = 1 [json_name = "fileId"];
      Returns:
      The fileId.
    • getFileIdBytes

      com.google.protobuf.ByteString getFileIdBytes()
      string file_id = 1 [json_name = "fileId"];
      Returns:
      The bytes for fileId.
    • getOrganizationId

      String getOrganizationId()
      string organization_id = 2 [json_name = "organizationId"];
      Returns:
      The organizationId.
    • getOrganizationIdBytes

      com.google.protobuf.ByteString getOrganizationIdBytes()
      string organization_id = 2 [json_name = "organizationId"];
      Returns:
      The bytes for organizationId.
    • getLocationId

      String getLocationId()
      string location_id = 3 [json_name = "locationId"];
      Returns:
      The locationId.
    • getLocationIdBytes

      com.google.protobuf.ByteString getLocationIdBytes()
      string location_id = 3 [json_name = "locationId"];
      Returns:
      The bytes for locationId.