Interface UpdateNexusEndpointResponseOrBuilder
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
UpdateNexusEndpointResponse,UpdateNexusEndpointResponse.Builder
@Generated(value="protoc",
comments="annotations:UpdateNexusEndpointResponseOrBuilder.java.pb.meta")
public interface UpdateNexusEndpointResponseOrBuilder
extends com.google.protobuf.MessageOrBuilder
-
Method Summary
Modifier and TypeMethodDescriptionData post acceptance.Data post acceptance.booleanData post acceptance.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
-
hasEndpoint
boolean hasEndpoint()Data post acceptance. Can be used to issue additional updates to this record.
.temporal.api.nexus.v1.Endpoint endpoint = 1;- Returns:
- Whether the endpoint field is set.
-
getEndpoint
Endpoint getEndpoint()Data post acceptance. Can be used to issue additional updates to this record.
.temporal.api.nexus.v1.Endpoint endpoint = 1;- Returns:
- The endpoint.
-
getEndpointOrBuilder
EndpointOrBuilder getEndpointOrBuilder()Data post acceptance. Can be used to issue additional updates to this record.
.temporal.api.nexus.v1.Endpoint endpoint = 1;
-