Interface ControlOuterClass.UpdateBuildHistoryRequestOrBuilder

All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder, com.google.protobuf.MessageOrBuilder
All Known Implementing Classes:
ControlOuterClass.UpdateBuildHistoryRequest, ControlOuterClass.UpdateBuildHistoryRequest.Builder
Enclosing class:
ControlOuterClass

public static interface ControlOuterClass.UpdateBuildHistoryRequestOrBuilder extends com.google.protobuf.MessageOrBuilder
  • Method Summary

    Modifier and Type
    Method
    Description
    boolean
    bool Delete = 3;
    boolean
    bool Finalize = 4;
    boolean
    bool Pinned = 2;
    string Ref = 1;
    com.google.protobuf.ByteString
    string Ref = 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 Details

    • getRef

      String getRef()
      string Ref = 1;
      Returns:
      The ref.
    • getRefBytes

      com.google.protobuf.ByteString getRefBytes()
      string Ref = 1;
      Returns:
      The bytes for ref.
    • getPinned

      boolean getPinned()
      bool Pinned = 2;
      Returns:
      The pinned.
    • getDelete

      boolean getDelete()
      bool Delete = 3;
      Returns:
      The delete.
    • getFinalize

      boolean getFinalize()
      bool Finalize = 4;
      Returns:
      The finalize.