Interface DeleteNexusEndpointResponseOrBuilder
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
DeleteNexusEndpointResponse,DeleteNexusEndpointResponse.Builder
@Generated(value="protoc",
comments="annotations:DeleteNexusEndpointResponseOrBuilder.java.pb.meta")
public interface DeleteNexusEndpointResponseOrBuilder
extends com.google.protobuf.MessageOrBuilder
-
Method Summary
Modifier and TypeMethodDescriptionThe async operationThe async operationbooleanThe async operationMethods 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
-
hasAsyncOperation
boolean hasAsyncOperation()The async operation
.temporal.api.cloud.operation.v1.AsyncOperation async_operation = 1;- Returns:
- Whether the asyncOperation field is set.
-
getAsyncOperation
AsyncOperation getAsyncOperation()The async operation
.temporal.api.cloud.operation.v1.AsyncOperation async_operation = 1;- Returns:
- The asyncOperation.
-
getAsyncOperationOrBuilder
AsyncOperationOrBuilder getAsyncOperationOrBuilder()The async operation
.temporal.api.cloud.operation.v1.AsyncOperation async_operation = 1;
-