Interface CreateNexusOutgoingServiceRequestOrBuilder
-
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
CreateNexusOutgoingServiceRequest,CreateNexusOutgoingServiceRequest.Builder
@Generated(value="protoc", comments="annotations:CreateNexusOutgoingServiceRequestOrBuilder.java.pb.meta") public interface CreateNexusOutgoingServiceRequestOrBuilder extends com.google.protobuf.MessageOrBuilder
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description java.lang.StringgetName()Name of service to create.com.google.protobuf.ByteStringgetNameBytes()Name of service to create.java.lang.StringgetNamespace()Namespace to create this service definition in.com.google.protobuf.ByteStringgetNamespaceBytes()Namespace to create this service definition in.OutgoingServiceSpecgetSpec()Service definition to create.OutgoingServiceSpecOrBuildergetSpecOrBuilder()Service definition to create.booleanhasSpec()Service definition to create.-
Methods inherited from interface com.google.protobuf.MessageOrBuilder
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
-
-
-
-
Method Detail
-
getNamespace
java.lang.String getNamespace()
Namespace to create this service definition in.
string namespace = 1;- Returns:
- The namespace.
-
getNamespaceBytes
com.google.protobuf.ByteString getNamespaceBytes()
Namespace to create this service definition in.
string namespace = 1;- Returns:
- The bytes for namespace.
-
getName
java.lang.String getName()
Name of service to create.
string name = 2;- Returns:
- The name.
-
getNameBytes
com.google.protobuf.ByteString getNameBytes()
Name of service to create.
string name = 2;- Returns:
- The bytes for name.
-
hasSpec
boolean hasSpec()
Service definition to create. Does not contain a version because there's nothing to match against.
.temporal.api.nexus.v1.OutgoingServiceSpec spec = 3;- Returns:
- Whether the spec field is set.
-
getSpec
OutgoingServiceSpec getSpec()
Service definition to create. Does not contain a version because there's nothing to match against.
.temporal.api.nexus.v1.OutgoingServiceSpec spec = 3;- Returns:
- The spec.
-
getSpecOrBuilder
OutgoingServiceSpecOrBuilder getSpecOrBuilder()
Service definition to create. Does not contain a version because there's nothing to match against.
.temporal.api.nexus.v1.OutgoingServiceSpec spec = 3;
-
-