Interface UpdateReleaseConfigRequestOrBuilder (0.42.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
Type Description
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
Type Description
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
Type Description
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
Type Description
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
Type Description
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
Type Description
boolean

Whether the updateMask field is set.