public static final class BigQueryDestinationConfig.SourceHierarchyDatasets extends GeneratedMessage implements BigQueryDestinationConfig.SourceHierarchyDatasetsOrBuilder
Destination datasets are created so that hierarchy of the destination data
objects matches the source hierarchy.
Protobuf type
google.cloud.datastream.v1.BigQueryDestinationConfig.SourceHierarchyDatasets
Inherited Members
com.google.protobuf.GeneratedMessage.<ContainingT,T>newFileScopedGeneratedExtension(java.lang.Class<?>,com.google.protobuf.Message)
com.google.protobuf.GeneratedMessage.<ContainingT,T>newMessageScopedGeneratedExtension(com.google.protobuf.Message,int,java.lang.Class<?>,com.google.protobuf.Message)
com.google.protobuf.GeneratedMessage.<ListT>makeMutableCopy(ListT)
com.google.protobuf.GeneratedMessage.<ListT>makeMutableCopy(ListT,int)
com.google.protobuf.GeneratedMessage.<T>emptyList(java.lang.Class<T>)
com.google.protobuf.GeneratedMessage.<V>serializeBooleanMapTo(com.google.protobuf.CodedOutputStream,com.google.protobuf.MapField<java.lang.Boolean,V>,com.google.protobuf.MapEntry<java.lang.Boolean,V>,int)
com.google.protobuf.GeneratedMessage.<V>serializeIntegerMapTo(com.google.protobuf.CodedOutputStream,com.google.protobuf.MapField<java.lang.Integer,V>,com.google.protobuf.MapEntry<java.lang.Integer,V>,int)
com.google.protobuf.GeneratedMessage.<V>serializeLongMapTo(com.google.protobuf.CodedOutputStream,com.google.protobuf.MapField<java.lang.Long,V>,com.google.protobuf.MapEntry<java.lang.Long,V>,int)
com.google.protobuf.GeneratedMessage.<V>serializeStringMapTo(com.google.protobuf.CodedOutputStream,com.google.protobuf.MapField<java.lang.String,V>,com.google.protobuf.MapEntry<java.lang.String,V>,int)
com.google.protobuf.GeneratedMessage.canUseUnsafe()
com.google.protobuf.GeneratedMessage.emptyBooleanList()
com.google.protobuf.GeneratedMessage.emptyDoubleList()
com.google.protobuf.GeneratedMessage.emptyFloatList()
com.google.protobuf.GeneratedMessage.emptyIntList()
com.google.protobuf.GeneratedMessage.emptyLongList()
com.google.protobuf.GeneratedMessage.internalGetMapFieldReflection(int)
com.google.protobuf.GeneratedMessage.isStringEmpty(java.lang.Object)
com.google.protobuf.GeneratedMessage.mergeFromAndMakeImmutableInternal(com.google.protobuf.CodedInputStream,com.google.protobuf.ExtensionRegistryLite)
com.google.protobuf.GeneratedMessage.newInstance(com.google.protobuf.GeneratedMessage.UnusedPrivateParameter)
com.google.protobuf.GeneratedMessage.parseUnknownFieldProto3(com.google.protobuf.CodedInputStream,com.google.protobuf.UnknownFieldSet.Builder,com.google.protobuf.ExtensionRegistryLite,int)
Static Fields
DATASET_TEMPLATE_FIELD_NUMBER
public static final int DATASET_TEMPLATE_FIELD_NUMBER
| Field Value |
| Type |
Description |
int |
|
PROJECT_ID_FIELD_NUMBER
public static final int PROJECT_ID_FIELD_NUMBER
| Field Value |
| Type |
Description |
int |
|
Static Methods
getDefaultInstance()
public static BigQueryDestinationConfig.SourceHierarchyDatasets getDefaultInstance()
getDescriptor()
public static final Descriptors.Descriptor getDescriptor()
newBuilder()
public static BigQueryDestinationConfig.SourceHierarchyDatasets.Builder newBuilder()
newBuilder(BigQueryDestinationConfig.SourceHierarchyDatasets prototype)
public static BigQueryDestinationConfig.SourceHierarchyDatasets.Builder newBuilder(BigQueryDestinationConfig.SourceHierarchyDatasets prototype)
public static BigQueryDestinationConfig.SourceHierarchyDatasets parseDelimitedFrom(InputStream input)
public static BigQueryDestinationConfig.SourceHierarchyDatasets parseDelimitedFrom(InputStream input, ExtensionRegistryLite extensionRegistry)
parseFrom(byte[] data)
public static BigQueryDestinationConfig.SourceHierarchyDatasets parseFrom(byte[] data)
| Parameter |
| Name |
Description |
data |
byte[]
|
parseFrom(byte[] data, ExtensionRegistryLite extensionRegistry)
public static BigQueryDestinationConfig.SourceHierarchyDatasets parseFrom(byte[] data, ExtensionRegistryLite extensionRegistry)
parseFrom(ByteString data)
public static BigQueryDestinationConfig.SourceHierarchyDatasets parseFrom(ByteString data)
parseFrom(ByteString data, ExtensionRegistryLite extensionRegistry)
public static BigQueryDestinationConfig.SourceHierarchyDatasets parseFrom(ByteString data, ExtensionRegistryLite extensionRegistry)
public static BigQueryDestinationConfig.SourceHierarchyDatasets parseFrom(CodedInputStream input)
public static BigQueryDestinationConfig.SourceHierarchyDatasets parseFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
public static BigQueryDestinationConfig.SourceHierarchyDatasets parseFrom(InputStream input)
public static BigQueryDestinationConfig.SourceHierarchyDatasets parseFrom(InputStream input, ExtensionRegistryLite extensionRegistry)
parseFrom(ByteBuffer data)
public static BigQueryDestinationConfig.SourceHierarchyDatasets parseFrom(ByteBuffer data)
parseFrom(ByteBuffer data, ExtensionRegistryLite extensionRegistry)
public static BigQueryDestinationConfig.SourceHierarchyDatasets parseFrom(ByteBuffer data, ExtensionRegistryLite extensionRegistry)
parser()
public static Parser<BigQueryDestinationConfig.SourceHierarchyDatasets> parser()
Methods
equals(Object obj)
public boolean equals(Object obj)
| Parameter |
| Name |
Description |
obj |
Object
|
Overrides
getDatasetTemplate()
public BigQueryDestinationConfig.SourceHierarchyDatasets.DatasetTemplate getDatasetTemplate()
The dataset template to use for dynamic dataset creation.
.google.cloud.datastream.v1.BigQueryDestinationConfig.SourceHierarchyDatasets.DatasetTemplate dataset_template = 2;
getDatasetTemplateOrBuilder()
public BigQueryDestinationConfig.SourceHierarchyDatasets.DatasetTemplateOrBuilder getDatasetTemplateOrBuilder()
The dataset template to use for dynamic dataset creation.
.google.cloud.datastream.v1.BigQueryDestinationConfig.SourceHierarchyDatasets.DatasetTemplate dataset_template = 2;
getDefaultInstanceForType()
public BigQueryDestinationConfig.SourceHierarchyDatasets getDefaultInstanceForType()
getParserForType()
public Parser<BigQueryDestinationConfig.SourceHierarchyDatasets> getParserForType()
Overrides
getProjectId()
public String getProjectId()
Optional. The project id of the BigQuery dataset. If not specified, the
project will be inferred from the stream resource.
optional string project_id = 3 [(.google.api.field_behavior) = OPTIONAL];
| Returns |
| Type |
Description |
String |
The projectId.
|
getProjectIdBytes()
public ByteString getProjectIdBytes()
Optional. The project id of the BigQuery dataset. If not specified, the
project will be inferred from the stream resource.
optional string project_id = 3 [(.google.api.field_behavior) = OPTIONAL];
| Returns |
| Type |
Description |
ByteString |
The bytes for projectId.
|
getSerializedSize()
public int getSerializedSize()
| Returns |
| Type |
Description |
int |
|
Overrides
hasDatasetTemplate()
public boolean hasDatasetTemplate()
The dataset template to use for dynamic dataset creation.
.google.cloud.datastream.v1.BigQueryDestinationConfig.SourceHierarchyDatasets.DatasetTemplate dataset_template = 2;
| Returns |
| Type |
Description |
boolean |
Whether the datasetTemplate field is set.
|
hasProjectId()
public boolean hasProjectId()
Optional. The project id of the BigQuery dataset. If not specified, the
project will be inferred from the stream resource.
optional string project_id = 3 [(.google.api.field_behavior) = OPTIONAL];
| Returns |
| Type |
Description |
boolean |
Whether the projectId field is set.
|
hashCode()
| Returns |
| Type |
Description |
int |
|
Overrides
internalGetFieldAccessorTable()
protected GeneratedMessage.FieldAccessorTable internalGetFieldAccessorTable()
Overrides
isInitialized()
public final boolean isInitialized()
Overrides
newBuilderForType()
public BigQueryDestinationConfig.SourceHierarchyDatasets.Builder newBuilderForType()
newBuilderForType(AbstractMessage.BuilderParent parent)
protected BigQueryDestinationConfig.SourceHierarchyDatasets.Builder newBuilderForType(AbstractMessage.BuilderParent parent)
Overrides
toBuilder()
public BigQueryDestinationConfig.SourceHierarchyDatasets.Builder toBuilder()
writeTo(CodedOutputStream output)
public void writeTo(CodedOutputStream output)
Overrides