Interface ResourceAbsoluteDiffProto.ModifyOperationOrBuilder

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

public static interface ResourceAbsoluteDiffProto.ModifyOperationOrBuilder extends com.google.protobuf.MessageOrBuilder
  • Method Details

    • hasResource

      boolean hasResource()
      .common.protobuf.ResourcePB resource = 1;
      Returns:
      Whether the resource field is set.
    • getResource

      .common.protobuf.ResourcePB resource = 1;
      Returns:
      The resource.
    • getResourceOrBuilder

      ResourceProto.ResourcePBOrBuilder getResourceOrBuilder()
      .common.protobuf.ResourcePB resource = 1;
    • hasSignature

      boolean hasSignature()
      .common.protobuf.ResourceSignaturePB signature = 2;
      Returns:
      Whether the signature field is set.
    • getSignature

      .common.protobuf.ResourceSignaturePB signature = 2;
      Returns:
      The signature.
    • getSignatureOrBuilder

      .common.protobuf.ResourceSignaturePB signature = 2;