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 Details

    • getName

      String getName()
      string name = 1;
      Returns:
      The name.
    • 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

      NamespaceState getState()
      .temporal.api.enums.v1.NamespaceState state = 2;
      Returns:
      The state.
    • getDescription

      String getDescription()
      string description = 3;
      Returns:
      The description.
    • getDescriptionBytes

      com.google.protobuf.ByteString getDescriptionBytes()
      string description = 3;
      Returns:
      The bytes for description.
    • getOwnerEmail

      String getOwnerEmail()
      string owner_email = 4;
      Returns:
      The ownerEmail.
    • 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

      boolean containsData(String key)
       A key-value map for any customized purpose.
       
      map<string, string> data = 5;
    • getData

      Deprecated.
      Use getDataMap() instead.
    • getDataMap

      Map<String,String> getDataMap()
       A key-value map for any customized purpose.
       
      map<string, string> data = 5;
    • getDataOrDefault

      String getDataOrDefault(String key, String defaultValue)
       A key-value map for any customized purpose.
       
      map<string, string> data = 5;
    • getDataOrThrow

      String getDataOrThrow(String key)
       A key-value map for any customized purpose.
       
      map<string, string> data = 5;
    • getId

      String getId()
      string id = 6;
      Returns:
      The id.
    • 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

       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.