Interface UpdateRepositoryRequestOrBuilder

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

    public interface UpdateRepositoryRequestOrBuilder
    extends com.google.protobuf.MessageOrBuilder
    • Method Summary

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method Description
      Repository getRepository()
      The repository that replaces the resource on the server.
      RepositoryOrBuilder getRepositoryOrBuilder()
      The repository that replaces the resource on the server.
      com.google.protobuf.FieldMask getUpdateMask()
      The update mask applies to the resource.
      com.google.protobuf.FieldMaskOrBuilder getUpdateMaskOrBuilder()
      The update mask applies to the resource.
      boolean hasRepository()
      The repository that replaces the resource on the server.
      boolean hasUpdateMask()
      The update mask applies to the resource.
      • 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

      • hasRepository

        boolean hasRepository()
         The repository that replaces the resource on the server.
         
        .google.devtools.artifactregistry.v1beta2.Repository repository = 1;
        Returns:
        Whether the repository field is set.
      • getRepository

        Repository getRepository()
         The repository that replaces the resource on the server.
         
        .google.devtools.artifactregistry.v1beta2.Repository repository = 1;
        Returns:
        The repository.
      • getRepositoryOrBuilder

        RepositoryOrBuilder getRepositoryOrBuilder()
         The repository that replaces the resource on the server.
         
        .google.devtools.artifactregistry.v1beta2.Repository repository = 1;
      • hasUpdateMask

        boolean hasUpdateMask()
         The update mask applies to the resource. For the `FieldMask` definition,
         see
         https://developers.google.com/protocol-buffers/docs/reference/google.protobuf#fieldmask
         
        .google.protobuf.FieldMask update_mask = 2;
        Returns:
        Whether the updateMask field is set.
      • getUpdateMask

        com.google.protobuf.FieldMask getUpdateMask()
         The update mask applies to the resource. For the `FieldMask` definition,
         see
         https://developers.google.com/protocol-buffers/docs/reference/google.protobuf#fieldmask
         
        .google.protobuf.FieldMask update_mask = 2;
        Returns:
        The updateMask.
      • getUpdateMaskOrBuilder

        com.google.protobuf.FieldMaskOrBuilder getUpdateMaskOrBuilder()
         The update mask applies to the resource. For the `FieldMask` definition,
         see
         https://developers.google.com/protocol-buffers/docs/reference/google.protobuf#fieldmask
         
        .google.protobuf.FieldMask update_mask = 2;