Interface TargetOrBuilder (0.12.0)

public interface TargetOrBuilder extends MessageOrBuilder

Implements

MessageOrBuilder

Methods

getDatabase()

public abstract String getDatabase()

The action's database (Google Cloud project ID) .

string database = 1;

Returns
TypeDescription
String

The database.

getDatabaseBytes()

public abstract ByteString getDatabaseBytes()

The action's database (Google Cloud project ID) .

string database = 1;

Returns
TypeDescription
ByteString

The bytes for database.

getName()

public abstract String getName()

The action's name, within database and schema.

string name = 3;

Returns
TypeDescription
String

The name.

getNameBytes()

public abstract ByteString getNameBytes()

The action's name, within database and schema.

string name = 3;

Returns
TypeDescription
ByteString

The bytes for name.

getSchema()

public abstract String getSchema()

The action's schema (BigQuery dataset ID), within database.

string schema = 2;

Returns
TypeDescription
String

The schema.

getSchemaBytes()

public abstract ByteString getSchemaBytes()

The action's schema (BigQuery dataset ID), within database.

string schema = 2;

Returns
TypeDescription
ByteString

The bytes for schema.