Send feedback
Class ListOrgDataExchangesRequest.Builder (0.41.0)
Stay organized with collections
Save and categorize content based on your preferences.
Version 0.41.0 keyboard_arrow_down
public static final class ListOrgDataExchangesRequest . Builder extends GeneratedMessageV3 . Builder<ListOrgDataExchangesRequest . Builder > implements ListOrgDataExchangesRequestOrBuilder
Message for requesting the list of data exchanges from projects in an
organization and location.
Protobuf type google.cloud.bigquery.analyticshub.v1.ListOrgDataExchangesRequest
Inherited Members
com.google.protobuf.GeneratedMessageV3.Builder.getUnknownFieldSetBuilder()
com.google.protobuf.GeneratedMessageV3.Builder.internalGetMapFieldReflection(int)
com.google.protobuf.GeneratedMessageV3.Builder.internalGetMutableMapFieldReflection(int)
com.google.protobuf.GeneratedMessageV3.Builder.mergeUnknownLengthDelimitedField(int,com.google.protobuf.ByteString)
com.google.protobuf.GeneratedMessageV3.Builder.mergeUnknownVarintField(int,int)
com.google.protobuf.GeneratedMessageV3.Builder.parseUnknownField(com.google.protobuf.CodedInputStream,com.google.protobuf.ExtensionRegistryLite,int)
com.google.protobuf.GeneratedMessageV3.Builder.setUnknownFieldSetBuilder(com.google.protobuf.UnknownFieldSet.Builder)
Static Methods
getDescriptor()
public static final Descriptors . Descriptor getDescriptor ()
Methods
addRepeatedField(Descriptors.FieldDescriptor field, Object value)
public ListOrgDataExchangesRequest . Builder addRepeatedField ( Descriptors . FieldDescriptor field , Object value )
Overrides
build()
public ListOrgDataExchangesRequest build ()
buildPartial()
public ListOrgDataExchangesRequest buildPartial ()
clear()
public ListOrgDataExchangesRequest . Builder clear ()
Overrides
clearField(Descriptors.FieldDescriptor field)
public ListOrgDataExchangesRequest . Builder clearField ( Descriptors . FieldDescriptor field )
Overrides
clearOneof(Descriptors.OneofDescriptor oneof)
public ListOrgDataExchangesRequest . Builder clearOneof ( Descriptors . OneofDescriptor oneof )
Overrides
clearOrganization()
public ListOrgDataExchangesRequest . Builder clearOrganization ()
Required. The organization resource path of the projects containing
DataExchanges. e.g. organizations/myorg/locations/US
.
string organization = 1 [(.google.api.field_behavior) = REQUIRED];
clearPageSize()
public ListOrgDataExchangesRequest . Builder clearPageSize ()
The maximum number of results to return in a single response page. Leverage
the page tokens to iterate through the entire collection.
int32 page_size = 2;
clearPageToken()
public ListOrgDataExchangesRequest . Builder clearPageToken ()
Page token, returned by a previous call, to request the next page of
results.
string page_token = 3;
clone()
public ListOrgDataExchangesRequest . Builder clone ()
Overrides
getDefaultInstanceForType()
public ListOrgDataExchangesRequest getDefaultInstanceForType ()
getDescriptorForType()
public Descriptors . Descriptor getDescriptorForType ()
Overrides
getOrganization()
public String getOrganization ()
Required. The organization resource path of the projects containing
DataExchanges. e.g. organizations/myorg/locations/US
.
string organization = 1 [(.google.api.field_behavior) = REQUIRED];
Returns
Type
Description
String
The organization.
getOrganizationBytes()
public ByteString getOrganizationBytes ()
Required. The organization resource path of the projects containing
DataExchanges. e.g. organizations/myorg/locations/US
.
string organization = 1 [(.google.api.field_behavior) = REQUIRED];
Returns
Type
Description
ByteString
The bytes for organization.
getPageSize()
The maximum number of results to return in a single response page. Leverage
the page tokens to iterate through the entire collection.
int32 page_size = 2;
Returns
Type
Description
int
The pageSize.
getPageToken()
public String getPageToken ()
Page token, returned by a previous call, to request the next page of
results.
string page_token = 3;
Returns
Type
Description
String
The pageToken.
getPageTokenBytes()
public ByteString getPageTokenBytes ()
Page token, returned by a previous call, to request the next page of
results.
string page_token = 3;
Returns
Type
Description
ByteString
The bytes for pageToken.
internalGetFieldAccessorTable()
protected GeneratedMessageV3 . FieldAccessorTable internalGetFieldAccessorTable ()
Overrides
isInitialized()
public final boolean isInitialized ()
Overrides
mergeFrom(ListOrgDataExchangesRequest other)
public ListOrgDataExchangesRequest . Builder mergeFrom ( ListOrgDataExchangesRequest other )
public ListOrgDataExchangesRequest . Builder mergeFrom ( CodedInputStream input , ExtensionRegistryLite extensionRegistry )
Overrides
mergeFrom(Message other)
public ListOrgDataExchangesRequest . Builder mergeFrom ( Message other )
Parameter
Name
Description
other
Message
Overrides
mergeUnknownFields(UnknownFieldSet unknownFields)
public final ListOrgDataExchangesRequest . Builder mergeUnknownFields ( UnknownFieldSet unknownFields )
Overrides
setField(Descriptors.FieldDescriptor field, Object value)
public ListOrgDataExchangesRequest . Builder setField ( Descriptors . FieldDescriptor field , Object value )
Overrides
setOrganization(String value)
public ListOrgDataExchangesRequest . Builder setOrganization ( String value )
Required. The organization resource path of the projects containing
DataExchanges. e.g. organizations/myorg/locations/US
.
string organization = 1 [(.google.api.field_behavior) = REQUIRED];
Parameter
Name
Description
value
String
The organization to set.
setOrganizationBytes(ByteString value)
public ListOrgDataExchangesRequest . Builder setOrganizationBytes ( ByteString value )
Required. The organization resource path of the projects containing
DataExchanges. e.g. organizations/myorg/locations/US
.
string organization = 1 [(.google.api.field_behavior) = REQUIRED];
Parameter
Name
Description
value
ByteString
The bytes for organization to set.
setPageSize(int value)
public ListOrgDataExchangesRequest . Builder setPageSize ( int value )
The maximum number of results to return in a single response page. Leverage
the page tokens to iterate through the entire collection.
int32 page_size = 2;
Parameter
Name
Description
value
int
The pageSize to set.
setPageToken(String value)
public ListOrgDataExchangesRequest . Builder setPageToken ( String value )
Page token, returned by a previous call, to request the next page of
results.
string page_token = 3;
Parameter
Name
Description
value
String
The pageToken to set.
setPageTokenBytes(ByteString value)
public ListOrgDataExchangesRequest . Builder setPageTokenBytes ( ByteString value )
Page token, returned by a previous call, to request the next page of
results.
string page_token = 3;
Parameter
Name
Description
value
ByteString
The bytes for pageToken to set.
setRepeatedField(Descriptors.FieldDescriptor field, int index, Object value)
public ListOrgDataExchangesRequest . Builder setRepeatedField ( Descriptors . FieldDescriptor field , int index , Object value )
Overrides
setUnknownFields(UnknownFieldSet unknownFields)
public final ListOrgDataExchangesRequest . Builder setUnknownFields ( UnknownFieldSet unknownFields )
Overrides
Send feedback
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-01-27 UTC.
Need to tell us more?
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Hard to understand","hardToUnderstand","thumb-down"],["Incorrect information or sample code","incorrectInformationOrSampleCode","thumb-down"],["Missing the information/samples I need","missingTheInformationSamplesINeed","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-01-27 UTC."],[],[]]