public static final class ListDataSourcesRequest.Builder extends GeneratedMessageV3.Builder<ListDataSourcesRequest.Builder> implements ListDataSourcesRequestOrBuilderRequest message for the ListDataSources method.
Protobuf type google.shopping.merchant.datasources.v1.ListDataSourcesRequest
Inheritance
Object > AbstractMessageLite.Builder<MessageType,BuilderType> > AbstractMessage.Builder<BuilderType> > GeneratedMessageV3.Builder > ListDataSourcesRequest.BuilderImplements
ListDataSourcesRequestOrBuilderStatic Methods
getDescriptor()
public static final Descriptors.Descriptor getDescriptor()| Returns | |
|---|---|
| Type | Description |
Descriptor |
|
Methods
addRepeatedField(Descriptors.FieldDescriptor field, Object value)
public ListDataSourcesRequest.Builder addRepeatedField(Descriptors.FieldDescriptor field, Object value)| Parameters | |
|---|---|
| Name | Description |
field |
FieldDescriptor |
value |
Object |
| Returns | |
|---|---|
| Type | Description |
ListDataSourcesRequest.Builder |
|
build()
public ListDataSourcesRequest build()| Returns | |
|---|---|
| Type | Description |
ListDataSourcesRequest |
|
buildPartial()
public ListDataSourcesRequest buildPartial()| Returns | |
|---|---|
| Type | Description |
ListDataSourcesRequest |
|
clear()
public ListDataSourcesRequest.Builder clear()| Returns | |
|---|---|
| Type | Description |
ListDataSourcesRequest.Builder |
|
clearField(Descriptors.FieldDescriptor field)
public ListDataSourcesRequest.Builder clearField(Descriptors.FieldDescriptor field)| Parameter | |
|---|---|
| Name | Description |
field |
FieldDescriptor |
| Returns | |
|---|---|
| Type | Description |
ListDataSourcesRequest.Builder |
|
clearOneof(Descriptors.OneofDescriptor oneof)
public ListDataSourcesRequest.Builder clearOneof(Descriptors.OneofDescriptor oneof)| Parameter | |
|---|---|
| Name | Description |
oneof |
OneofDescriptor |
| Returns | |
|---|---|
| Type | Description |
ListDataSourcesRequest.Builder |
|
clearPageSize()
public ListDataSourcesRequest.Builder clearPageSize()Optional. The maximum number of data sources to return. The service may return fewer than this value. The maximum value is 1000; values above 1000 will be coerced to 1000. If unspecified, the maximum number of data sources will be returned.
int32 page_size = 2 [(.google.api.field_behavior) = OPTIONAL];
| Returns | |
|---|---|
| Type | Description |
ListDataSourcesRequest.Builder |
This builder for chaining. |
clearPageToken()
public ListDataSourcesRequest.Builder clearPageToken() Optional. A page token, received from a previous ListDataSources call.
Provide this to retrieve the subsequent page.
When paginating, all other parameters provided to ListDataSources
must match the call that provided the page token.
string page_token = 3 [(.google.api.field_behavior) = OPTIONAL];
| Returns | |
|---|---|
| Type | Description |
ListDataSourcesRequest.Builder |
This builder for chaining. |
clearParent()
public ListDataSourcesRequest.Builder clearParent() Required. The account to list data sources for.
Format: accounts/{account}
string parent = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... }
| Returns | |
|---|---|
| Type | Description |
ListDataSourcesRequest.Builder |
This builder for chaining. |
clone()
public ListDataSourcesRequest.Builder clone()| Returns | |
|---|---|
| Type | Description |
ListDataSourcesRequest.Builder |
|
getDefaultInstanceForType()
public ListDataSourcesRequest getDefaultInstanceForType()| Returns | |
|---|---|
| Type | Description |
ListDataSourcesRequest |
|
getDescriptorForType()
public Descriptors.Descriptor getDescriptorForType()| Returns | |
|---|---|
| Type | Description |
Descriptor |
|
getPageSize()
public int getPageSize()Optional. The maximum number of data sources to return. The service may return fewer than this value. The maximum value is 1000; values above 1000 will be coerced to 1000. If unspecified, the maximum number of data sources will be returned.
int32 page_size = 2 [(.google.api.field_behavior) = OPTIONAL];
| Returns | |
|---|---|
| Type | Description |
int |
The pageSize. |
getPageToken()
public String getPageToken() Optional. A page token, received from a previous ListDataSources call.
Provide this to retrieve the subsequent page.
When paginating, all other parameters provided to ListDataSources
must match the call that provided the page token.
string page_token = 3 [(.google.api.field_behavior) = OPTIONAL];
| Returns | |
|---|---|
| Type | Description |
String |
The pageToken. |
getPageTokenBytes()
public ByteString getPageTokenBytes() Optional. A page token, received from a previous ListDataSources call.
Provide this to retrieve the subsequent page.
When paginating, all other parameters provided to ListDataSources
must match the call that provided the page token.
string page_token = 3 [(.google.api.field_behavior) = OPTIONAL];
| Returns | |
|---|---|
| Type | Description |
ByteString |
The bytes for pageToken. |
getParent()
public String getParent() Required. The account to list data sources for.
Format: accounts/{account}
string parent = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... }
| Returns | |
|---|---|
| Type | Description |
String |
The parent. |
getParentBytes()
public ByteString getParentBytes() Required. The account to list data sources for.
Format: accounts/{account}
string parent = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... }
| Returns | |
|---|---|
| Type | Description |
ByteString |
The bytes for parent. |
internalGetFieldAccessorTable()
protected GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()| Returns | |
|---|---|
| Type | Description |
FieldAccessorTable |
|
isInitialized()
public final boolean isInitialized()| Returns | |
|---|---|
| Type | Description |
boolean |
|
mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
public ListDataSourcesRequest.Builder mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)| Parameters | |
|---|---|
| Name | Description |
input |
CodedInputStream |
extensionRegistry |
ExtensionRegistryLite |
| Returns | |
|---|---|
| Type | Description |
ListDataSourcesRequest.Builder |
|
| Exceptions | |
|---|---|
| Type | Description |
IOException |
|
mergeFrom(Message other)
public ListDataSourcesRequest.Builder mergeFrom(Message other)| Parameter | |
|---|---|
| Name | Description |
other |
Message |
| Returns | |
|---|---|
| Type | Description |
ListDataSourcesRequest.Builder |
|
mergeFrom(ListDataSourcesRequest other)
public ListDataSourcesRequest.Builder mergeFrom(ListDataSourcesRequest other)| Parameter | |
|---|---|
| Name | Description |
other |
ListDataSourcesRequest |
| Returns | |
|---|---|
| Type | Description |
ListDataSourcesRequest.Builder |
|
mergeUnknownFields(UnknownFieldSet unknownFields)
public final ListDataSourcesRequest.Builder mergeUnknownFields(UnknownFieldSet unknownFields)| Parameter | |
|---|---|
| Name | Description |
unknownFields |
UnknownFieldSet |
| Returns | |
|---|---|
| Type | Description |
ListDataSourcesRequest.Builder |
|
setField(Descriptors.FieldDescriptor field, Object value)
public ListDataSourcesRequest.Builder setField(Descriptors.FieldDescriptor field, Object value)| Parameters | |
|---|---|
| Name | Description |
field |
FieldDescriptor |
value |
Object |
| Returns | |
|---|---|
| Type | Description |
ListDataSourcesRequest.Builder |
|
setPageSize(int value)
public ListDataSourcesRequest.Builder setPageSize(int value)Optional. The maximum number of data sources to return. The service may return fewer than this value. The maximum value is 1000; values above 1000 will be coerced to 1000. If unspecified, the maximum number of data sources will be returned.
int32 page_size = 2 [(.google.api.field_behavior) = OPTIONAL];
| Parameter | |
|---|---|
| Name | Description |
value |
intThe pageSize to set. |
| Returns | |
|---|---|
| Type | Description |
ListDataSourcesRequest.Builder |
This builder for chaining. |
setPageToken(String value)
public ListDataSourcesRequest.Builder setPageToken(String value) Optional. A page token, received from a previous ListDataSources call.
Provide this to retrieve the subsequent page.
When paginating, all other parameters provided to ListDataSources
must match the call that provided the page token.
string page_token = 3 [(.google.api.field_behavior) = OPTIONAL];
| Parameter | |
|---|---|
| Name | Description |
value |
StringThe pageToken to set. |
| Returns | |
|---|---|
| Type | Description |
ListDataSourcesRequest.Builder |
This builder for chaining. |
setPageTokenBytes(ByteString value)
public ListDataSourcesRequest.Builder setPageTokenBytes(ByteString value) Optional. A page token, received from a previous ListDataSources call.
Provide this to retrieve the subsequent page.
When paginating, all other parameters provided to ListDataSources
must match the call that provided the page token.
string page_token = 3 [(.google.api.field_behavior) = OPTIONAL];
| Parameter | |
|---|---|
| Name | Description |
value |
ByteStringThe bytes for pageToken to set. |
| Returns | |
|---|---|
| Type | Description |
ListDataSourcesRequest.Builder |
This builder for chaining. |
setParent(String value)
public ListDataSourcesRequest.Builder setParent(String value) Required. The account to list data sources for.
Format: accounts/{account}
string parent = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... }
| Parameter | |
|---|---|
| Name | Description |
value |
StringThe parent to set. |
| Returns | |
|---|---|
| Type | Description |
ListDataSourcesRequest.Builder |
This builder for chaining. |
setParentBytes(ByteString value)
public ListDataSourcesRequest.Builder setParentBytes(ByteString value) Required. The account to list data sources for.
Format: accounts/{account}
string parent = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... }
| Parameter | |
|---|---|
| Name | Description |
value |
ByteStringThe bytes for parent to set. |
| Returns | |
|---|---|
| Type | Description |
ListDataSourcesRequest.Builder |
This builder for chaining. |
setRepeatedField(Descriptors.FieldDescriptor field, int index, Object value)
public ListDataSourcesRequest.Builder setRepeatedField(Descriptors.FieldDescriptor field, int index, Object value)| Parameters | |
|---|---|
| Name | Description |
field |
FieldDescriptor |
index |
int |
value |
Object |
| Returns | |
|---|---|
| Type | Description |
ListDataSourcesRequest.Builder |
|
setUnknownFields(UnknownFieldSet unknownFields)
public final ListDataSourcesRequest.Builder setUnknownFields(UnknownFieldSet unknownFields)| Parameter | |
|---|---|
| Name | Description |
unknownFields |
UnknownFieldSet |
| Returns | |
|---|---|
| Type | Description |
ListDataSourcesRequest.Builder |
|