Interface DataSync.DataCaptureUploadResponseOrBuilder

All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder
All Known Implementing Classes:
DataSync.DataCaptureUploadResponse, DataSync.DataCaptureUploadResponse.Builder
Enclosing class:
DataSync

public static interface DataSync.DataCaptureUploadResponseOrBuilder 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"];

    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.