Package dev.crashteam.crm
Interface GetUserContactInfoResponse.ErrorResponseOrBuilder
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
GetUserContactInfoResponse.ErrorResponse,GetUserContactInfoResponse.ErrorResponse.Builder
- Enclosing class:
- GetUserContactInfoResponse
public static interface GetUserContactInfoResponse.ErrorResponseOrBuilder
extends com.google.protobuf.MessageOrBuilder
-
Method Summary
Modifier and TypeMethodDescriptionoptional string description = 2;com.google.protobuf.ByteStringoptional string description = 2;.crm.GetUserContactInfoResponse.ErrorResponse.ErrorCode errorCode = 1;int.crm.GetUserContactInfoResponse.ErrorResponse.ErrorCode errorCode = 1;booleanoptional string description = 2;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
-
getErrorCodeValue
int getErrorCodeValue().crm.GetUserContactInfoResponse.ErrorResponse.ErrorCode errorCode = 1;- Returns:
- The enum numeric value on the wire for errorCode.
-
getErrorCode
GetUserContactInfoResponse.ErrorResponse.ErrorCode getErrorCode().crm.GetUserContactInfoResponse.ErrorResponse.ErrorCode errorCode = 1;- Returns:
- The errorCode.
-
hasDescription
boolean hasDescription()optional string description = 2;- Returns:
- Whether the description field is set.
-
getDescription
String getDescription()optional string description = 2;- Returns:
- The description.
-
getDescriptionBytes
com.google.protobuf.ByteString getDescriptionBytes()optional string description = 2;- Returns:
- The bytes for description.
-