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 TypeMethodDescriptionintNumber 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.ByteStringThe 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".booleanNumber of upload data operations received by API.booleanThe 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
isInitializedMethods 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.
-