Interface UploadUserDataResponseOrBuilder

All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder, com.google.protobuf.MessageOrBuilder
All Known Implementing Classes:
UploadUserDataResponse, UploadUserDataResponse.Builder

public interface UploadUserDataResponseOrBuilder extends com.google.protobuf.MessageOrBuilder
  • Method Summary

    Modifier and Type
    Method
    Description
    int
    Number of upload data operations received by API.
    The date time at which the request was received by API, formatted as "yyyy-mm-dd hh:mm:ss+|-hh:mm", for example, "2019-01-01 12:32:45-08:00".
    com.google.protobuf.ByteString
    The date time at which the request was received by API, formatted as "yyyy-mm-dd hh:mm:ss+|-hh:mm", for example, "2019-01-01 12:32:45-08:00".
    boolean
    Number of upload data operations received by API.
    boolean
    The date time at which the request was received by API, formatted as "yyyy-mm-dd hh:mm:ss+|-hh:mm", for example, "2019-01-01 12:32:45-08:00".

    Methods inherited from interface com.google.protobuf.MessageLiteOrBuilder

    isInitialized

    Methods inherited from interface com.google.protobuf.MessageOrBuilder

    findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
  • Method Details

    • hasUploadDateTime

      boolean hasUploadDateTime()
       The date time at which the request was received by API, formatted as
       "yyyy-mm-dd hh:mm:ss+|-hh:mm", for example, "2019-01-01 12:32:45-08:00".
       
      optional string upload_date_time = 3;
      Returns:
      Whether the uploadDateTime field is set.
    • getUploadDateTime

      String getUploadDateTime()
       The date time at which the request was received by API, formatted as
       "yyyy-mm-dd hh:mm:ss+|-hh:mm", for example, "2019-01-01 12:32:45-08:00".
       
      optional string upload_date_time = 3;
      Returns:
      The uploadDateTime.
    • getUploadDateTimeBytes

      com.google.protobuf.ByteString getUploadDateTimeBytes()
       The date time at which the request was received by API, formatted as
       "yyyy-mm-dd hh:mm:ss+|-hh:mm", for example, "2019-01-01 12:32:45-08:00".
       
      optional string upload_date_time = 3;
      Returns:
      The bytes for uploadDateTime.
    • hasReceivedOperationsCount

      boolean hasReceivedOperationsCount()
       Number of upload data operations received by API.
       
      optional int32 received_operations_count = 4;
      Returns:
      Whether the receivedOperationsCount field is set.
    • getReceivedOperationsCount

      int getReceivedOperationsCount()
       Number of upload data operations received by API.
       
      optional int32 received_operations_count = 4;
      Returns:
      The receivedOperationsCount.