Interface GetWorkerBuildIdCompatibilityRequestOrBuilder

  • All Superinterfaces:
    com.google.protobuf.MessageLiteOrBuilder, com.google.protobuf.MessageOrBuilder
    All Known Implementing Classes:
    GetWorkerBuildIdCompatibilityRequest, GetWorkerBuildIdCompatibilityRequest.Builder

    @Generated(value="protoc",
               comments="annotations:GetWorkerBuildIdCompatibilityRequestOrBuilder.java.pb.meta")
    public interface GetWorkerBuildIdCompatibilityRequestOrBuilder
    extends com.google.protobuf.MessageOrBuilder
    • Method Summary

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method Description
      int getMaxSets()
      Limits how many compatible sets will be returned.
      java.lang.String getNamespace()
      string namespace = 1;
      com.google.protobuf.ByteString getNamespaceBytes()
      string namespace = 1;
      java.lang.String getTaskQueue()
      Must be set, the task queue to interrogate about worker id compatibility.
      com.google.protobuf.ByteString getTaskQueueBytes()
      Must be set, the task queue to interrogate about worker id compatibility.
      • 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

      • getNamespace

        java.lang.String getNamespace()
        string namespace = 1;
        Returns:
        The namespace.
      • getNamespaceBytes

        com.google.protobuf.ByteString getNamespaceBytes()
        string namespace = 1;
        Returns:
        The bytes for namespace.
      • getTaskQueue

        java.lang.String getTaskQueue()
         Must be set, the task queue to interrogate about worker id compatibility.
         
        string task_queue = 2;
        Returns:
        The taskQueue.
      • getTaskQueueBytes

        com.google.protobuf.ByteString getTaskQueueBytes()
         Must be set, the task queue to interrogate about worker id compatibility.
         
        string task_queue = 2;
        Returns:
        The bytes for taskQueue.
      • getMaxSets

        int getMaxSets()
         Limits how many compatible sets will be returned. Specify 1 to only return the current
         default major version set. 0 returns all sets.
         
        int32 max_sets = 3;
        Returns:
        The maxSets.