Interface NamespaceInfoOrBuilder
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
NamespaceInfo,NamespaceInfo.Builder
@Generated(value="protoc",
comments="annotations:NamespaceInfoOrBuilder.java.pb.meta")
public interface NamespaceInfoOrBuilder
extends com.google.protobuf.MessageOrBuilder
-
Method Summary
Modifier and TypeMethodDescriptionbooleancontainsData(String key) A key-value map for any customized purpose.All capabilities the namespace supports.All capabilities the namespace supports.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 = 3;com.google.protobuf.ByteStringstring description = 3;getId()string id = 6;com.google.protobuf.ByteStringstring id = 6;Namespace configured limitsNamespace configured limitsgetName()string name = 1;com.google.protobuf.ByteStringstring name = 1;string owner_email = 4;com.google.protobuf.ByteStringstring owner_email = 4;getState().temporal.api.enums.v1.NamespaceState state = 2;int.temporal.api.enums.v1.NamespaceState state = 2;booleanWhether scheduled workflows are supported on this namespace.booleanAll capabilities the namespace supports.booleanNamespace configured limitsMethods 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
-
getName
-
getNameBytes
com.google.protobuf.ByteString getNameBytes()string name = 1;- Returns:
- The bytes for name.
-
getStateValue
int getStateValue().temporal.api.enums.v1.NamespaceState state = 2;- Returns:
- The enum numeric value on the wire for state.
-
getState
-
getDescription
-
getDescriptionBytes
com.google.protobuf.ByteString getDescriptionBytes()string description = 3;- Returns:
- The bytes for description.
-
getOwnerEmail
-
getOwnerEmailBytes
com.google.protobuf.ByteString getOwnerEmailBytes()string owner_email = 4;- Returns:
- The bytes for ownerEmail.
-
getDataCount
int getDataCount()A key-value map for any customized purpose.
map<string, string> data = 5; -
containsData
A key-value map for any customized purpose.
map<string, string> data = 5; -
getData
-
getDataMap
-
getDataOrDefault
-
getDataOrThrow
-
getId
-
getIdBytes
com.google.protobuf.ByteString getIdBytes()string id = 6;- Returns:
- The bytes for id.
-
hasCapabilities
boolean hasCapabilities()All capabilities the namespace supports.
.temporal.api.namespace.v1.NamespaceInfo.Capabilities capabilities = 7;- Returns:
- Whether the capabilities field is set.
-
getCapabilities
NamespaceInfo.Capabilities getCapabilities()All capabilities the namespace supports.
.temporal.api.namespace.v1.NamespaceInfo.Capabilities capabilities = 7;- Returns:
- The capabilities.
-
getCapabilitiesOrBuilder
NamespaceInfo.CapabilitiesOrBuilder getCapabilitiesOrBuilder()All capabilities the namespace supports.
.temporal.api.namespace.v1.NamespaceInfo.Capabilities capabilities = 7; -
hasLimits
boolean hasLimits()Namespace configured limits
.temporal.api.namespace.v1.NamespaceInfo.Limits limits = 8;- Returns:
- Whether the limits field is set.
-
getLimits
NamespaceInfo.Limits getLimits()Namespace configured limits
.temporal.api.namespace.v1.NamespaceInfo.Limits limits = 8;- Returns:
- The limits.
-
getLimitsOrBuilder
NamespaceInfo.LimitsOrBuilder getLimitsOrBuilder()Namespace configured limits
.temporal.api.namespace.v1.NamespaceInfo.Limits limits = 8; -
getSupportsSchedules
boolean getSupportsSchedules()Whether scheduled workflows are supported on this namespace. This is only needed temporarily while the feature is experimental, so we can give it a high tag.
bool supports_schedules = 100;- Returns:
- The supportsSchedules.
-