All Downloads are FREE. Search and download functionalities are using the official Maven repository.

io.temporal.api.namespace.v1.NamespaceInfoOrBuilder Maven / Gradle / Ivy

There is a newer version: 1.27.0
Show newest version
// Generated by the protocol buffer compiler.  DO NOT EDIT!
// source: temporal/api/namespace/v1/message.proto

package io.temporal.api.namespace.v1;

@javax.annotation.Generated(value="protoc", comments="annotations:NamespaceInfoOrBuilder.java.pb.meta")
public interface NamespaceInfoOrBuilder extends
    // @@protoc_insertion_point(interface_extends:temporal.api.namespace.v1.NamespaceInfo)
    com.google.protobuf.MessageOrBuilder {

  /**
   * string name = 1;
   * @return The name.
   */
  java.lang.String getName();
  /**
   * string name = 1;
   * @return The bytes for name.
   */
  com.google.protobuf.ByteString
      getNameBytes();

  /**
   * .temporal.api.enums.v1.NamespaceState state = 2;
   * @return The enum numeric value on the wire for state.
   */
  int getStateValue();
  /**
   * .temporal.api.enums.v1.NamespaceState state = 2;
   * @return The state.
   */
  io.temporal.api.enums.v1.NamespaceState getState();

  /**
   * string description = 3;
   * @return The description.
   */
  java.lang.String getDescription();
  /**
   * string description = 3;
   * @return The bytes for description.
   */
  com.google.protobuf.ByteString
      getDescriptionBytes();

  /**
   * string owner_email = 4;
   * @return The ownerEmail.
   */
  java.lang.String getOwnerEmail();
  /**
   * string owner_email = 4;
   * @return The bytes for ownerEmail.
   */
  com.google.protobuf.ByteString
      getOwnerEmailBytes();

  /**
   * 
   * A key-value map for any customized purpose.
   * 
* * map<string, string> data = 5; */ int getDataCount(); /** *
   * A key-value map for any customized purpose.
   * 
* * map<string, string> data = 5; */ boolean containsData( java.lang.String key); /** * Use {@link #getDataMap()} instead. */ @java.lang.Deprecated java.util.Map getData(); /** *
   * A key-value map for any customized purpose.
   * 
* * map<string, string> data = 5; */ java.util.Map getDataMap(); /** *
   * A key-value map for any customized purpose.
   * 
* * map<string, string> data = 5; */ 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; */ java.lang.String getDataOrThrow( java.lang.String key); /** * string id = 6; * @return The id. */ java.lang.String getId(); /** * string id = 6; * @return The bytes for id. */ com.google.protobuf.ByteString getIdBytes(); /** *
   * 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; * @return The supportsSchedules. */ boolean getSupportsSchedules(); }




© 2015 - 2025 Weber Informatics LLC | Privacy Policy