Interface UpdateReleaseConfigRequestOrBuilder (0.35.0)

public interface UpdateReleaseConfigRequestOrBuilder extends MessageOrBuilder

Implements

MessageOrBuilder

Methods

getReleaseConfig()

public abstract ReleaseConfig getReleaseConfig()

Required. The release config to update.

.google.cloud.dataform.v1beta1.ReleaseConfig release_config = 2 [(.google.api.field_behavior) = REQUIRED];

Returns
TypeDescription
ReleaseConfig

The releaseConfig.

getReleaseConfigOrBuilder()

public abstract ReleaseConfigOrBuilder getReleaseConfigOrBuilder()

Required. The release config to update.

.google.cloud.dataform.v1beta1.ReleaseConfig release_config = 2 [(.google.api.field_behavior) = REQUIRED];

Returns
TypeDescription
ReleaseConfigOrBuilder

getUpdateMask()

public abstract FieldMask getUpdateMask()

Optional. Specifies the fields to be updated in the release config. 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 release config. If left unset, all fields will be updated.

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

Returns
TypeDescription
FieldMaskOrBuilder

hasReleaseConfig()

public abstract boolean hasReleaseConfig()

Required. The release config to update.

.google.cloud.dataform.v1beta1.ReleaseConfig release_config = 2 [(.google.api.field_behavior) = REQUIRED];

Returns
TypeDescription
boolean

Whether the releaseConfig field is set.

hasUpdateMask()

public abstract boolean hasUpdateMask()

Optional. Specifies the fields to be updated in the release config. 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.