Interface ContentOrBuilder (1.39.0)

public interface ContentOrBuilder extends MessageOrBuilder

Implements

MessageOrBuilder

Methods

containsLabels(String key)

public abstract boolean containsLabels(String key)

Optional. User defined labels for the content.

map<string, string> labels = 6 [(.google.api.field_behavior) = OPTIONAL];

Parameter
NameDescription
keyString
Returns
TypeDescription
boolean

getContentCase()

public abstract Content.ContentCase getContentCase()
Returns
TypeDescription
Content.ContentCase

getCreateTime()

public abstract Timestamp getCreateTime()

Output only. Content creation time.

.google.protobuf.Timestamp create_time = 4 [(.google.api.field_behavior) = OUTPUT_ONLY];

Returns
TypeDescription
Timestamp

The createTime.

getCreateTimeOrBuilder()

public abstract TimestampOrBuilder getCreateTimeOrBuilder()

Output only. Content creation time.

.google.protobuf.Timestamp create_time = 4 [(.google.api.field_behavior) = OUTPUT_ONLY];

Returns
TypeDescription
TimestampOrBuilder

getDataCase()

public abstract Content.DataCase getDataCase()
Returns
TypeDescription
Content.DataCase

getDataText()

public abstract String getDataText()

Required. Content data in string format.

string data_text = 9 [(.google.api.field_behavior) = REQUIRED];

Returns
TypeDescription
String

The dataText.

getDataTextBytes()

public abstract ByteString getDataTextBytes()

Required. Content data in string format.

string data_text = 9 [(.google.api.field_behavior) = REQUIRED];

Returns
TypeDescription
ByteString

The bytes for dataText.

getDescription()

public abstract String getDescription()

Optional. Description of the content.

string description = 7 [(.google.api.field_behavior) = OPTIONAL];

Returns
TypeDescription
String

The description.

getDescriptionBytes()

public abstract ByteString getDescriptionBytes()

Optional. Description of the content.

string description = 7 [(.google.api.field_behavior) = OPTIONAL];

Returns
TypeDescription
ByteString

The bytes for description.

getLabels() (deprecated)

public abstract Map<String,String> getLabels()

Use #getLabelsMap() instead.

Returns
TypeDescription
Map<String,String>

getLabelsCount()

public abstract int getLabelsCount()

Optional. User defined labels for the content.

map<string, string> labels = 6 [(.google.api.field_behavior) = OPTIONAL];

Returns
TypeDescription
int

getLabelsMap()

public abstract Map<String,String> getLabelsMap()

Optional. User defined labels for the content.

map<string, string> labels = 6 [(.google.api.field_behavior) = OPTIONAL];

Returns
TypeDescription
Map<String,String>

getLabelsOrDefault(String key, String defaultValue)

public abstract String getLabelsOrDefault(String key, String defaultValue)

Optional. User defined labels for the content.

map<string, string> labels = 6 [(.google.api.field_behavior) = OPTIONAL];

Parameters
NameDescription
keyString
defaultValueString
Returns
TypeDescription
String

getLabelsOrThrow(String key)

public abstract String getLabelsOrThrow(String key)

Optional. User defined labels for the content.

map<string, string> labels = 6 [(.google.api.field_behavior) = OPTIONAL];

Parameter
NameDescription
keyString
Returns
TypeDescription
String

getName()

public abstract String getName()

Output only. The relative resource name of the content, of the form: projects/{project_id}/locations/{location_id}/lakes/{lake_id}/content/{content_id}

string name = 1 [(.google.api.field_behavior) = OUTPUT_ONLY, (.google.api.resource_reference) = { ... }

Returns
TypeDescription
String

The name.

getNameBytes()

public abstract ByteString getNameBytes()

Output only. The relative resource name of the content, of the form: projects/{project_id}/locations/{location_id}/lakes/{lake_id}/content/{content_id}

string name = 1 [(.google.api.field_behavior) = OUTPUT_ONLY, (.google.api.resource_reference) = { ... }

Returns
TypeDescription
ByteString

The bytes for name.

getNotebook()

public abstract Content.Notebook getNotebook()

Notebook related configurations.

.google.cloud.dataplex.v1.Content.Notebook notebook = 101;

Returns
TypeDescription
Content.Notebook

The notebook.

getNotebookOrBuilder()

public abstract Content.NotebookOrBuilder getNotebookOrBuilder()

Notebook related configurations.

.google.cloud.dataplex.v1.Content.Notebook notebook = 101;

Returns
TypeDescription
Content.NotebookOrBuilder

getPath()

public abstract String getPath()

Required. The path for the Content file, represented as directory structure. Unique within a lake. Limited to alphanumerics, hyphens, underscores, dots and slashes.

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

Returns
TypeDescription
String

The path.

getPathBytes()

public abstract ByteString getPathBytes()

Required. The path for the Content file, represented as directory structure. Unique within a lake. Limited to alphanumerics, hyphens, underscores, dots and slashes.

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

Returns
TypeDescription
ByteString

The bytes for path.

getSqlScript()

public abstract Content.SqlScript getSqlScript()

Sql Script related configurations.

.google.cloud.dataplex.v1.Content.SqlScript sql_script = 100;

Returns
TypeDescription
Content.SqlScript

The sqlScript.

getSqlScriptOrBuilder()

public abstract Content.SqlScriptOrBuilder getSqlScriptOrBuilder()

Sql Script related configurations.

.google.cloud.dataplex.v1.Content.SqlScript sql_script = 100;

Returns
TypeDescription
Content.SqlScriptOrBuilder

getUid()

public abstract String getUid()

Output only. System generated globally unique ID for the content. This ID will be different if the content is deleted and re-created with the same name.

string uid = 2 [(.google.api.field_behavior) = OUTPUT_ONLY];

Returns
TypeDescription
String

The uid.

getUidBytes()

public abstract ByteString getUidBytes()

Output only. System generated globally unique ID for the content. This ID will be different if the content is deleted and re-created with the same name.

string uid = 2 [(.google.api.field_behavior) = OUTPUT_ONLY];

Returns
TypeDescription
ByteString

The bytes for uid.

getUpdateTime()

public abstract Timestamp getUpdateTime()

Output only. The time when the content was last updated.

.google.protobuf.Timestamp update_time = 5 [(.google.api.field_behavior) = OUTPUT_ONLY];

Returns
TypeDescription
Timestamp

The updateTime.

getUpdateTimeOrBuilder()

public abstract TimestampOrBuilder getUpdateTimeOrBuilder()

Output only. The time when the content was last updated.

.google.protobuf.Timestamp update_time = 5 [(.google.api.field_behavior) = OUTPUT_ONLY];

Returns
TypeDescription
TimestampOrBuilder

hasCreateTime()

public abstract boolean hasCreateTime()

Output only. Content creation time.

.google.protobuf.Timestamp create_time = 4 [(.google.api.field_behavior) = OUTPUT_ONLY];

Returns
TypeDescription
boolean

Whether the createTime field is set.

hasDataText()

public abstract boolean hasDataText()

Required. Content data in string format.

string data_text = 9 [(.google.api.field_behavior) = REQUIRED];

Returns
TypeDescription
boolean

Whether the dataText field is set.

hasNotebook()

public abstract boolean hasNotebook()

Notebook related configurations.

.google.cloud.dataplex.v1.Content.Notebook notebook = 101;

Returns
TypeDescription
boolean

Whether the notebook field is set.

hasSqlScript()

public abstract boolean hasSqlScript()

Sql Script related configurations.

.google.cloud.dataplex.v1.Content.SqlScript sql_script = 100;

Returns
TypeDescription
boolean

Whether the sqlScript field is set.

hasUpdateTime()

public abstract boolean hasUpdateTime()

Output only. The time when the content was last updated.

.google.protobuf.Timestamp update_time = 5 [(.google.api.field_behavior) = OUTPUT_ONLY];

Returns
TypeDescription
boolean

Whether the updateTime field is set.