Interface GetNexusEndpointResponseOrBuilder
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
GetNexusEndpointResponse,GetNexusEndpointResponse.Builder
@Generated(value="protoc",
comments="annotations:GetNexusEndpointResponseOrBuilder.java.pb.meta")
public interface GetNexusEndpointResponseOrBuilder
extends com.google.protobuf.MessageOrBuilder
-
Method Summary
Modifier and TypeMethodDescriptionThe nexus endpoint.The nexus endpoint.booleanThe nexus endpoint.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()The nexus endpoint.
.temporal.api.cloud.nexus.v1.Endpoint endpoint = 1;- Returns:
- Whether the endpoint field is set.
-
getEndpoint
Endpoint getEndpoint()The nexus endpoint.
.temporal.api.cloud.nexus.v1.Endpoint endpoint = 1;- Returns:
- The endpoint.
-
getEndpointOrBuilder
EndpointOrBuilder getEndpointOrBuilder()The nexus endpoint.
.temporal.api.cloud.nexus.v1.Endpoint endpoint = 1;
-