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

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

There is a newer version: 1.24.1
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:NamespaceConfigOrBuilder.java.pb.meta")
public interface NamespaceConfigOrBuilder extends
    // @@protoc_insertion_point(interface_extends:temporal.api.namespace.v1.NamespaceConfig)
    com.google.protobuf.MessageOrBuilder {

  /**
   * .google.protobuf.Duration workflow_execution_retention_ttl = 1 [(.gogoproto.stdduration) = true];
   * @return Whether the workflowExecutionRetentionTtl field is set.
   */
  boolean hasWorkflowExecutionRetentionTtl();
  /**
   * .google.protobuf.Duration workflow_execution_retention_ttl = 1 [(.gogoproto.stdduration) = true];
   * @return The workflowExecutionRetentionTtl.
   */
  com.google.protobuf.Duration getWorkflowExecutionRetentionTtl();
  /**
   * .google.protobuf.Duration workflow_execution_retention_ttl = 1 [(.gogoproto.stdduration) = true];
   */
  com.google.protobuf.DurationOrBuilder getWorkflowExecutionRetentionTtlOrBuilder();

  /**
   * .temporal.api.namespace.v1.BadBinaries bad_binaries = 2;
   * @return Whether the badBinaries field is set.
   */
  boolean hasBadBinaries();
  /**
   * .temporal.api.namespace.v1.BadBinaries bad_binaries = 2;
   * @return The badBinaries.
   */
  io.temporal.api.namespace.v1.BadBinaries getBadBinaries();
  /**
   * .temporal.api.namespace.v1.BadBinaries bad_binaries = 2;
   */
  io.temporal.api.namespace.v1.BadBinariesOrBuilder getBadBinariesOrBuilder();

  /**
   * 
   * If unspecified (ARCHIVAL_STATE_UNSPECIFIED) then default server configuration is used.
   * 
* * .temporal.api.enums.v1.ArchivalState history_archival_state = 3; * @return The enum numeric value on the wire for historyArchivalState. */ int getHistoryArchivalStateValue(); /** *
   * If unspecified (ARCHIVAL_STATE_UNSPECIFIED) then default server configuration is used.
   * 
* * .temporal.api.enums.v1.ArchivalState history_archival_state = 3; * @return The historyArchivalState. */ io.temporal.api.enums.v1.ArchivalState getHistoryArchivalState(); /** * string history_archival_uri = 4; * @return The historyArchivalUri. */ java.lang.String getHistoryArchivalUri(); /** * string history_archival_uri = 4; * @return The bytes for historyArchivalUri. */ com.google.protobuf.ByteString getHistoryArchivalUriBytes(); /** *
   * If unspecified (ARCHIVAL_STATE_UNSPECIFIED) then default server configuration is used.
   * 
* * .temporal.api.enums.v1.ArchivalState visibility_archival_state = 5; * @return The enum numeric value on the wire for visibilityArchivalState. */ int getVisibilityArchivalStateValue(); /** *
   * If unspecified (ARCHIVAL_STATE_UNSPECIFIED) then default server configuration is used.
   * 
* * .temporal.api.enums.v1.ArchivalState visibility_archival_state = 5; * @return The visibilityArchivalState. */ io.temporal.api.enums.v1.ArchivalState getVisibilityArchivalState(); /** * string visibility_archival_uri = 6; * @return The visibilityArchivalUri. */ java.lang.String getVisibilityArchivalUri(); /** * string visibility_archival_uri = 6; * @return The bytes for visibilityArchivalUri. */ com.google.protobuf.ByteString getVisibilityArchivalUriBytes(); /** *
   * Map from field name to alias.
   * 
* * map<string, string> custom_search_attribute_aliases = 7; */ int getCustomSearchAttributeAliasesCount(); /** *
   * Map from field name to alias.
   * 
* * map<string, string> custom_search_attribute_aliases = 7; */ boolean containsCustomSearchAttributeAliases( java.lang.String key); /** * Use {@link #getCustomSearchAttributeAliasesMap()} instead. */ @java.lang.Deprecated java.util.Map getCustomSearchAttributeAliases(); /** *
   * Map from field name to alias.
   * 
* * map<string, string> custom_search_attribute_aliases = 7; */ java.util.Map getCustomSearchAttributeAliasesMap(); /** *
   * Map from field name to alias.
   * 
* * map<string, string> custom_search_attribute_aliases = 7; */ java.lang.String getCustomSearchAttributeAliasesOrDefault( java.lang.String key, java.lang.String defaultValue); /** *
   * Map from field name to alias.
   * 
* * map<string, string> custom_search_attribute_aliases = 7; */ java.lang.String getCustomSearchAttributeAliasesOrThrow( java.lang.String key); }




© 2015 - 2024 Weber Informatics LLC | Privacy Policy