Interface UpdateWorkerDeploymentVersionMetadataRequestOrBuilder
-
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
UpdateWorkerDeploymentVersionMetadataRequest,UpdateWorkerDeploymentVersionMetadataRequest.Builder
@Generated(value="protoc", comments="annotations:UpdateWorkerDeploymentVersionMetadataRequestOrBuilder.java.pb.meta") public interface UpdateWorkerDeploymentVersionMetadataRequestOrBuilder extends com.google.protobuf.MessageOrBuilder
-
-
Method Summary
All Methods Instance Methods Abstract Methods Deprecated Methods Modifier and Type Method Description booleancontainsUpsertEntries(java.lang.String key)map<string, .temporal.api.common.v1.Payload> upsert_entries = 3;WorkerDeploymentVersiongetDeploymentVersion()Required.WorkerDeploymentVersionOrBuildergetDeploymentVersionOrBuilder()Required.java.lang.StringgetIdentity()Optional.com.google.protobuf.ByteStringgetIdentityBytes()Optional.java.lang.StringgetNamespace()string namespace = 1;com.google.protobuf.ByteStringgetNamespaceBytes()string namespace = 1;java.lang.StringgetRemoveEntries(int index)List of keys to remove from the metadata.com.google.protobuf.ByteStringgetRemoveEntriesBytes(int index)List of keys to remove from the metadata.intgetRemoveEntriesCount()List of keys to remove from the metadata.java.util.List<java.lang.String>getRemoveEntriesList()List of keys to remove from the metadata.java.util.Map<java.lang.String,Payload>getUpsertEntries()Deprecated.intgetUpsertEntriesCount()map<string, .temporal.api.common.v1.Payload> upsert_entries = 3;java.util.Map<java.lang.String,Payload>getUpsertEntriesMap()map<string, .temporal.api.common.v1.Payload> upsert_entries = 3;PayloadgetUpsertEntriesOrDefault(java.lang.String key, Payload defaultValue)map<string, .temporal.api.common.v1.Payload> upsert_entries = 3;PayloadgetUpsertEntriesOrThrow(java.lang.String key)map<string, .temporal.api.common.v1.Payload> upsert_entries = 3;java.lang.StringgetVersion()Deprecated.temporal.api.workflowservice.v1.UpdateWorkerDeploymentVersionMetadataRequest.version is deprecated.com.google.protobuf.ByteStringgetVersionBytes()Deprecated.temporal.api.workflowservice.v1.UpdateWorkerDeploymentVersionMetadataRequest.version is deprecated.booleanhasDeploymentVersion()Required.-
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()
string namespace = 1;- Returns:
- The namespace.
-
getNamespaceBytes
com.google.protobuf.ByteString getNamespaceBytes()
string namespace = 1;- Returns:
- The bytes for namespace.
-
getVersion
@Deprecated java.lang.String getVersion()
Deprecated.temporal.api.workflowservice.v1.UpdateWorkerDeploymentVersionMetadataRequest.version is deprecated. See temporal/api/workflowservice/v1/request_response.proto;l=2298Deprecated. Use `deployment_version`.
string version = 2 [deprecated = true];- Returns:
- The version.
-
getVersionBytes
@Deprecated com.google.protobuf.ByteString getVersionBytes()
Deprecated.temporal.api.workflowservice.v1.UpdateWorkerDeploymentVersionMetadataRequest.version is deprecated. See temporal/api/workflowservice/v1/request_response.proto;l=2298Deprecated. Use `deployment_version`.
string version = 2 [deprecated = true];- Returns:
- The bytes for version.
-
hasDeploymentVersion
boolean hasDeploymentVersion()
Required.
.temporal.api.deployment.v1.WorkerDeploymentVersion deployment_version = 5;- Returns:
- Whether the deploymentVersion field is set.
-
getDeploymentVersion
WorkerDeploymentVersion getDeploymentVersion()
Required.
.temporal.api.deployment.v1.WorkerDeploymentVersion deployment_version = 5;- Returns:
- The deploymentVersion.
-
getDeploymentVersionOrBuilder
WorkerDeploymentVersionOrBuilder getDeploymentVersionOrBuilder()
Required.
.temporal.api.deployment.v1.WorkerDeploymentVersion deployment_version = 5;
-
getUpsertEntriesCount
int getUpsertEntriesCount()
map<string, .temporal.api.common.v1.Payload> upsert_entries = 3;
-
containsUpsertEntries
boolean containsUpsertEntries(java.lang.String key)
map<string, .temporal.api.common.v1.Payload> upsert_entries = 3;
-
getUpsertEntries
@Deprecated java.util.Map<java.lang.String,Payload> getUpsertEntries()
Deprecated.UsegetUpsertEntriesMap()instead.
-
getUpsertEntriesMap
java.util.Map<java.lang.String,Payload> getUpsertEntriesMap()
map<string, .temporal.api.common.v1.Payload> upsert_entries = 3;
-
getUpsertEntriesOrDefault
Payload getUpsertEntriesOrDefault(java.lang.String key, Payload defaultValue)
map<string, .temporal.api.common.v1.Payload> upsert_entries = 3;
-
getUpsertEntriesOrThrow
Payload getUpsertEntriesOrThrow(java.lang.String key)
map<string, .temporal.api.common.v1.Payload> upsert_entries = 3;
-
getRemoveEntriesList
java.util.List<java.lang.String> getRemoveEntriesList()
List of keys to remove from the metadata.
repeated string remove_entries = 4;- Returns:
- A list containing the removeEntries.
-
getRemoveEntriesCount
int getRemoveEntriesCount()
List of keys to remove from the metadata.
repeated string remove_entries = 4;- Returns:
- The count of removeEntries.
-
getRemoveEntries
java.lang.String getRemoveEntries(int index)
List of keys to remove from the metadata.
repeated string remove_entries = 4;- Parameters:
index- The index of the element to return.- Returns:
- The removeEntries at the given index.
-
getRemoveEntriesBytes
com.google.protobuf.ByteString getRemoveEntriesBytes(int index)
List of keys to remove from the metadata.
repeated string remove_entries = 4;- Parameters:
index- The index of the value to return.- Returns:
- The bytes of the removeEntries at the given index.
-
getIdentity
java.lang.String getIdentity()
Optional. The identity of the client who initiated this request.
string identity = 6;- Returns:
- The identity.
-
getIdentityBytes
com.google.protobuf.ByteString getIdentityBytes()
Optional. The identity of the client who initiated this request.
string identity = 6;- Returns:
- The bytes for identity.
-
-