Interface UpdateNamespaceInfoOrBuilder
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
UpdateNamespaceInfo,UpdateNamespaceInfo.Builder
@Generated(value="protoc",
comments="annotations:UpdateNamespaceInfoOrBuilder.java.pb.meta")
public interface UpdateNamespaceInfoOrBuilder
extends com.google.protobuf.MessageOrBuilder
-
Method Summary
Modifier and TypeMethodDescriptionbooleancontainsData(String key) A key-value map for any customized purpose.getData()Deprecated.intA key-value map for any customized purpose.A key-value map for any customized purpose.getDataOrDefault(String key, String defaultValue) A key-value map for any customized purpose.getDataOrThrow(String key) A key-value map for any customized purpose.string description = 1;com.google.protobuf.ByteStringstring description = 1;string owner_email = 2;com.google.protobuf.ByteStringstring owner_email = 2;getState()New namespace state, server will reject if transition is not allowed.intNew namespace state, server will reject if transition is not allowed.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
-
getDescription
-
getDescriptionBytes
com.google.protobuf.ByteString getDescriptionBytes()string description = 1;- Returns:
- The bytes for description.
-
getOwnerEmail
-
getOwnerEmailBytes
com.google.protobuf.ByteString getOwnerEmailBytes()string owner_email = 2;- Returns:
- The bytes for ownerEmail.
-
getDataCount
int getDataCount()A key-value map for any customized purpose. If data already exists on the namespace, this will merge with the existing key values.
map<string, string> data = 3; -
containsData
A key-value map for any customized purpose. If data already exists on the namespace, this will merge with the existing key values.
map<string, string> data = 3; -
getData
-
getDataMap
-
getDataOrDefault
-
getDataOrThrow
-
getStateValue
int getStateValue()New namespace state, server will reject if transition is not allowed. Allowed transitions are: Registered -> [ Deleted | Deprecated | Handover ] Handover -> [ Registered ] Default is NAMESPACE_STATE_UNSPECIFIED which is do not change state.
.temporal.api.enums.v1.NamespaceState state = 4;- Returns:
- The enum numeric value on the wire for state.
-
getState
NamespaceState getState()New namespace state, server will reject if transition is not allowed. Allowed transitions are: Registered -> [ Deleted | Deprecated | Handover ] Handover -> [ Registered ] Default is NAMESPACE_STATE_UNSPECIFIED which is do not change state.
.temporal.api.enums.v1.NamespaceState state = 4;- Returns:
- The state.
-