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

      All Methods Instance Methods Abstract Methods Deprecated Methods 
      Modifier and Type Method Description
      boolean containsData​(java.lang.String key)
      A key-value map for any customized purpose.
      java.util.Map<java.lang.String,​java.lang.String> getData()
      Deprecated.
      int getDataCount()
      A key-value map for any customized purpose.
      java.util.Map<java.lang.String,​java.lang.String> getDataMap()
      A key-value map for any customized purpose.
      java.lang.String getDataOrDefault​(java.lang.String key, java.lang.String defaultValue)
      A key-value map for any customized purpose.
      java.lang.String getDataOrThrow​(java.lang.String key)
      A key-value map for any customized purpose.
      java.lang.String getDescription()
      string description = 3;
      com.google.protobuf.ByteString getDescriptionBytes()
      string description = 3;
      java.lang.String getId()
      string id = 6;
      com.google.protobuf.ByteString getIdBytes()
      string id = 6;
      java.lang.String getName()
      string name = 1;
      com.google.protobuf.ByteString getNameBytes()
      string name = 1;
      java.lang.String getOwnerEmail()
      string owner_email = 4;
      com.google.protobuf.ByteString getOwnerEmailBytes()
      string owner_email = 4;
      NamespaceState getState()
      .temporal.api.enums.v1.NamespaceState state = 2;
      int getStateValue()
      .temporal.api.enums.v1.NamespaceState state = 2;
      boolean getSupportsSchedules()
      Whether scheduled workflows are supported on this namespace.
      • Methods inherited from interface com.google.protobuf.MessageLiteOrBuilder

        isInitialized
      • Methods inherited from interface com.google.protobuf.MessageOrBuilder

        findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
    • Method Detail

      • getName

        java.lang.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

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

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

        java.lang.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​(java.lang.String key)
         A key-value map for any customized purpose.
         
        map<string, string> data = 5;
      • getData

        @Deprecated
        java.util.Map<java.lang.String,​java.lang.String> getData()
        Deprecated.
        Use getDataMap() instead.
      • getDataMap

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

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

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

        java.lang.String getId()
        string id = 6;
        Returns:
        The id.
      • getIdBytes

        com.google.protobuf.ByteString getIdBytes()
        string id = 6;
        Returns:
        The bytes for id.
      • 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.