Interface UpdateNexusEndpointRequestOrBuilder
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
UpdateNexusEndpointRequest,UpdateNexusEndpointRequest.Builder
@Generated(value="protoc",
comments="annotations:UpdateNexusEndpointRequestOrBuilder.java.pb.meta")
public interface UpdateNexusEndpointRequestOrBuilder
extends com.google.protobuf.MessageOrBuilder
-
Method Summary
Modifier and TypeMethodDescriptiongetId()Server-generated unique endpoint ID.com.google.protobuf.ByteStringServer-generated unique endpoint ID.getSpec().temporal.api.nexus.v1.EndpointSpec spec = 3;.temporal.api.nexus.v1.EndpointSpec spec = 3;longData version for this endpoint.booleanhasSpec().temporal.api.nexus.v1.EndpointSpec spec = 3;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
-
getId
-
getIdBytes
com.google.protobuf.ByteString getIdBytes()Server-generated unique endpoint ID.
string id = 1;- Returns:
- The bytes for id.
-
getVersion
long getVersion()Data version for this endpoint. Must match current version.
int64 version = 2;- Returns:
- The version.
-
hasSpec
boolean hasSpec().temporal.api.nexus.v1.EndpointSpec spec = 3;- Returns:
- Whether the spec field is set.
-
getSpec
-
getSpecOrBuilder
EndpointSpecOrBuilder getSpecOrBuilder().temporal.api.nexus.v1.EndpointSpec spec = 3;
-