- 1.84.0 (latest)
- 1.82.0
- 1.81.0
- 1.80.0
- 1.79.0
- 1.78.0
- 1.76.0
- 1.74.0
- 1.73.0
- 1.70.0
- 1.69.0
- 1.68.0
- 1.66.0
- 1.65.0
- 1.64.0
- 1.63.0
- 1.62.0
- 1.61.0
- 1.60.0
- 1.59.0
- 1.58.0
- 1.57.0
- 1.55.0
- 1.54.0
- 1.53.0
- 1.52.0
- 1.51.0
- 1.50.0
- 1.49.0
- 1.48.0
- 1.47.0
- 1.46.0
- 1.45.0
- 1.43.0
- 1.42.0
- 1.41.0
- 1.40.0
- 1.39.0
- 1.38.0
- 1.37.0
- 1.36.0
- 1.35.0
- 1.34.0
- 1.33.0
- 1.30.0
- 1.29.0
- 1.28.0
- 1.27.0
- 1.26.0
- 1.25.0
- 1.24.0
- 1.23.0
- 1.22.0
- 1.21.0
- 1.20.0
- 1.19.0
- 1.18.0
- 1.17.0
- 1.15.0
- 1.14.0
- 1.13.0
- 1.12.0
- 1.11.0
- 1.10.0
- 1.9.5
- 1.8.4
- 1.7.2
- 1.6.2
- 1.5.4
public static final class DatabaseTableSpec.DatabaseViewSpec.Builder extends GeneratedMessageV3.Builder<DatabaseTableSpec.DatabaseViewSpec.Builder> implements DatabaseTableSpec.DatabaseViewSpecOrBuilderSpecification that applies to database view.
 Protobuf type google.cloud.datacatalog.v1.DatabaseTableSpec.DatabaseViewSpec
Inheritance
Object > AbstractMessageLite.Builder<MessageType,BuilderType> > AbstractMessage.Builder<BuilderType> > GeneratedMessageV3.Builder > DatabaseTableSpec.DatabaseViewSpec.BuilderImplements
DatabaseTableSpec.DatabaseViewSpecOrBuilderStatic Methods
getDescriptor()
public static final Descriptors.Descriptor getDescriptor()| Returns | |
|---|---|
| Type | Description | 
| Descriptor | |
Methods
addRepeatedField(Descriptors.FieldDescriptor field, Object value)
public DatabaseTableSpec.DatabaseViewSpec.Builder addRepeatedField(Descriptors.FieldDescriptor field, Object value)| Parameters | |
|---|---|
| Name | Description | 
| field | FieldDescriptor | 
| value | Object | 
| Returns | |
|---|---|
| Type | Description | 
| DatabaseTableSpec.DatabaseViewSpec.Builder | |
build()
public DatabaseTableSpec.DatabaseViewSpec build()| Returns | |
|---|---|
| Type | Description | 
| DatabaseTableSpec.DatabaseViewSpec | |
buildPartial()
public DatabaseTableSpec.DatabaseViewSpec buildPartial()| Returns | |
|---|---|
| Type | Description | 
| DatabaseTableSpec.DatabaseViewSpec | |
clear()
public DatabaseTableSpec.DatabaseViewSpec.Builder clear()| Returns | |
|---|---|
| Type | Description | 
| DatabaseTableSpec.DatabaseViewSpec.Builder | |
clearBaseTable()
public DatabaseTableSpec.DatabaseViewSpec.Builder clearBaseTable()Name of a singular table this view reflects one to one.
 string base_table = 2;
| Returns | |
|---|---|
| Type | Description | 
| DatabaseTableSpec.DatabaseViewSpec.Builder | This builder for chaining. | 
clearField(Descriptors.FieldDescriptor field)
public DatabaseTableSpec.DatabaseViewSpec.Builder clearField(Descriptors.FieldDescriptor field)| Parameter | |
|---|---|
| Name | Description | 
| field | FieldDescriptor | 
| Returns | |
|---|---|
| Type | Description | 
| DatabaseTableSpec.DatabaseViewSpec.Builder | |
clearOneof(Descriptors.OneofDescriptor oneof)
public DatabaseTableSpec.DatabaseViewSpec.Builder clearOneof(Descriptors.OneofDescriptor oneof)| Parameter | |
|---|---|
| Name | Description | 
| oneof | OneofDescriptor | 
| Returns | |
|---|---|
| Type | Description | 
| DatabaseTableSpec.DatabaseViewSpec.Builder | |
clearSourceDefinition()
public DatabaseTableSpec.DatabaseViewSpec.Builder clearSourceDefinition()| Returns | |
|---|---|
| Type | Description | 
| DatabaseTableSpec.DatabaseViewSpec.Builder | |
clearSqlQuery()
public DatabaseTableSpec.DatabaseViewSpec.Builder clearSqlQuery()SQL query used to generate this view.
 string sql_query = 3;
| Returns | |
|---|---|
| Type | Description | 
| DatabaseTableSpec.DatabaseViewSpec.Builder | This builder for chaining. | 
clearViewType()
public DatabaseTableSpec.DatabaseViewSpec.Builder clearViewType()Type of this view.
 
 .google.cloud.datacatalog.v1.DatabaseTableSpec.DatabaseViewSpec.ViewType view_type = 1;
 
| Returns | |
|---|---|
| Type | Description | 
| DatabaseTableSpec.DatabaseViewSpec.Builder | This builder for chaining. | 
clone()
public DatabaseTableSpec.DatabaseViewSpec.Builder clone()| Returns | |
|---|---|
| Type | Description | 
| DatabaseTableSpec.DatabaseViewSpec.Builder | |
getBaseTable()
public String getBaseTable()Name of a singular table this view reflects one to one.
 string base_table = 2;
| Returns | |
|---|---|
| Type | Description | 
| String | The baseTable. | 
getBaseTableBytes()
public ByteString getBaseTableBytes()Name of a singular table this view reflects one to one.
 string base_table = 2;
| Returns | |
|---|---|
| Type | Description | 
| ByteString | The bytes for baseTable. | 
getDefaultInstanceForType()
public DatabaseTableSpec.DatabaseViewSpec getDefaultInstanceForType()| Returns | |
|---|---|
| Type | Description | 
| DatabaseTableSpec.DatabaseViewSpec | |
getDescriptorForType()
public Descriptors.Descriptor getDescriptorForType()| Returns | |
|---|---|
| Type | Description | 
| Descriptor | |
getSourceDefinitionCase()
public DatabaseTableSpec.DatabaseViewSpec.SourceDefinitionCase getSourceDefinitionCase()| Returns | |
|---|---|
| Type | Description | 
| DatabaseTableSpec.DatabaseViewSpec.SourceDefinitionCase | |
getSqlQuery()
public String getSqlQuery()SQL query used to generate this view.
 string sql_query = 3;
| Returns | |
|---|---|
| Type | Description | 
| String | The sqlQuery. | 
getSqlQueryBytes()
public ByteString getSqlQueryBytes()SQL query used to generate this view.
 string sql_query = 3;
| Returns | |
|---|---|
| Type | Description | 
| ByteString | The bytes for sqlQuery. | 
getViewType()
public DatabaseTableSpec.DatabaseViewSpec.ViewType getViewType()Type of this view.
 
 .google.cloud.datacatalog.v1.DatabaseTableSpec.DatabaseViewSpec.ViewType view_type = 1;
 
| Returns | |
|---|---|
| Type | Description | 
| DatabaseTableSpec.DatabaseViewSpec.ViewType | The viewType. | 
getViewTypeValue()
public int getViewTypeValue()Type of this view.
 
 .google.cloud.datacatalog.v1.DatabaseTableSpec.DatabaseViewSpec.ViewType view_type = 1;
 
| Returns | |
|---|---|
| Type | Description | 
| int | The enum numeric value on the wire for viewType. | 
hasBaseTable()
public boolean hasBaseTable()Name of a singular table this view reflects one to one.
 string base_table = 2;
| Returns | |
|---|---|
| Type | Description | 
| boolean | Whether the baseTable field is set. | 
hasSqlQuery()
public boolean hasSqlQuery()SQL query used to generate this view.
 string sql_query = 3;
| Returns | |
|---|---|
| Type | Description | 
| boolean | Whether the sqlQuery field is set. | 
internalGetFieldAccessorTable()
protected GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()| Returns | |
|---|---|
| Type | Description | 
| FieldAccessorTable | |
isInitialized()
public final boolean isInitialized()| Returns | |
|---|---|
| Type | Description | 
| boolean | |
mergeFrom(DatabaseTableSpec.DatabaseViewSpec other)
public DatabaseTableSpec.DatabaseViewSpec.Builder mergeFrom(DatabaseTableSpec.DatabaseViewSpec other)| Parameter | |
|---|---|
| Name | Description | 
| other | DatabaseTableSpec.DatabaseViewSpec | 
| Returns | |
|---|---|
| Type | Description | 
| DatabaseTableSpec.DatabaseViewSpec.Builder | |
mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
public DatabaseTableSpec.DatabaseViewSpec.Builder mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)| Parameters | |
|---|---|
| Name | Description | 
| input | CodedInputStream | 
| extensionRegistry | ExtensionRegistryLite | 
| Returns | |
|---|---|
| Type | Description | 
| DatabaseTableSpec.DatabaseViewSpec.Builder | |
| Exceptions | |
|---|---|
| Type | Description | 
| IOException | |
mergeFrom(Message other)
public DatabaseTableSpec.DatabaseViewSpec.Builder mergeFrom(Message other)| Parameter | |
|---|---|
| Name | Description | 
| other | Message | 
| Returns | |
|---|---|
| Type | Description | 
| DatabaseTableSpec.DatabaseViewSpec.Builder | |
mergeUnknownFields(UnknownFieldSet unknownFields)
public final DatabaseTableSpec.DatabaseViewSpec.Builder mergeUnknownFields(UnknownFieldSet unknownFields)| Parameter | |
|---|---|
| Name | Description | 
| unknownFields | UnknownFieldSet | 
| Returns | |
|---|---|
| Type | Description | 
| DatabaseTableSpec.DatabaseViewSpec.Builder | |
setBaseTable(String value)
public DatabaseTableSpec.DatabaseViewSpec.Builder setBaseTable(String value)Name of a singular table this view reflects one to one.
 string base_table = 2;
| Parameter | |
|---|---|
| Name | Description | 
| value | StringThe baseTable to set. | 
| Returns | |
|---|---|
| Type | Description | 
| DatabaseTableSpec.DatabaseViewSpec.Builder | This builder for chaining. | 
setBaseTableBytes(ByteString value)
public DatabaseTableSpec.DatabaseViewSpec.Builder setBaseTableBytes(ByteString value)Name of a singular table this view reflects one to one.
 string base_table = 2;
| Parameter | |
|---|---|
| Name | Description | 
| value | ByteStringThe bytes for baseTable to set. | 
| Returns | |
|---|---|
| Type | Description | 
| DatabaseTableSpec.DatabaseViewSpec.Builder | This builder for chaining. | 
setField(Descriptors.FieldDescriptor field, Object value)
public DatabaseTableSpec.DatabaseViewSpec.Builder setField(Descriptors.FieldDescriptor field, Object value)| Parameters | |
|---|---|
| Name | Description | 
| field | FieldDescriptor | 
| value | Object | 
| Returns | |
|---|---|
| Type | Description | 
| DatabaseTableSpec.DatabaseViewSpec.Builder | |
setRepeatedField(Descriptors.FieldDescriptor field, int index, Object value)
public DatabaseTableSpec.DatabaseViewSpec.Builder setRepeatedField(Descriptors.FieldDescriptor field, int index, Object value)| Parameters | |
|---|---|
| Name | Description | 
| field | FieldDescriptor | 
| index | int | 
| value | Object | 
| Returns | |
|---|---|
| Type | Description | 
| DatabaseTableSpec.DatabaseViewSpec.Builder | |
setSqlQuery(String value)
public DatabaseTableSpec.DatabaseViewSpec.Builder setSqlQuery(String value)SQL query used to generate this view.
 string sql_query = 3;
| Parameter | |
|---|---|
| Name | Description | 
| value | StringThe sqlQuery to set. | 
| Returns | |
|---|---|
| Type | Description | 
| DatabaseTableSpec.DatabaseViewSpec.Builder | This builder for chaining. | 
setSqlQueryBytes(ByteString value)
public DatabaseTableSpec.DatabaseViewSpec.Builder setSqlQueryBytes(ByteString value)SQL query used to generate this view.
 string sql_query = 3;
| Parameter | |
|---|---|
| Name | Description | 
| value | ByteStringThe bytes for sqlQuery to set. | 
| Returns | |
|---|---|
| Type | Description | 
| DatabaseTableSpec.DatabaseViewSpec.Builder | This builder for chaining. | 
setUnknownFields(UnknownFieldSet unknownFields)
public final DatabaseTableSpec.DatabaseViewSpec.Builder setUnknownFields(UnknownFieldSet unknownFields)| Parameter | |
|---|---|
| Name | Description | 
| unknownFields | UnknownFieldSet | 
| Returns | |
|---|---|
| Type | Description | 
| DatabaseTableSpec.DatabaseViewSpec.Builder | |
setViewType(DatabaseTableSpec.DatabaseViewSpec.ViewType value)
public DatabaseTableSpec.DatabaseViewSpec.Builder setViewType(DatabaseTableSpec.DatabaseViewSpec.ViewType value)Type of this view.
 
 .google.cloud.datacatalog.v1.DatabaseTableSpec.DatabaseViewSpec.ViewType view_type = 1;
 
| Parameter | |
|---|---|
| Name | Description | 
| value | DatabaseTableSpec.DatabaseViewSpec.ViewTypeThe viewType to set. | 
| Returns | |
|---|---|
| Type | Description | 
| DatabaseTableSpec.DatabaseViewSpec.Builder | This builder for chaining. | 
setViewTypeValue(int value)
public DatabaseTableSpec.DatabaseViewSpec.Builder setViewTypeValue(int value)Type of this view.
 
 .google.cloud.datacatalog.v1.DatabaseTableSpec.DatabaseViewSpec.ViewType view_type = 1;
 
| Parameter | |
|---|---|
| Name | Description | 
| value | intThe enum numeric value on the wire for viewType to set. | 
| Returns | |
|---|---|
| Type | Description | 
| DatabaseTableSpec.DatabaseViewSpec.Builder | This builder for chaining. |