Interface CreateReleaseConfigRequestOrBuilder (0.42.0)

public interface CreateReleaseConfigRequestOrBuilder extends MessageOrBuilder

Implements

MessageOrBuilder

Methods

getParent()

public abstract String getParent()

Required. The repository in which to create the release config. Must be in the format projects/*/locations/*/repositories/*.

string parent = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... }

Returns
Type Description
String

The parent.

getParentBytes()

public abstract ByteString getParentBytes()

Required. The repository in which to create the release config. Must be in the format projects/*/locations/*/repositories/*.

string parent = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... }

Returns
Type Description
ByteString

The bytes for parent.

getReleaseConfig()

public abstract ReleaseConfig getReleaseConfig()

Required. The release config to create.

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

Returns
Type Description
ReleaseConfig

The releaseConfig.

getReleaseConfigId()

public abstract String getReleaseConfigId()

Required. The ID to use for the release config, which will become the final component of the release config's resource name.

string release_config_id = 3 [(.google.api.field_behavior) = REQUIRED];

Returns
Type Description
String

The releaseConfigId.

getReleaseConfigIdBytes()

public abstract ByteString getReleaseConfigIdBytes()

Required. The ID to use for the release config, which will become the final component of the release config's resource name.

string release_config_id = 3 [(.google.api.field_behavior) = REQUIRED];

Returns
Type Description
ByteString

The bytes for releaseConfigId.

getReleaseConfigOrBuilder()

public abstract ReleaseConfigOrBuilder getReleaseConfigOrBuilder()

Required. The release config to create.

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

Returns
Type Description
ReleaseConfigOrBuilder

hasReleaseConfig()

public abstract boolean hasReleaseConfig()

Required. The release config to create.

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

Returns
Type Description
boolean

Whether the releaseConfig field is set.