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

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

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

  /**
   * 
   * By default namespaces in NAMESPACE_STATE_DELETED state are not included.
   * Setting include_deleted to true will include deleted namespaces.
   * Note: Namespace is in NAMESPACE_STATE_DELETED state when it was deleted from the system but associated data is not deleted yet.
   * 
* * bool include_deleted = 1; * @return The includeDeleted. */ boolean getIncludeDeleted(); }




© 2015 - 2024 Weber Informatics LLC | Privacy Policy