Class GetWorkerTaskReachabilityResponse.Builder

    • Method Detail

      • getDescriptor

        public static final com.google.protobuf.Descriptors.Descriptor getDescriptor()
      • internalGetFieldAccessorTable

        protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()
        Specified by:
        internalGetFieldAccessorTable in class com.google.protobuf.GeneratedMessageV3.Builder<GetWorkerTaskReachabilityResponse.Builder>
      • getDescriptorForType

        public com.google.protobuf.Descriptors.Descriptor getDescriptorForType()
        Specified by:
        getDescriptorForType in interface com.google.protobuf.Message.Builder
        Specified by:
        getDescriptorForType in interface com.google.protobuf.MessageOrBuilder
        Overrides:
        getDescriptorForType in class com.google.protobuf.GeneratedMessageV3.Builder<GetWorkerTaskReachabilityResponse.Builder>
      • getDefaultInstanceForType

        public GetWorkerTaskReachabilityResponse getDefaultInstanceForType()
        Specified by:
        getDefaultInstanceForType in interface com.google.protobuf.MessageLiteOrBuilder
        Specified by:
        getDefaultInstanceForType in interface com.google.protobuf.MessageOrBuilder
      • build

        public GetWorkerTaskReachabilityResponse build()
        Specified by:
        build in interface com.google.protobuf.Message.Builder
        Specified by:
        build in interface com.google.protobuf.MessageLite.Builder
      • buildPartial

        public GetWorkerTaskReachabilityResponse buildPartial()
        Specified by:
        buildPartial in interface com.google.protobuf.Message.Builder
        Specified by:
        buildPartial in interface com.google.protobuf.MessageLite.Builder
      • isInitialized

        public final boolean isInitialized()
        Specified by:
        isInitialized in interface com.google.protobuf.MessageLiteOrBuilder
        Overrides:
        isInitialized in class com.google.protobuf.GeneratedMessageV3.Builder<GetWorkerTaskReachabilityResponse.Builder>
      • mergeFrom

        public GetWorkerTaskReachabilityResponse.Builder mergeFrom​(com.google.protobuf.CodedInputStream input,
                                                                   com.google.protobuf.ExtensionRegistryLite extensionRegistry)
                                                            throws java.io.IOException
        Specified by:
        mergeFrom in interface com.google.protobuf.Message.Builder
        Specified by:
        mergeFrom in interface com.google.protobuf.MessageLite.Builder
        Overrides:
        mergeFrom in class com.google.protobuf.AbstractMessage.Builder<GetWorkerTaskReachabilityResponse.Builder>
        Throws:
        java.io.IOException
      • getBuildIdReachabilityList

        public java.util.List<BuildIdReachability> getBuildIdReachabilityList()
         Task reachability, broken down by build id and then task queue.
         When requesting a large number of task queues or all task queues associated with the given build ids in a
         namespace, all task queues will be listed in the response but some of them may not contain reachability
         information due to a server enforced limit. When reaching the limit, task queues that reachability information
         could not be retrieved for will be marked with a single TASK_REACHABILITY_UNSPECIFIED entry. The caller may issue
         another call to get the reachability for those task queues.
         Open source users can adjust this limit by setting the server's dynamic config value for
         `limit.reachabilityTaskQueueScan` with the caveat that this call can strain the visibility store.
         
        repeated .temporal.api.taskqueue.v1.BuildIdReachability build_id_reachability = 1;
        Specified by:
        getBuildIdReachabilityList in interface GetWorkerTaskReachabilityResponseOrBuilder
      • getBuildIdReachabilityCount

        public int getBuildIdReachabilityCount()
         Task reachability, broken down by build id and then task queue.
         When requesting a large number of task queues or all task queues associated with the given build ids in a
         namespace, all task queues will be listed in the response but some of them may not contain reachability
         information due to a server enforced limit. When reaching the limit, task queues that reachability information
         could not be retrieved for will be marked with a single TASK_REACHABILITY_UNSPECIFIED entry. The caller may issue
         another call to get the reachability for those task queues.
         Open source users can adjust this limit by setting the server's dynamic config value for
         `limit.reachabilityTaskQueueScan` with the caveat that this call can strain the visibility store.
         
        repeated .temporal.api.taskqueue.v1.BuildIdReachability build_id_reachability = 1;
        Specified by:
        getBuildIdReachabilityCount in interface GetWorkerTaskReachabilityResponseOrBuilder
      • getBuildIdReachability

        public BuildIdReachability getBuildIdReachability​(int index)
         Task reachability, broken down by build id and then task queue.
         When requesting a large number of task queues or all task queues associated with the given build ids in a
         namespace, all task queues will be listed in the response but some of them may not contain reachability
         information due to a server enforced limit. When reaching the limit, task queues that reachability information
         could not be retrieved for will be marked with a single TASK_REACHABILITY_UNSPECIFIED entry. The caller may issue
         another call to get the reachability for those task queues.
         Open source users can adjust this limit by setting the server's dynamic config value for
         `limit.reachabilityTaskQueueScan` with the caveat that this call can strain the visibility store.
         
        repeated .temporal.api.taskqueue.v1.BuildIdReachability build_id_reachability = 1;
        Specified by:
        getBuildIdReachability in interface GetWorkerTaskReachabilityResponseOrBuilder
      • setBuildIdReachability

        public GetWorkerTaskReachabilityResponse.Builder setBuildIdReachability​(int index,
                                                                                BuildIdReachability value)
         Task reachability, broken down by build id and then task queue.
         When requesting a large number of task queues or all task queues associated with the given build ids in a
         namespace, all task queues will be listed in the response but some of them may not contain reachability
         information due to a server enforced limit. When reaching the limit, task queues that reachability information
         could not be retrieved for will be marked with a single TASK_REACHABILITY_UNSPECIFIED entry. The caller may issue
         another call to get the reachability for those task queues.
         Open source users can adjust this limit by setting the server's dynamic config value for
         `limit.reachabilityTaskQueueScan` with the caveat that this call can strain the visibility store.
         
        repeated .temporal.api.taskqueue.v1.BuildIdReachability build_id_reachability = 1;
      • setBuildIdReachability

        public GetWorkerTaskReachabilityResponse.Builder setBuildIdReachability​(int index,
                                                                                BuildIdReachability.Builder builderForValue)
         Task reachability, broken down by build id and then task queue.
         When requesting a large number of task queues or all task queues associated with the given build ids in a
         namespace, all task queues will be listed in the response but some of them may not contain reachability
         information due to a server enforced limit. When reaching the limit, task queues that reachability information
         could not be retrieved for will be marked with a single TASK_REACHABILITY_UNSPECIFIED entry. The caller may issue
         another call to get the reachability for those task queues.
         Open source users can adjust this limit by setting the server's dynamic config value for
         `limit.reachabilityTaskQueueScan` with the caveat that this call can strain the visibility store.
         
        repeated .temporal.api.taskqueue.v1.BuildIdReachability build_id_reachability = 1;
      • addBuildIdReachability

        public GetWorkerTaskReachabilityResponse.Builder addBuildIdReachability​(BuildIdReachability value)
         Task reachability, broken down by build id and then task queue.
         When requesting a large number of task queues or all task queues associated with the given build ids in a
         namespace, all task queues will be listed in the response but some of them may not contain reachability
         information due to a server enforced limit. When reaching the limit, task queues that reachability information
         could not be retrieved for will be marked with a single TASK_REACHABILITY_UNSPECIFIED entry. The caller may issue
         another call to get the reachability for those task queues.
         Open source users can adjust this limit by setting the server's dynamic config value for
         `limit.reachabilityTaskQueueScan` with the caveat that this call can strain the visibility store.
         
        repeated .temporal.api.taskqueue.v1.BuildIdReachability build_id_reachability = 1;
      • addBuildIdReachability

        public GetWorkerTaskReachabilityResponse.Builder addBuildIdReachability​(int index,
                                                                                BuildIdReachability value)
         Task reachability, broken down by build id and then task queue.
         When requesting a large number of task queues or all task queues associated with the given build ids in a
         namespace, all task queues will be listed in the response but some of them may not contain reachability
         information due to a server enforced limit. When reaching the limit, task queues that reachability information
         could not be retrieved for will be marked with a single TASK_REACHABILITY_UNSPECIFIED entry. The caller may issue
         another call to get the reachability for those task queues.
         Open source users can adjust this limit by setting the server's dynamic config value for
         `limit.reachabilityTaskQueueScan` with the caveat that this call can strain the visibility store.
         
        repeated .temporal.api.taskqueue.v1.BuildIdReachability build_id_reachability = 1;
      • addBuildIdReachability

        public GetWorkerTaskReachabilityResponse.Builder addBuildIdReachability​(BuildIdReachability.Builder builderForValue)
         Task reachability, broken down by build id and then task queue.
         When requesting a large number of task queues or all task queues associated with the given build ids in a
         namespace, all task queues will be listed in the response but some of them may not contain reachability
         information due to a server enforced limit. When reaching the limit, task queues that reachability information
         could not be retrieved for will be marked with a single TASK_REACHABILITY_UNSPECIFIED entry. The caller may issue
         another call to get the reachability for those task queues.
         Open source users can adjust this limit by setting the server's dynamic config value for
         `limit.reachabilityTaskQueueScan` with the caveat that this call can strain the visibility store.
         
        repeated .temporal.api.taskqueue.v1.BuildIdReachability build_id_reachability = 1;
      • addBuildIdReachability

        public GetWorkerTaskReachabilityResponse.Builder addBuildIdReachability​(int index,
                                                                                BuildIdReachability.Builder builderForValue)
         Task reachability, broken down by build id and then task queue.
         When requesting a large number of task queues or all task queues associated with the given build ids in a
         namespace, all task queues will be listed in the response but some of them may not contain reachability
         information due to a server enforced limit. When reaching the limit, task queues that reachability information
         could not be retrieved for will be marked with a single TASK_REACHABILITY_UNSPECIFIED entry. The caller may issue
         another call to get the reachability for those task queues.
         Open source users can adjust this limit by setting the server's dynamic config value for
         `limit.reachabilityTaskQueueScan` with the caveat that this call can strain the visibility store.
         
        repeated .temporal.api.taskqueue.v1.BuildIdReachability build_id_reachability = 1;
      • addAllBuildIdReachability

        public GetWorkerTaskReachabilityResponse.Builder addAllBuildIdReachability​(java.lang.Iterable<? extends BuildIdReachability> values)
         Task reachability, broken down by build id and then task queue.
         When requesting a large number of task queues or all task queues associated with the given build ids in a
         namespace, all task queues will be listed in the response but some of them may not contain reachability
         information due to a server enforced limit. When reaching the limit, task queues that reachability information
         could not be retrieved for will be marked with a single TASK_REACHABILITY_UNSPECIFIED entry. The caller may issue
         another call to get the reachability for those task queues.
         Open source users can adjust this limit by setting the server's dynamic config value for
         `limit.reachabilityTaskQueueScan` with the caveat that this call can strain the visibility store.
         
        repeated .temporal.api.taskqueue.v1.BuildIdReachability build_id_reachability = 1;
      • clearBuildIdReachability

        public GetWorkerTaskReachabilityResponse.Builder clearBuildIdReachability()
         Task reachability, broken down by build id and then task queue.
         When requesting a large number of task queues or all task queues associated with the given build ids in a
         namespace, all task queues will be listed in the response but some of them may not contain reachability
         information due to a server enforced limit. When reaching the limit, task queues that reachability information
         could not be retrieved for will be marked with a single TASK_REACHABILITY_UNSPECIFIED entry. The caller may issue
         another call to get the reachability for those task queues.
         Open source users can adjust this limit by setting the server's dynamic config value for
         `limit.reachabilityTaskQueueScan` with the caveat that this call can strain the visibility store.
         
        repeated .temporal.api.taskqueue.v1.BuildIdReachability build_id_reachability = 1;
      • removeBuildIdReachability

        public GetWorkerTaskReachabilityResponse.Builder removeBuildIdReachability​(int index)
         Task reachability, broken down by build id and then task queue.
         When requesting a large number of task queues or all task queues associated with the given build ids in a
         namespace, all task queues will be listed in the response but some of them may not contain reachability
         information due to a server enforced limit. When reaching the limit, task queues that reachability information
         could not be retrieved for will be marked with a single TASK_REACHABILITY_UNSPECIFIED entry. The caller may issue
         another call to get the reachability for those task queues.
         Open source users can adjust this limit by setting the server's dynamic config value for
         `limit.reachabilityTaskQueueScan` with the caveat that this call can strain the visibility store.
         
        repeated .temporal.api.taskqueue.v1.BuildIdReachability build_id_reachability = 1;
      • getBuildIdReachabilityBuilder

        public BuildIdReachability.Builder getBuildIdReachabilityBuilder​(int index)
         Task reachability, broken down by build id and then task queue.
         When requesting a large number of task queues or all task queues associated with the given build ids in a
         namespace, all task queues will be listed in the response but some of them may not contain reachability
         information due to a server enforced limit. When reaching the limit, task queues that reachability information
         could not be retrieved for will be marked with a single TASK_REACHABILITY_UNSPECIFIED entry. The caller may issue
         another call to get the reachability for those task queues.
         Open source users can adjust this limit by setting the server's dynamic config value for
         `limit.reachabilityTaskQueueScan` with the caveat that this call can strain the visibility store.
         
        repeated .temporal.api.taskqueue.v1.BuildIdReachability build_id_reachability = 1;
      • getBuildIdReachabilityOrBuilder

        public BuildIdReachabilityOrBuilder getBuildIdReachabilityOrBuilder​(int index)
         Task reachability, broken down by build id and then task queue.
         When requesting a large number of task queues or all task queues associated with the given build ids in a
         namespace, all task queues will be listed in the response but some of them may not contain reachability
         information due to a server enforced limit. When reaching the limit, task queues that reachability information
         could not be retrieved for will be marked with a single TASK_REACHABILITY_UNSPECIFIED entry. The caller may issue
         another call to get the reachability for those task queues.
         Open source users can adjust this limit by setting the server's dynamic config value for
         `limit.reachabilityTaskQueueScan` with the caveat that this call can strain the visibility store.
         
        repeated .temporal.api.taskqueue.v1.BuildIdReachability build_id_reachability = 1;
        Specified by:
        getBuildIdReachabilityOrBuilder in interface GetWorkerTaskReachabilityResponseOrBuilder
      • getBuildIdReachabilityOrBuilderList

        public java.util.List<? extends BuildIdReachabilityOrBuilder> getBuildIdReachabilityOrBuilderList()
         Task reachability, broken down by build id and then task queue.
         When requesting a large number of task queues or all task queues associated with the given build ids in a
         namespace, all task queues will be listed in the response but some of them may not contain reachability
         information due to a server enforced limit. When reaching the limit, task queues that reachability information
         could not be retrieved for will be marked with a single TASK_REACHABILITY_UNSPECIFIED entry. The caller may issue
         another call to get the reachability for those task queues.
         Open source users can adjust this limit by setting the server's dynamic config value for
         `limit.reachabilityTaskQueueScan` with the caveat that this call can strain the visibility store.
         
        repeated .temporal.api.taskqueue.v1.BuildIdReachability build_id_reachability = 1;
        Specified by:
        getBuildIdReachabilityOrBuilderList in interface GetWorkerTaskReachabilityResponseOrBuilder
      • addBuildIdReachabilityBuilder

        public BuildIdReachability.Builder addBuildIdReachabilityBuilder()
         Task reachability, broken down by build id and then task queue.
         When requesting a large number of task queues or all task queues associated with the given build ids in a
         namespace, all task queues will be listed in the response but some of them may not contain reachability
         information due to a server enforced limit. When reaching the limit, task queues that reachability information
         could not be retrieved for will be marked with a single TASK_REACHABILITY_UNSPECIFIED entry. The caller may issue
         another call to get the reachability for those task queues.
         Open source users can adjust this limit by setting the server's dynamic config value for
         `limit.reachabilityTaskQueueScan` with the caveat that this call can strain the visibility store.
         
        repeated .temporal.api.taskqueue.v1.BuildIdReachability build_id_reachability = 1;
      • addBuildIdReachabilityBuilder

        public BuildIdReachability.Builder addBuildIdReachabilityBuilder​(int index)
         Task reachability, broken down by build id and then task queue.
         When requesting a large number of task queues or all task queues associated with the given build ids in a
         namespace, all task queues will be listed in the response but some of them may not contain reachability
         information due to a server enforced limit. When reaching the limit, task queues that reachability information
         could not be retrieved for will be marked with a single TASK_REACHABILITY_UNSPECIFIED entry. The caller may issue
         another call to get the reachability for those task queues.
         Open source users can adjust this limit by setting the server's dynamic config value for
         `limit.reachabilityTaskQueueScan` with the caveat that this call can strain the visibility store.
         
        repeated .temporal.api.taskqueue.v1.BuildIdReachability build_id_reachability = 1;
      • getBuildIdReachabilityBuilderList

        public java.util.List<BuildIdReachability.Builder> getBuildIdReachabilityBuilderList()
         Task reachability, broken down by build id and then task queue.
         When requesting a large number of task queues or all task queues associated with the given build ids in a
         namespace, all task queues will be listed in the response but some of them may not contain reachability
         information due to a server enforced limit. When reaching the limit, task queues that reachability information
         could not be retrieved for will be marked with a single TASK_REACHABILITY_UNSPECIFIED entry. The caller may issue
         another call to get the reachability for those task queues.
         Open source users can adjust this limit by setting the server's dynamic config value for
         `limit.reachabilityTaskQueueScan` with the caveat that this call can strain the visibility store.
         
        repeated .temporal.api.taskqueue.v1.BuildIdReachability build_id_reachability = 1;