Interface UpdateDeploymentMetadataOrBuilder
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
UpdateDeploymentMetadata,UpdateDeploymentMetadata.Builder
@Generated(value="protoc",
comments="annotations:UpdateDeploymentMetadataOrBuilder.java.pb.meta")
public interface UpdateDeploymentMetadataOrBuilder
extends com.google.protobuf.MessageOrBuilder
-
Method Summary
Modifier and TypeMethodDescriptionbooleanmap<string, .temporal.api.common.v1.Payload> upsert_entries = 1;getRemoveEntries(int index) List of keys to remove from the metadata.com.google.protobuf.ByteStringgetRemoveEntriesBytes(int index) List of keys to remove from the metadata.intList of keys to remove from the metadata.List of keys to remove from the metadata.Deprecated.intmap<string, .temporal.api.common.v1.Payload> upsert_entries = 1;map<string, .temporal.api.common.v1.Payload> upsert_entries = 1;getUpsertEntriesOrDefault(String key, Payload defaultValue) map<string, .temporal.api.common.v1.Payload> upsert_entries = 1;map<string, .temporal.api.common.v1.Payload> upsert_entries = 1;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
-
getUpsertEntriesCount
int getUpsertEntriesCount()map<string, .temporal.api.common.v1.Payload> upsert_entries = 1; -
containsUpsertEntries
map<string, .temporal.api.common.v1.Payload> upsert_entries = 1; -
getUpsertEntries
-
getUpsertEntriesMap
-
getUpsertEntriesOrDefault
-
getUpsertEntriesOrThrow
-
getRemoveEntriesList
-
getRemoveEntriesCount
int getRemoveEntriesCount()List of keys to remove from the metadata.
repeated string remove_entries = 2;- Returns:
- The count of removeEntries.
-
getRemoveEntries
List of keys to remove from the metadata.
repeated string remove_entries = 2;- 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 = 2;- Parameters:
index- The index of the value to return.- Returns:
- The bytes of the removeEntries at the given index.
-