Interface CreateContentRequestOrBuilder (1.39.0)

public interface CreateContentRequestOrBuilder extends MessageOrBuilder

Implements

MessageOrBuilder

Methods

getContent()

public abstract Content getContent()

Required. Content resource.

.google.cloud.dataplex.v1.Content content = 2 [(.google.api.field_behavior) = REQUIRED];

Returns
TypeDescription
Content

The content.

getContentOrBuilder()

public abstract ContentOrBuilder getContentOrBuilder()

Required. Content resource.

.google.cloud.dataplex.v1.Content content = 2 [(.google.api.field_behavior) = REQUIRED];

Returns
TypeDescription
ContentOrBuilder

getParent()

public abstract String getParent()

Required. The resource name of the parent lake: projects/{project_id}/locations/{location_id}/lakes/{lake_id}

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

Returns
TypeDescription
String

The parent.

getParentBytes()

public abstract ByteString getParentBytes()

Required. The resource name of the parent lake: projects/{project_id}/locations/{location_id}/lakes/{lake_id}

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

Returns
TypeDescription
ByteString

The bytes for parent.

getValidateOnly()

public abstract boolean getValidateOnly()

Optional. Only validate the request, but do not perform mutations. The default is false.

bool validate_only = 3 [(.google.api.field_behavior) = OPTIONAL];

Returns
TypeDescription
boolean

The validateOnly.

hasContent()

public abstract boolean hasContent()

Required. Content resource.

.google.cloud.dataplex.v1.Content content = 2 [(.google.api.field_behavior) = REQUIRED];

Returns
TypeDescription
boolean

Whether the content field is set.