public interface CreateContactRequestOrBuilder
extends com.google.protobuf.MessageOrBuilder
| Modifier and Type | Method and Description |
|---|---|
com.google.protobuf.StringValue |
getAccountNumber()
.google.protobuf.StringValue account_number = 2; |
com.google.protobuf.StringValueOrBuilder |
getAccountNumberOrBuilder()
.google.protobuf.StringValue account_number = 2; |
com.google.protobuf.BoolValue |
getCurrent()
.google.protobuf.BoolValue current = 5; |
com.google.protobuf.BoolValueOrBuilder |
getCurrentOrBuilder()
.google.protobuf.BoolValue current = 5; |
com.google.protobuf.StringValue |
getName()
.google.protobuf.StringValue name = 4; |
com.google.protobuf.StringValueOrBuilder |
getNameOrBuilder()
.google.protobuf.StringValue name = 4; |
com.google.protobuf.StringValue |
getReason()
.google.protobuf.StringValue reason = 7; |
com.google.protobuf.StringValueOrBuilder |
getReasonOrBuilder()
.google.protobuf.StringValue reason = 7; |
com.google.protobuf.StringValue |
getRequestId()
A universally unique identifier for this request.
|
com.google.protobuf.StringValueOrBuilder |
getRequestIdOrBuilder()
A universally unique identifier for this request.
|
com.google.protobuf.StringValue |
getTelephoneNumber()
.google.protobuf.StringValue telephone_number = 6; |
com.google.protobuf.StringValueOrBuilder |
getTelephoneNumberOrBuilder()
.google.protobuf.StringValue telephone_number = 6; |
com.google.protobuf.StringValue |
getUserId()
.google.protobuf.StringValue user_id = 8; |
com.google.protobuf.StringValueOrBuilder |
getUserIdOrBuilder()
.google.protobuf.StringValue user_id = 8; |
boolean |
hasAccountNumber()
.google.protobuf.StringValue account_number = 2; |
boolean |
hasCurrent()
.google.protobuf.BoolValue current = 5; |
boolean |
hasName()
.google.protobuf.StringValue name = 4; |
boolean |
hasReason()
.google.protobuf.StringValue reason = 7; |
boolean |
hasRequestId()
A universally unique identifier for this request.
|
boolean |
hasTelephoneNumber()
.google.protobuf.StringValue telephone_number = 6; |
boolean |
hasUserId()
.google.protobuf.StringValue user_id = 8; |
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneofboolean hasRequestId()
A universally unique identifier for this request. Used for idempotency and correlation with asynchronous notifications.
.google.protobuf.StringValue request_id = 1;com.google.protobuf.StringValue getRequestId()
A universally unique identifier for this request. Used for idempotency and correlation with asynchronous notifications.
.google.protobuf.StringValue request_id = 1;com.google.protobuf.StringValueOrBuilder getRequestIdOrBuilder()
A universally unique identifier for this request. Used for idempotency and correlation with asynchronous notifications.
.google.protobuf.StringValue request_id = 1;boolean hasAccountNumber()
.google.protobuf.StringValue account_number = 2;com.google.protobuf.StringValue getAccountNumber()
.google.protobuf.StringValue account_number = 2;com.google.protobuf.StringValueOrBuilder getAccountNumberOrBuilder()
.google.protobuf.StringValue account_number = 2;boolean hasName()
.google.protobuf.StringValue name = 4;com.google.protobuf.StringValue getName()
.google.protobuf.StringValue name = 4;com.google.protobuf.StringValueOrBuilder getNameOrBuilder()
.google.protobuf.StringValue name = 4;boolean hasCurrent()
.google.protobuf.BoolValue current = 5;com.google.protobuf.BoolValue getCurrent()
.google.protobuf.BoolValue current = 5;com.google.protobuf.BoolValueOrBuilder getCurrentOrBuilder()
.google.protobuf.BoolValue current = 5;boolean hasTelephoneNumber()
.google.protobuf.StringValue telephone_number = 6;com.google.protobuf.StringValue getTelephoneNumber()
.google.protobuf.StringValue telephone_number = 6;com.google.protobuf.StringValueOrBuilder getTelephoneNumberOrBuilder()
.google.protobuf.StringValue telephone_number = 6;boolean hasReason()
.google.protobuf.StringValue reason = 7;com.google.protobuf.StringValue getReason()
.google.protobuf.StringValue reason = 7;com.google.protobuf.StringValueOrBuilder getReasonOrBuilder()
.google.protobuf.StringValue reason = 7;boolean hasUserId()
.google.protobuf.StringValue user_id = 8;com.google.protobuf.StringValue getUserId()
.google.protobuf.StringValue user_id = 8;com.google.protobuf.StringValueOrBuilder getUserIdOrBuilder()
.google.protobuf.StringValue user_id = 8;Copyright © 2020. All rights reserved.