public interface TransferConversionRequestCancelledOrBuilder
extends com.google.protobuf.MessageOrBuilder
| Modifier and Type | Method and Description |
|---|---|
com.google.protobuf.StringValue |
getReason()
Reason.
|
com.google.protobuf.StringValueOrBuilder |
getReasonOrBuilder()
Reason.
|
com.google.protobuf.StringValue |
getRequestId()
Correlation request identifier
|
com.google.protobuf.StringValueOrBuilder |
getRequestIdOrBuilder()
Correlation request identifier
|
com.google.rpc.Status |
getTransactionId()
transaction id
|
com.google.rpc.StatusOrBuilder |
getTransactionIdOrBuilder()
transaction id
|
boolean |
hasReason()
Reason.
|
boolean |
hasRequestId()
Correlation request identifier
|
boolean |
hasTransactionId()
transaction id
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneofboolean hasRequestId()
Correlation request identifier
.google.protobuf.StringValue request_id = 1;com.google.protobuf.StringValue getRequestId()
Correlation request identifier
.google.protobuf.StringValue request_id = 1;com.google.protobuf.StringValueOrBuilder getRequestIdOrBuilder()
Correlation request identifier
.google.protobuf.StringValue request_id = 1;boolean hasReason()
Reason.
.google.protobuf.StringValue reason = 2;com.google.protobuf.StringValue getReason()
Reason.
.google.protobuf.StringValue reason = 2;com.google.protobuf.StringValueOrBuilder getReasonOrBuilder()
Reason.
.google.protobuf.StringValue reason = 2;boolean hasTransactionId()
transaction id
.google.rpc.Status transaction_id = 3;com.google.rpc.Status getTransactionId()
transaction id
.google.rpc.Status transaction_id = 3;com.google.rpc.StatusOrBuilder getTransactionIdOrBuilder()
transaction id
.google.rpc.Status transaction_id = 3;Copyright © 2020. All rights reserved.