public interface TargetOrBuilder extends MessageOrBuilder
Implements
MessageOrBuilderMethods
getDatabase()
public abstract String getDatabase()
Optional. The action's database (Google Cloud project ID) .
string database = 1 [(.google.api.field_behavior) = OPTIONAL];
Returns | |
---|---|
Type | Description |
String |
The database. |
getDatabaseBytes()
public abstract ByteString getDatabaseBytes()
Optional. The action's database (Google Cloud project ID) .
string database = 1 [(.google.api.field_behavior) = OPTIONAL];
Returns | |
---|---|
Type | Description |
ByteString |
The bytes for database. |
getName()
public abstract String getName()
Optional. The action's name, within database
and schema
.
string name = 3 [(.google.api.field_behavior) = OPTIONAL];
Returns | |
---|---|
Type | Description |
String |
The name. |
getNameBytes()
public abstract ByteString getNameBytes()
Optional. The action's name, within database
and schema
.
string name = 3 [(.google.api.field_behavior) = OPTIONAL];
Returns | |
---|---|
Type | Description |
ByteString |
The bytes for name. |
getSchema()
public abstract String getSchema()
Optional. The action's schema (BigQuery dataset ID), within database
.
string schema = 2 [(.google.api.field_behavior) = OPTIONAL];
Returns | |
---|---|
Type | Description |
String |
The schema. |
getSchemaBytes()
public abstract ByteString getSchemaBytes()
Optional. The action's schema (BigQuery dataset ID), within database
.
string schema = 2 [(.google.api.field_behavior) = OPTIONAL];
Returns | |
---|---|
Type | Description |
ByteString |
The bytes for schema. |