Interface UpdateRepositoryRequestOrBuilder (0.12.0)

public interface UpdateRepositoryRequestOrBuilder extends MessageOrBuilder

Implements

MessageOrBuilder

Methods

getRepository()

public abstract Repository getRepository()

Required. The repository to update.

.google.cloud.dataform.v1beta1.Repository repository = 2 [(.google.api.field_behavior) = REQUIRED];

Returns
TypeDescription
Repository

The repository.

getRepositoryOrBuilder()

public abstract RepositoryOrBuilder getRepositoryOrBuilder()

Required. The repository to update.

.google.cloud.dataform.v1beta1.Repository repository = 2 [(.google.api.field_behavior) = REQUIRED];

Returns
TypeDescription
RepositoryOrBuilder

getUpdateMask()

public abstract FieldMask getUpdateMask()

Optional. Specifies the fields to be updated in the repository. If left unset, all fields will be updated.

.google.protobuf.FieldMask update_mask = 1 [(.google.api.field_behavior) = OPTIONAL];

Returns
TypeDescription
FieldMask

The updateMask.

getUpdateMaskOrBuilder()

public abstract FieldMaskOrBuilder getUpdateMaskOrBuilder()

Optional. Specifies the fields to be updated in the repository. If left unset, all fields will be updated.

.google.protobuf.FieldMask update_mask = 1 [(.google.api.field_behavior) = OPTIONAL];

Returns
TypeDescription
FieldMaskOrBuilder

hasRepository()

public abstract boolean hasRepository()

Required. The repository to update.

.google.cloud.dataform.v1beta1.Repository repository = 2 [(.google.api.field_behavior) = REQUIRED];

Returns
TypeDescription
boolean

Whether the repository field is set.

hasUpdateMask()

public abstract boolean hasUpdateMask()

Optional. Specifies the fields to be updated in the repository. If left unset, all fields will be updated.

.google.protobuf.FieldMask update_mask = 1 [(.google.api.field_behavior) = OPTIONAL];

Returns
TypeDescription
boolean

Whether the updateMask field is set.