Class EnrollDataSourcesRequest (2.55.0)

publicfinalclass EnrollDataSourcesRequestextendsGeneratedMessageV3implementsEnrollDataSourcesRequestOrBuilder

A request to enroll a set of data sources so they are visible in the BigQuery UI's Transfer tab.

Protobuf type google.cloud.bigquery.datatransfer.v1.EnrollDataSourcesRequest

Inherited Members

com.google.protobuf.GeneratedMessageV3.<ListT>makeMutableCopy(ListT)
com.google.protobuf.GeneratedMessageV3.<ListT>makeMutableCopy(ListT,int)
com.google.protobuf.GeneratedMessageV3.<T>emptyList(java.lang.Class<T>)
com.google.protobuf.GeneratedMessageV3.internalGetMapFieldReflection(int)

Static Fields

DATA_SOURCE_IDS_FIELD_NUMBER

publicstaticfinalintDATA_SOURCE_IDS_FIELD_NUMBER
Field Value
Type Description
int

NAME_FIELD_NUMBER

publicstaticfinalintNAME_FIELD_NUMBER
Field Value
Type Description
int

Static Methods

getDefaultInstance()

publicstaticEnrollDataSourcesRequestgetDefaultInstance()
Returns
Type Description
EnrollDataSourcesRequest

getDescriptor()

publicstaticfinalDescriptors.DescriptorgetDescriptor()
Returns
Type Description
Descriptor

newBuilder()

publicstaticEnrollDataSourcesRequest.BuildernewBuilder()
Returns
Type Description
EnrollDataSourcesRequest.Builder

newBuilder(EnrollDataSourcesRequest prototype)

publicstaticEnrollDataSourcesRequest.BuildernewBuilder(EnrollDataSourcesRequestprototype)
Parameter
Name Description
prototype EnrollDataSourcesRequest
Returns
Type Description
EnrollDataSourcesRequest.Builder

parseDelimitedFrom(InputStream input)

publicstaticEnrollDataSourcesRequestparseDelimitedFrom(InputStreaminput)
Parameter
Name Description
input InputStream
Returns
Type Description
EnrollDataSourcesRequest
Exceptions
Type Description
IOException

parseDelimitedFrom(InputStream input, ExtensionRegistryLite extensionRegistry)

publicstaticEnrollDataSourcesRequestparseDelimitedFrom(InputStreaminput,ExtensionRegistryLiteextensionRegistry)
Parameters
Name Description
input InputStream
extensionRegistry ExtensionRegistryLite
Returns
Type Description
EnrollDataSourcesRequest
Exceptions
Type Description
IOException

parseFrom(byte[] data)

publicstaticEnrollDataSourcesRequestparseFrom(byte[]data)
Parameter
Name Description
data byte[]
Returns
Type Description
EnrollDataSourcesRequest
Exceptions
Type Description
InvalidProtocolBufferException

parseFrom(byte[] data, ExtensionRegistryLite extensionRegistry)

publicstaticEnrollDataSourcesRequestparseFrom(byte[]data,ExtensionRegistryLiteextensionRegistry)
Parameters
Name Description
data byte[]
extensionRegistry ExtensionRegistryLite
Returns
Type Description
EnrollDataSourcesRequest
Exceptions
Type Description
InvalidProtocolBufferException

parseFrom(ByteString data)

publicstaticEnrollDataSourcesRequestparseFrom(ByteStringdata)
Parameter
Name Description
data ByteString
Returns
Type Description
EnrollDataSourcesRequest
Exceptions
Type Description
InvalidProtocolBufferException

parseFrom(ByteString data, ExtensionRegistryLite extensionRegistry)

publicstaticEnrollDataSourcesRequestparseFrom(ByteStringdata,ExtensionRegistryLiteextensionRegistry)
Parameters
Name Description
data ByteString
extensionRegistry ExtensionRegistryLite
Returns
Type Description
EnrollDataSourcesRequest
Exceptions
Type Description
InvalidProtocolBufferException

parseFrom(CodedInputStream input)

publicstaticEnrollDataSourcesRequestparseFrom(CodedInputStreaminput)
Parameter
Name Description
input CodedInputStream
Returns
Type Description
EnrollDataSourcesRequest
Exceptions
Type Description
IOException

parseFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)

publicstaticEnrollDataSourcesRequestparseFrom(CodedInputStreaminput,ExtensionRegistryLiteextensionRegistry)
Parameters
Name Description
input CodedInputStream
extensionRegistry ExtensionRegistryLite
Returns
Type Description
EnrollDataSourcesRequest
Exceptions
Type Description
IOException

parseFrom(InputStream input)

publicstaticEnrollDataSourcesRequestparseFrom(InputStreaminput)
Parameter
Name Description
input InputStream
Returns
Type Description
EnrollDataSourcesRequest
Exceptions
Type Description
IOException

parseFrom(InputStream input, ExtensionRegistryLite extensionRegistry)

publicstaticEnrollDataSourcesRequestparseFrom(InputStreaminput,ExtensionRegistryLiteextensionRegistry)
Parameters
Name Description
input InputStream
extensionRegistry ExtensionRegistryLite
Returns
Type Description
EnrollDataSourcesRequest
Exceptions
Type Description
IOException

parseFrom(ByteBuffer data)

publicstaticEnrollDataSourcesRequestparseFrom(ByteBufferdata)
Parameter
Name Description
data ByteBuffer
Returns
Type Description
EnrollDataSourcesRequest
Exceptions
Type Description
InvalidProtocolBufferException

parseFrom(ByteBuffer data, ExtensionRegistryLite extensionRegistry)

publicstaticEnrollDataSourcesRequestparseFrom(ByteBufferdata,ExtensionRegistryLiteextensionRegistry)
Parameters
Name Description
data ByteBuffer
extensionRegistry ExtensionRegistryLite
Returns
Type Description
EnrollDataSourcesRequest
Exceptions
Type Description
InvalidProtocolBufferException

parser()

publicstaticParser<EnrollDataSourcesRequest>parser()
Returns
Type Description
Parser<EnrollDataSourcesRequest>

Methods

equals(Object obj)

publicbooleanequals(Objectobj)
Parameter
Name Description
obj Object
Returns
Type Description
boolean
Overrides

getDataSourceIds(int index)

publicStringgetDataSourceIds(intindex)

Data sources that are enrolled. It is required to provide at least one data source id.

repeated string data_source_ids = 2;

Parameter
Name Description
index int

The index of the element to return.

Returns
Type Description
String

The dataSourceIds at the given index.

getDataSourceIdsBytes(int index)

publicByteStringgetDataSourceIdsBytes(intindex)

Data sources that are enrolled. It is required to provide at least one data source id.

repeated string data_source_ids = 2;

Parameter
Name Description
index int

The index of the value to return.

Returns
Type Description
ByteString

The bytes of the dataSourceIds at the given index.

getDataSourceIdsCount()

publicintgetDataSourceIdsCount()

Data sources that are enrolled. It is required to provide at least one data source id.

repeated string data_source_ids = 2;

Returns
Type Description
int

The count of dataSourceIds.

getDataSourceIdsList()

publicProtocolStringListgetDataSourceIdsList()

Data sources that are enrolled. It is required to provide at least one data source id.

repeated string data_source_ids = 2;

Returns
Type Description
ProtocolStringList

A list containing the dataSourceIds.

getDefaultInstanceForType()

publicEnrollDataSourcesRequestgetDefaultInstanceForType()
Returns
Type Description
EnrollDataSourcesRequest

getName()

publicStringgetName()

Required. The name of the project resource in the form: projects/{project_id}

string name = 1 [(.google.api.field_behavior) = REQUIRED];

Returns
Type Description
String

The name.

getNameBytes()

publicByteStringgetNameBytes()

Required. The name of the project resource in the form: projects/{project_id}

string name = 1 [(.google.api.field_behavior) = REQUIRED];

Returns
Type Description
ByteString

The bytes for name.

getParserForType()

publicParser<EnrollDataSourcesRequest>getParserForType()
Returns
Type Description
Parser<EnrollDataSourcesRequest>
Overrides

getSerializedSize()

publicintgetSerializedSize()
Returns
Type Description
int
Overrides

hashCode()

publicinthashCode()
Returns
Type Description
int
Overrides

internalGetFieldAccessorTable()

protectedGeneratedMessageV3.FieldAccessorTableinternalGetFieldAccessorTable()
Returns
Type Description
FieldAccessorTable
Overrides

isInitialized()

publicfinalbooleanisInitialized()
Returns
Type Description
boolean
Overrides

newBuilderForType()

publicEnrollDataSourcesRequest.BuildernewBuilderForType()
Returns
Type Description
EnrollDataSourcesRequest.Builder

newBuilderForType(GeneratedMessageV3.BuilderParent parent)

protectedEnrollDataSourcesRequest.BuildernewBuilderForType(GeneratedMessageV3.BuilderParentparent)
Parameter
Name Description
parent BuilderParent
Returns
Type Description
EnrollDataSourcesRequest.Builder
Overrides

newInstance(GeneratedMessageV3.UnusedPrivateParameter unused)

protectedObjectnewInstance(GeneratedMessageV3.UnusedPrivateParameterunused)
Parameter
Name Description
unused UnusedPrivateParameter
Returns
Type Description
Object
Overrides

toBuilder()

publicEnrollDataSourcesRequest.BuildertoBuilder()
Returns
Type Description
EnrollDataSourcesRequest.Builder

writeTo(CodedOutputStream output)

publicvoidwriteTo(CodedOutputStreamoutput)
Parameter
Name Description
output CodedOutputStream
Overrides
Exceptions
Type Description
IOException

Except as otherwise noted, the content of this page is licensed under the Creative Commons Attribution 4.0 License, and code samples are licensed under the Apache 2.0 License. For details, see the Google Developers Site Policies. Java is a registered trademark of Oracle and/or its affiliates.

Last updated 2025年10月30日 UTC.