public interface TargetOrBuilder extends MessageOrBuilderImplements
MessageOrBuilderMethods
getDatabase()
public abstract String getDatabase()The action's database (Google Cloud project ID) .
string database = 1;
| Type | Description |
| String | The database. |
getDatabaseBytes()
public abstract ByteString getDatabaseBytes()The action's database (Google Cloud project ID) .
string database = 1;
| Type | Description |
| ByteString | The bytes for database. |
getName()
public abstract String getName() The action's name, within database and schema.
string name = 3;
| Type | Description |
| String | The name. |
getNameBytes()
public abstract ByteString getNameBytes() The action's name, within database and schema.
string name = 3;
| Type | Description |
| ByteString | The bytes for name. |
getSchema()
public abstract String getSchema() The action's schema (BigQuery dataset ID), within database.
string schema = 2;
| Type | Description |
| String | The schema. |
getSchemaBytes()
public abstract ByteString getSchemaBytes() The action's schema (BigQuery dataset ID), within database.
string schema = 2;
| Type | Description |
| ByteString | The bytes for schema. |