Interface UpdateWorkerVersioningRulesRequest.CommitBuildIdOrBuilder

    • Method Summary

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method Description
      boolean getForce()
      To prevent committing invalid Build IDs, we reject the request if no pollers has been seen recently for this Build ID.
      java.lang.String getTargetBuildId()
      string target_build_id = 1;
      com.google.protobuf.ByteString getTargetBuildIdBytes()
      string target_build_id = 1;
      • 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

      • getTargetBuildId

        java.lang.String getTargetBuildId()
        string target_build_id = 1;
        Returns:
        The targetBuildId.
      • getTargetBuildIdBytes

        com.google.protobuf.ByteString getTargetBuildIdBytes()
        string target_build_id = 1;
        Returns:
        The bytes for targetBuildId.
      • getForce

        boolean getForce()
         To prevent committing invalid Build IDs, we reject the request if no
         pollers has been seen recently for this Build ID. Use the `force`
         option to disable this validation.
         
        bool force = 2;
        Returns:
        The force.