Package io.temporal.api.nexus.v1
Interface OutgoingServiceOrBuilder
-
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
OutgoingService,OutgoingService.Builder
@Generated(value="protoc", comments="annotations:OutgoingServiceOrBuilder.java.pb.meta") public interface OutgoingServiceOrBuilder extends com.google.protobuf.MessageOrBuilder
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description TimestampgetCreatedTime()The date and time when the service was created.TimestampOrBuildergetCreatedTimeOrBuilder()The date and time when the service was created.TimestampgetLastModifiedTime()The date and time when the service was last modified.TimestampOrBuildergetLastModifiedTimeOrBuilder()The date and time when the service was last modified.java.lang.StringgetName()Name of the servicecom.google.protobuf.ByteStringgetNameBytes()Name of the serviceOutgoingServiceSpecgetSpec()Spec for the service.OutgoingServiceSpecOrBuildergetSpecOrBuilder()Spec for the service.longgetVersion()Data version for this service, incremented for every mutation.booleanhasCreatedTime()The date and time when the service was created.booleanhasLastModifiedTime()The date and time when the service was last modified.booleanhasSpec()Spec for the service.-
Methods inherited from interface com.google.protobuf.MessageOrBuilder
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
-
-
-
-
Method Detail
-
getVersion
long getVersion()
Data version for this service, incremented for every mutation.
int64 version = 1;- Returns:
- The version.
-
getName
java.lang.String getName()
Name of the service
string name = 2;- Returns:
- The name.
-
getNameBytes
com.google.protobuf.ByteString getNameBytes()
Name of the service
string name = 2;- Returns:
- The bytes for name.
-
hasSpec
boolean hasSpec()
Spec for the service.
.temporal.api.nexus.v1.OutgoingServiceSpec spec = 3;- Returns:
- Whether the spec field is set.
-
getSpec
OutgoingServiceSpec getSpec()
Spec for the service.
.temporal.api.nexus.v1.OutgoingServiceSpec spec = 3;- Returns:
- The spec.
-
getSpecOrBuilder
OutgoingServiceSpecOrBuilder getSpecOrBuilder()
Spec for the service.
.temporal.api.nexus.v1.OutgoingServiceSpec spec = 3;
-
hasCreatedTime
boolean hasCreatedTime()
The date and time when the service was created. (-- api-linter: core::0142::time-field-names=disabled aip.dev/not-precedent: Not following linter rules. --).google.protobuf.Timestamp created_time = 4;- Returns:
- Whether the createdTime field is set.
-
getCreatedTime
Timestamp getCreatedTime()
The date and time when the service was created. (-- api-linter: core::0142::time-field-names=disabled aip.dev/not-precedent: Not following linter rules. --).google.protobuf.Timestamp created_time = 4;- Returns:
- The createdTime.
-
getCreatedTimeOrBuilder
TimestampOrBuilder getCreatedTimeOrBuilder()
The date and time when the service was created. (-- api-linter: core::0142::time-field-names=disabled aip.dev/not-precedent: Not following linter rules. --).google.protobuf.Timestamp created_time = 4;
-
hasLastModifiedTime
boolean hasLastModifiedTime()
The date and time when the service was last modified. Will not be set if the service has never been modified. (-- api-linter: core::0142::time-field-names=disabled aip.dev/not-precedent: Not following linter rules. --).google.protobuf.Timestamp last_modified_time = 5;- Returns:
- Whether the lastModifiedTime field is set.
-
getLastModifiedTime
Timestamp getLastModifiedTime()
The date and time when the service was last modified. Will not be set if the service has never been modified. (-- api-linter: core::0142::time-field-names=disabled aip.dev/not-precedent: Not following linter rules. --).google.protobuf.Timestamp last_modified_time = 5;- Returns:
- The lastModifiedTime.
-
getLastModifiedTimeOrBuilder
TimestampOrBuilder getLastModifiedTimeOrBuilder()
The date and time when the service was last modified. Will not be set if the service has never been modified. (-- api-linter: core::0142::time-field-names=disabled aip.dev/not-precedent: Not following linter rules. --).google.protobuf.Timestamp last_modified_time = 5;
-
-