public interface UpdateRepositoryRequestOrBuilder extends MessageOrBuilderImplements
MessageOrBuilderMethods
getRepository()
public abstract Repository getRepository()The repository that replaces the resource on the server.
.google.devtools.artifactregistry.v1beta2.Repository repository = 1;
| Type | Description |
Repository |
The repository. |
getRepositoryOrBuilder()
public abstract RepositoryOrBuilder getRepositoryOrBuilder()The repository that replaces the resource on the server.
.google.devtools.artifactregistry.v1beta2.Repository repository = 1;
| Type | Description |
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;
| Type | Description |
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;
| Type | Description |
FieldMaskOrBuilder |
hasRepository()
public abstract boolean hasRepository()The repository that replaces the resource on the server.
.google.devtools.artifactregistry.v1beta2.Repository repository = 1;
| Type | Description |
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;
| Type | Description |
boolean |
Whether the updateMask field is set. |