Interface UpdateRepositoryRequestOrBuilder (1.40.0)

public interface UpdateRepositoryRequestOrBuilder extends MessageOrBuilder

Implements

MessageOrBuilder

Methods

getRepository()

public abstract Repository getRepository()

The repository that replaces the resource on the server.

.google.devtools.artifactregistry.v1.Repository repository = 1;

Returns
TypeDescription
Repository

The repository.

getRepositoryOrBuilder()

public abstract RepositoryOrBuilder getRepositoryOrBuilder()

The repository that replaces the resource on the server.

.google.devtools.artifactregistry.v1.Repository repository = 1;

Returns
TypeDescription
RepositoryOrBuilder

getUpdateMask()

public abstract 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
TypeDescription
FieldMask

The updateMask.

getUpdateMaskOrBuilder()

public abstract 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;

Returns
TypeDescription
FieldMaskOrBuilder

hasRepository()

public abstract boolean hasRepository()

The repository that replaces the resource on the server.

.google.devtools.artifactregistry.v1.Repository repository = 1;

Returns
TypeDescription
boolean

Whether the repository field is set.

hasUpdateMask()

public abstract 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
TypeDescription
boolean

Whether the updateMask field is set.