Interface CreateNexusEndpointResponseOrBuilder
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
CreateNexusEndpointResponse,CreateNexusEndpointResponse.Builder
@Generated(value="protoc",
comments="annotations:CreateNexusEndpointResponseOrBuilder.java.pb.meta")
public interface CreateNexusEndpointResponseOrBuilder
extends com.google.protobuf.MessageOrBuilder
-
Method Summary
Modifier and TypeMethodDescriptionThe async operation.The async operation.The id of the endpoint that was created.com.google.protobuf.ByteStringThe id of the endpoint that was created.booleanThe async operation.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
-
getEndpointId
String getEndpointId()The id of the endpoint that was created.
string endpoint_id = 1;- Returns:
- The endpointId.
-
getEndpointIdBytes
com.google.protobuf.ByteString getEndpointIdBytes()The id of the endpoint that was created.
string endpoint_id = 1;- Returns:
- The bytes for endpointId.
-
hasAsyncOperation
boolean hasAsyncOperation()The async operation.
.temporal.api.cloud.operation.v1.AsyncOperation async_operation = 2;- Returns:
- Whether the asyncOperation field is set.
-
getAsyncOperation
AsyncOperation getAsyncOperation()The async operation.
.temporal.api.cloud.operation.v1.AsyncOperation async_operation = 2;- Returns:
- The asyncOperation.
-
getAsyncOperationOrBuilder
AsyncOperationOrBuilder getAsyncOperationOrBuilder()The async operation.
.temporal.api.cloud.operation.v1.AsyncOperation async_operation = 2;
-