Interface CreateReleaseConfigRequestOrBuilder (0.35.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
TypeDescription
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
TypeDescription
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
TypeDescription
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
TypeDescription
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
TypeDescription
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
TypeDescription
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
TypeDescription
boolean

Whether the releaseConfig field is set.