Interface Collect.ResponseOrBuilder
-
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
Collect.Response,Collect.Response.Builder
- Enclosing class:
- Collect
public static interface Collect.ResponseOrBuilder extends com.google.protobuf.MessageOrBuilder
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description intgetStatus()int32 status = 1;java.lang.StringgetStatusCode()string statusCode = 2;com.google.protobuf.ByteStringgetStatusCodeBytes()string statusCode = 2;-
Methods inherited from interface com.google.protobuf.MessageOrBuilder
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
-
-
-
-
Method Detail
-
getStatus
int getStatus()
int32 status = 1;- Returns:
- The status.
-
getStatusCode
java.lang.String getStatusCode()
string statusCode = 2;- Returns:
- The statusCode.
-
getStatusCodeBytes
com.google.protobuf.ByteString getStatusCodeBytes()
string statusCode = 2;- Returns:
- The bytes for statusCode.
-
-