Uses of Class
com.google.cloud.bigquery.storage.v1beta1.TableReferenceProto.TableReference.Builder
-
Uses of TableReferenceProto.TableReference.Builder in com.google.cloud.bigquery.storage.v1beta1
Methods in com.google.cloud.bigquery.storage.v1beta1 that return TableReferenceProto.TableReference.BuilderModifier and TypeMethodDescriptionTableReferenceProto.TableReference.Builder.clear()TableReferenceProto.TableReference.Builder.clearDatasetId()The ID of the dataset in the above project.TableReferenceProto.TableReference.Builder.clearProjectId()The assigned project ID of the project.TableReferenceProto.TableReference.Builder.clearTableId()The ID of the table in the above dataset.Storage.CreateReadSessionRequest.Builder.getTableReferenceBuilder()Required.Storage.ReadSession.Builder.getTableReferenceBuilder()Table that this ReadSession is reading from.TableReferenceProto.TableReference.Builder.mergeFrom(TableReferenceProto.TableReference other) TableReferenceProto.TableReference.Builder.mergeFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) TableReferenceProto.TableReference.Builder.mergeFrom(com.google.protobuf.Message other) TableReferenceProto.TableReference.newBuilder()TableReferenceProto.TableReference.newBuilder(TableReferenceProto.TableReference prototype) TableReferenceProto.TableReference.newBuilderForType()TableReferenceProto.TableReference.newBuilderForType(com.google.protobuf.AbstractMessage.BuilderParent parent) TableReferenceProto.TableReference.Builder.setDatasetId(String value) The ID of the dataset in the above project.TableReferenceProto.TableReference.Builder.setDatasetIdBytes(com.google.protobuf.ByteString value) The ID of the dataset in the above project.TableReferenceProto.TableReference.Builder.setProjectId(String value) The assigned project ID of the project.TableReferenceProto.TableReference.Builder.setProjectIdBytes(com.google.protobuf.ByteString value) The assigned project ID of the project.TableReferenceProto.TableReference.Builder.setTableId(String value) The ID of the table in the above dataset.TableReferenceProto.TableReference.Builder.setTableIdBytes(com.google.protobuf.ByteString value) The ID of the table in the above dataset.TableReferenceProto.TableReference.toBuilder()Methods in com.google.cloud.bigquery.storage.v1beta1 with parameters of type TableReferenceProto.TableReference.BuilderModifier and TypeMethodDescriptionStorage.CreateReadSessionRequest.Builder.setTableReference(TableReferenceProto.TableReference.Builder builderForValue) Required.Storage.ReadSession.Builder.setTableReference(TableReferenceProto.TableReference.Builder builderForValue) Table that this ReadSession is reading from.