Interface CreateNexusEndpointRequestOrBuilder
-
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
CreateNexusEndpointRequest,CreateNexusEndpointRequest.Builder
@Generated(value="protoc", comments="annotations:CreateNexusEndpointRequestOrBuilder.java.pb.meta") public interface CreateNexusEndpointRequestOrBuilder extends com.google.protobuf.MessageOrBuilder
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description java.lang.StringgetAsyncOperationId()The id to use for this async operation - optional.com.google.protobuf.ByteStringgetAsyncOperationIdBytes()The id to use for this async operation - optional.EndpointSpecgetSpec()The spec for the nexus endpoint.EndpointSpecOrBuildergetSpecOrBuilder()The spec for the nexus endpoint.booleanhasSpec()The spec for the nexus endpoint.-
Methods inherited from interface com.google.protobuf.MessageOrBuilder
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
-
-
-
-
Method Detail
-
hasSpec
boolean hasSpec()
The spec for the nexus endpoint.
.temporal.api.cloud.nexus.v1.EndpointSpec spec = 1;- Returns:
- Whether the spec field is set.
-
getSpec
EndpointSpec getSpec()
The spec for the nexus endpoint.
.temporal.api.cloud.nexus.v1.EndpointSpec spec = 1;- Returns:
- The spec.
-
getSpecOrBuilder
EndpointSpecOrBuilder getSpecOrBuilder()
The spec for the nexus endpoint.
.temporal.api.cloud.nexus.v1.EndpointSpec spec = 1;
-
getAsyncOperationId
java.lang.String getAsyncOperationId()
The id to use for this async operation - optional.
string async_operation_id = 2;- Returns:
- The asyncOperationId.
-
getAsyncOperationIdBytes
com.google.protobuf.ByteString getAsyncOperationIdBytes()
The id to use for this async operation - optional.
string async_operation_id = 2;- Returns:
- The bytes for asyncOperationId.
-
-