public interface TargetOrBuilder
extends com.google.protobuf.MessageOrBuilder
| Modifier and Type | Method and Description |
|---|---|
String |
getDatabase()
The action's database (Google Cloud project ID) .
|
com.google.protobuf.ByteString |
getDatabaseBytes()
The action's database (Google Cloud project ID) .
|
String |
getName()
The action's name, within `database` and `schema`.
|
com.google.protobuf.ByteString |
getNameBytes()
The action's name, within `database` and `schema`.
|
String |
getSchema()
The action's schema (BigQuery dataset ID), within `database`.
|
com.google.protobuf.ByteString |
getSchemaBytes()
The action's schema (BigQuery dataset ID), within `database`.
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneofString getDatabase()
The action's database (Google Cloud project ID) .
string database = 1;com.google.protobuf.ByteString getDatabaseBytes()
The action's database (Google Cloud project ID) .
string database = 1;String getSchema()
The action's schema (BigQuery dataset ID), within `database`.
string schema = 2;com.google.protobuf.ByteString getSchemaBytes()
The action's schema (BigQuery dataset ID), within `database`.
string schema = 2;String getName()
The action's name, within `database` and `schema`.
string name = 3;com.google.protobuf.ByteString getNameBytes()
The action's name, within `database` and `schema`.
string name = 3;Copyright © 2024 Google LLC. All rights reserved.