public static final class ListOperatingSystemVersionsResponse.Builder extends GeneratedMessageV3.Builder<ListOperatingSystemVersionsResponse.Builder> implements ListOperatingSystemVersionsResponseOrBuilder
Response object for ListOperatingSystemVersionsRequest
containing matching
OperatingSystemVersion
objects.
Protobuf type google.ads.admanager.v1.ListOperatingSystemVersionsResponse
Inheritance
Object > AbstractMessageLite.Builder<MessageType,BuilderType> > AbstractMessage.Builder<BuilderType> > GeneratedMessageV3.Builder > ListOperatingSystemVersionsResponse.BuilderImplements
ListOperatingSystemVersionsResponseOrBuilderStatic Methods
getDescriptor()
public static final Descriptors.Descriptor getDescriptor()
Returns | |
---|---|
Type | Description |
Descriptor |
Methods
addAllOperatingSystemVersions(Iterable<? extends OperatingSystemVersion> values)
public ListOperatingSystemVersionsResponse.Builder addAllOperatingSystemVersions(Iterable<? extends OperatingSystemVersion> values)
The OperatingSystemVersion
objects from the specified network.
repeated .google.ads.admanager.v1.OperatingSystemVersion operating_system_versions = 1;
Parameter | |
---|---|
Name | Description |
values |
Iterable<? extends com.google.ads.admanager.v1.OperatingSystemVersion> |
Returns | |
---|---|
Type | Description |
ListOperatingSystemVersionsResponse.Builder |
addOperatingSystemVersions(OperatingSystemVersion value)
public ListOperatingSystemVersionsResponse.Builder addOperatingSystemVersions(OperatingSystemVersion value)
The OperatingSystemVersion
objects from the specified network.
repeated .google.ads.admanager.v1.OperatingSystemVersion operating_system_versions = 1;
Parameter | |
---|---|
Name | Description |
value |
OperatingSystemVersion |
Returns | |
---|---|
Type | Description |
ListOperatingSystemVersionsResponse.Builder |
addOperatingSystemVersions(OperatingSystemVersion.Builder builderForValue)
public ListOperatingSystemVersionsResponse.Builder addOperatingSystemVersions(OperatingSystemVersion.Builder builderForValue)
The OperatingSystemVersion
objects from the specified network.
repeated .google.ads.admanager.v1.OperatingSystemVersion operating_system_versions = 1;
Parameter | |
---|---|
Name | Description |
builderForValue |
OperatingSystemVersion.Builder |
Returns | |
---|---|
Type | Description |
ListOperatingSystemVersionsResponse.Builder |
addOperatingSystemVersions(int index, OperatingSystemVersion value)
public ListOperatingSystemVersionsResponse.Builder addOperatingSystemVersions(int index, OperatingSystemVersion value)
The OperatingSystemVersion
objects from the specified network.
repeated .google.ads.admanager.v1.OperatingSystemVersion operating_system_versions = 1;
Parameters | |
---|---|
Name | Description |
index |
int |
value |
OperatingSystemVersion |
Returns | |
---|---|
Type | Description |
ListOperatingSystemVersionsResponse.Builder |
addOperatingSystemVersions(int index, OperatingSystemVersion.Builder builderForValue)
public ListOperatingSystemVersionsResponse.Builder addOperatingSystemVersions(int index, OperatingSystemVersion.Builder builderForValue)
The OperatingSystemVersion
objects from the specified network.
repeated .google.ads.admanager.v1.OperatingSystemVersion operating_system_versions = 1;
Parameters | |
---|---|
Name | Description |
index |
int |
builderForValue |
OperatingSystemVersion.Builder |
Returns | |
---|---|
Type | Description |
ListOperatingSystemVersionsResponse.Builder |
addOperatingSystemVersionsBuilder()
public OperatingSystemVersion.Builder addOperatingSystemVersionsBuilder()
The OperatingSystemVersion
objects from the specified network.
repeated .google.ads.admanager.v1.OperatingSystemVersion operating_system_versions = 1;
Returns | |
---|---|
Type | Description |
OperatingSystemVersion.Builder |
addOperatingSystemVersionsBuilder(int index)
public OperatingSystemVersion.Builder addOperatingSystemVersionsBuilder(int index)
The OperatingSystemVersion
objects from the specified network.
repeated .google.ads.admanager.v1.OperatingSystemVersion operating_system_versions = 1;
Parameter | |
---|---|
Name | Description |
index |
int |
Returns | |
---|---|
Type | Description |
OperatingSystemVersion.Builder |
addRepeatedField(Descriptors.FieldDescriptor field, Object value)
public ListOperatingSystemVersionsResponse.Builder addRepeatedField(Descriptors.FieldDescriptor field, Object value)
Parameters | |
---|---|
Name | Description |
field |
FieldDescriptor |
value |
Object |
Returns | |
---|---|
Type | Description |
ListOperatingSystemVersionsResponse.Builder |
build()
public ListOperatingSystemVersionsResponse build()
Returns | |
---|---|
Type | Description |
ListOperatingSystemVersionsResponse |
buildPartial()
public ListOperatingSystemVersionsResponse buildPartial()
Returns | |
---|---|
Type | Description |
ListOperatingSystemVersionsResponse |
clear()
public ListOperatingSystemVersionsResponse.Builder clear()
Returns | |
---|---|
Type | Description |
ListOperatingSystemVersionsResponse.Builder |
clearField(Descriptors.FieldDescriptor field)
public ListOperatingSystemVersionsResponse.Builder clearField(Descriptors.FieldDescriptor field)
Parameter | |
---|---|
Name | Description |
field |
FieldDescriptor |
Returns | |
---|---|
Type | Description |
ListOperatingSystemVersionsResponse.Builder |
clearNextPageToken()
public ListOperatingSystemVersionsResponse.Builder clearNextPageToken()
A token, which can be sent as page_token
to retrieve the next page.
If this field is omitted, there are no subsequent pages.
string next_page_token = 2;
Returns | |
---|---|
Type | Description |
ListOperatingSystemVersionsResponse.Builder |
This builder for chaining. |
clearOneof(Descriptors.OneofDescriptor oneof)
public ListOperatingSystemVersionsResponse.Builder clearOneof(Descriptors.OneofDescriptor oneof)
Parameter | |
---|---|
Name | Description |
oneof |
OneofDescriptor |
Returns | |
---|---|
Type | Description |
ListOperatingSystemVersionsResponse.Builder |
clearOperatingSystemVersions()
public ListOperatingSystemVersionsResponse.Builder clearOperatingSystemVersions()
The OperatingSystemVersion
objects from the specified network.
repeated .google.ads.admanager.v1.OperatingSystemVersion operating_system_versions = 1;
Returns | |
---|---|
Type | Description |
ListOperatingSystemVersionsResponse.Builder |
clearTotalSize()
public ListOperatingSystemVersionsResponse.Builder clearTotalSize()
Total number of OperatingSystemVersion
objects.
If a filter was included in the request, this reflects the total number
after the filtering is applied.
total_size
will not be calculated in the response unless it has been
included in a response field mask. The response field mask can be provided
to the method by using the URL parameter $fields
or fields
, or by using
the HTTP/gRPC header X-Goog-FieldMask
.
For more information, see https://developers.google.com/ad-manager/api/beta/field-masks
int32 total_size = 3;
Returns | |
---|---|
Type | Description |
ListOperatingSystemVersionsResponse.Builder |
This builder for chaining. |
clone()
public ListOperatingSystemVersionsResponse.Builder clone()
Returns | |
---|---|
Type | Description |
ListOperatingSystemVersionsResponse.Builder |
getDefaultInstanceForType()
public ListOperatingSystemVersionsResponse getDefaultInstanceForType()
Returns | |
---|---|
Type | Description |
ListOperatingSystemVersionsResponse |
getDescriptorForType()
public Descriptors.Descriptor getDescriptorForType()
Returns | |
---|---|
Type | Description |
Descriptor |
getNextPageToken()
public String getNextPageToken()
A token, which can be sent as page_token
to retrieve the next page.
If this field is omitted, there are no subsequent pages.
string next_page_token = 2;
Returns | |
---|---|
Type | Description |
String |
The nextPageToken. |
getNextPageTokenBytes()
public ByteString getNextPageTokenBytes()
A token, which can be sent as page_token
to retrieve the next page.
If this field is omitted, there are no subsequent pages.
string next_page_token = 2;
Returns | |
---|---|
Type | Description |
ByteString |
The bytes for nextPageToken. |
getOperatingSystemVersions(int index)
public OperatingSystemVersion getOperatingSystemVersions(int index)
The OperatingSystemVersion
objects from the specified network.
repeated .google.ads.admanager.v1.OperatingSystemVersion operating_system_versions = 1;
Parameter | |
---|---|
Name | Description |
index |
int |
Returns | |
---|---|
Type | Description |
OperatingSystemVersion |
getOperatingSystemVersionsBuilder(int index)
public OperatingSystemVersion.Builder getOperatingSystemVersionsBuilder(int index)
The OperatingSystemVersion
objects from the specified network.
repeated .google.ads.admanager.v1.OperatingSystemVersion operating_system_versions = 1;
Parameter | |
---|---|
Name | Description |
index |
int |
Returns | |
---|---|
Type | Description |
OperatingSystemVersion.Builder |
getOperatingSystemVersionsBuilderList()
public List<OperatingSystemVersion.Builder> getOperatingSystemVersionsBuilderList()
The OperatingSystemVersion
objects from the specified network.
repeated .google.ads.admanager.v1.OperatingSystemVersion operating_system_versions = 1;
Returns | |
---|---|
Type | Description |
List<Builder> |
getOperatingSystemVersionsCount()
public int getOperatingSystemVersionsCount()
The OperatingSystemVersion
objects from the specified network.
repeated .google.ads.admanager.v1.OperatingSystemVersion operating_system_versions = 1;
Returns | |
---|---|
Type | Description |
int |
getOperatingSystemVersionsList()
public List<OperatingSystemVersion> getOperatingSystemVersionsList()
The OperatingSystemVersion
objects from the specified network.
repeated .google.ads.admanager.v1.OperatingSystemVersion operating_system_versions = 1;
Returns | |
---|---|
Type | Description |
List<OperatingSystemVersion> |
getOperatingSystemVersionsOrBuilder(int index)
public OperatingSystemVersionOrBuilder getOperatingSystemVersionsOrBuilder(int index)
The OperatingSystemVersion
objects from the specified network.
repeated .google.ads.admanager.v1.OperatingSystemVersion operating_system_versions = 1;
Parameter | |
---|---|
Name | Description |
index |
int |
Returns | |
---|---|
Type | Description |
OperatingSystemVersionOrBuilder |
getOperatingSystemVersionsOrBuilderList()
public List<? extends OperatingSystemVersionOrBuilder> getOperatingSystemVersionsOrBuilderList()
The OperatingSystemVersion
objects from the specified network.
repeated .google.ads.admanager.v1.OperatingSystemVersion operating_system_versions = 1;
Returns | |
---|---|
Type | Description |
List<? extends com.google.ads.admanager.v1.OperatingSystemVersionOrBuilder> |
getTotalSize()
public int getTotalSize()
Total number of OperatingSystemVersion
objects.
If a filter was included in the request, this reflects the total number
after the filtering is applied.
total_size
will not be calculated in the response unless it has been
included in a response field mask. The response field mask can be provided
to the method by using the URL parameter $fields
or fields
, or by using
the HTTP/gRPC header X-Goog-FieldMask
.
For more information, see https://developers.google.com/ad-manager/api/beta/field-masks
int32 total_size = 3;
Returns | |
---|---|
Type | Description |
int |
The totalSize. |
internalGetFieldAccessorTable()
protected GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()
Returns | |
---|---|
Type | Description |
FieldAccessorTable |
isInitialized()
public final boolean isInitialized()
Returns | |
---|---|
Type | Description |
boolean |
mergeFrom(ListOperatingSystemVersionsResponse other)
public ListOperatingSystemVersionsResponse.Builder mergeFrom(ListOperatingSystemVersionsResponse other)
Parameter | |
---|---|
Name | Description |
other |
ListOperatingSystemVersionsResponse |
Returns | |
---|---|
Type | Description |
ListOperatingSystemVersionsResponse.Builder |
mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
public ListOperatingSystemVersionsResponse.Builder mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
Parameters | |
---|---|
Name | Description |
input |
CodedInputStream |
extensionRegistry |
ExtensionRegistryLite |
Returns | |
---|---|
Type | Description |
ListOperatingSystemVersionsResponse.Builder |
Exceptions | |
---|---|
Type | Description |
IOException |
mergeFrom(Message other)
public ListOperatingSystemVersionsResponse.Builder mergeFrom(Message other)
Parameter | |
---|---|
Name | Description |
other |
Message |
Returns | |
---|---|
Type | Description |
ListOperatingSystemVersionsResponse.Builder |
mergeUnknownFields(UnknownFieldSet unknownFields)
public final ListOperatingSystemVersionsResponse.Builder mergeUnknownFields(UnknownFieldSet unknownFields)
Parameter | |
---|---|
Name | Description |
unknownFields |
UnknownFieldSet |
Returns | |
---|---|
Type | Description |
ListOperatingSystemVersionsResponse.Builder |
removeOperatingSystemVersions(int index)
public ListOperatingSystemVersionsResponse.Builder removeOperatingSystemVersions(int index)
The OperatingSystemVersion
objects from the specified network.
repeated .google.ads.admanager.v1.OperatingSystemVersion operating_system_versions = 1;
Parameter | |
---|---|
Name | Description |
index |
int |
Returns | |
---|---|
Type | Description |
ListOperatingSystemVersionsResponse.Builder |
setField(Descriptors.FieldDescriptor field, Object value)
public ListOperatingSystemVersionsResponse.Builder setField(Descriptors.FieldDescriptor field, Object value)
Parameters | |
---|---|
Name | Description |
field |
FieldDescriptor |
value |
Object |
Returns | |
---|---|
Type | Description |
ListOperatingSystemVersionsResponse.Builder |
setNextPageToken(String value)
public ListOperatingSystemVersionsResponse.Builder setNextPageToken(String value)
A token, which can be sent as page_token
to retrieve the next page.
If this field is omitted, there are no subsequent pages.
string next_page_token = 2;
Parameter | |
---|---|
Name | Description |
value |
String The nextPageToken to set. |
Returns | |
---|---|
Type | Description |
ListOperatingSystemVersionsResponse.Builder |
This builder for chaining. |
setNextPageTokenBytes(ByteString value)
public ListOperatingSystemVersionsResponse.Builder setNextPageTokenBytes(ByteString value)
A token, which can be sent as page_token
to retrieve the next page.
If this field is omitted, there are no subsequent pages.
string next_page_token = 2;
Parameter | |
---|---|
Name | Description |
value |
ByteString The bytes for nextPageToken to set. |
Returns | |
---|---|
Type | Description |
ListOperatingSystemVersionsResponse.Builder |
This builder for chaining. |
setOperatingSystemVersions(int index, OperatingSystemVersion value)
public ListOperatingSystemVersionsResponse.Builder setOperatingSystemVersions(int index, OperatingSystemVersion value)
The OperatingSystemVersion
objects from the specified network.
repeated .google.ads.admanager.v1.OperatingSystemVersion operating_system_versions = 1;
Parameters | |
---|---|
Name | Description |
index |
int |
value |
OperatingSystemVersion |
Returns | |
---|---|
Type | Description |
ListOperatingSystemVersionsResponse.Builder |
setOperatingSystemVersions(int index, OperatingSystemVersion.Builder builderForValue)
public ListOperatingSystemVersionsResponse.Builder setOperatingSystemVersions(int index, OperatingSystemVersion.Builder builderForValue)
The OperatingSystemVersion
objects from the specified network.
repeated .google.ads.admanager.v1.OperatingSystemVersion operating_system_versions = 1;
Parameters | |
---|---|
Name | Description |
index |
int |
builderForValue |
OperatingSystemVersion.Builder |
Returns | |
---|---|
Type | Description |
ListOperatingSystemVersionsResponse.Builder |
setRepeatedField(Descriptors.FieldDescriptor field, int index, Object value)
public ListOperatingSystemVersionsResponse.Builder setRepeatedField(Descriptors.FieldDescriptor field, int index, Object value)
Parameters | |
---|---|
Name | Description |
field |
FieldDescriptor |
index |
int |
value |
Object |
Returns | |
---|---|
Type | Description |
ListOperatingSystemVersionsResponse.Builder |
setTotalSize(int value)
public ListOperatingSystemVersionsResponse.Builder setTotalSize(int value)
Total number of OperatingSystemVersion
objects.
If a filter was included in the request, this reflects the total number
after the filtering is applied.
total_size
will not be calculated in the response unless it has been
included in a response field mask. The response field mask can be provided
to the method by using the URL parameter $fields
or fields
, or by using
the HTTP/gRPC header X-Goog-FieldMask
.
For more information, see https://developers.google.com/ad-manager/api/beta/field-masks
int32 total_size = 3;
Parameter | |
---|---|
Name | Description |
value |
int The totalSize to set. |
Returns | |
---|---|
Type | Description |
ListOperatingSystemVersionsResponse.Builder |
This builder for chaining. |
setUnknownFields(UnknownFieldSet unknownFields)
public final ListOperatingSystemVersionsResponse.Builder setUnknownFields(UnknownFieldSet unknownFields)
Parameter | |
---|---|
Name | Description |
unknownFields |
UnknownFieldSet |
Returns | |
---|---|
Type | Description |
ListOperatingSystemVersionsResponse.Builder |