public static final class ListDasardsResponse.Builder extends GeneratedMessageV3.Builder<ListDasardsResponse.Builder> implements ListDasardsResponseOrBuilder
The ListDasards
request.
Protobuf type google.monitoring.dasard.v1.ListDasardsResponse
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
addAllDasards(Iterable<? extends Dasard> values)
public ListDasardsResponse.Builder addAllDasards(Iterable<? extends Dasard> values)
The list of requested dasards.
repeated .google.monitoring.dasard.v1.Dasard dasards = 1;
Parameter |
---|
Name | Description |
values | Iterable<? extends com.google.monitoring.dasard.v1.Dasard>
|
addDasards(Dasard value)
public ListDasardsResponse.Builder addDasards(Dasard value)
The list of requested dasards.
repeated .google.monitoring.dasard.v1.Dasard dasards = 1;
Parameter |
---|
Name | Description |
value | Dasard
|
addDasards(Dasard.Builder builderForValue)
public ListDasardsResponse.Builder addDasards(Dasard.Builder builderForValue)
The list of requested dasards.
repeated .google.monitoring.dasard.v1.Dasard dasards = 1;
addDasards(int index, Dasard value)
public ListDasardsResponse.Builder addDasards(int index, Dasard value)
The list of requested dasards.
repeated .google.monitoring.dasard.v1.Dasard dasards = 1;
addDasards(int index, Dasard.Builder builderForValue)
public ListDasardsResponse.Builder addDasards(int index, Dasard.Builder builderForValue)
The list of requested dasards.
repeated .google.monitoring.dasard.v1.Dasard dasards = 1;
addDasardsBuilder()
public Dasard.Builder addDasardsBuilder()
The list of requested dasards.
repeated .google.monitoring.dasard.v1.Dasard dasards = 1;
addDasardsBuilder(int index)
public Dasard.Builder addDasardsBuilder(int index)
The list of requested dasards.
repeated .google.monitoring.dasard.v1.Dasard dasards = 1;
Parameter |
---|
Name | Description |
index | int
|
addRepeatedField(Descriptors.FieldDescriptor field, Object value)
public ListDasardsResponse.Builder addRepeatedField(Descriptors.FieldDescriptor field, Object value)
Overridesbuild()
public ListDasardsResponse build()
buildPartial()
public ListDasardsResponse buildPartial()
clear()
public ListDasardsResponse.Builder clear()
OverridesclearDasards()
public ListDasardsResponse.Builder clearDasards()
The list of requested dasards.
repeated .google.monitoring.dasard.v1.Dasard dasards = 1;
clearField(Descriptors.FieldDescriptor field)
public ListDasardsResponse.Builder clearField(Descriptors.FieldDescriptor field)
OverridesclearNextPageToken()
public ListDasardsResponse.Builder clearNextPageToken()
If there are more results than have been returned, then this field is set to a non-empty value. To see the additional results, use that value as page_token
in the next call to this method.
string next_page_token = 2;
clearOneof(Descriptors.OneofDescriptor oneof)
public ListDasardsResponse.Builder clearOneof(Descriptors.OneofDescriptor oneof)
Overridesclone()
public ListDasardsResponse.Builder clone()
OverridesgetDasards(int index)
public Dasard getDasards(int index)
The list of requested dasards.
repeated .google.monitoring.dasard.v1.Dasard dasards = 1;
Parameter |
---|
Name | Description |
index | int
|
getDasardsBuilder(int index)
public Dasard.Builder getDasardsBuilder(int index)
The list of requested dasards.
repeated .google.monitoring.dasard.v1.Dasard dasards = 1;
Parameter |
---|
Name | Description |
index | int
|
getDasardsBuilderList()
public List<Dasard.Builder> getDasardsBuilderList()
The list of requested dasards.
repeated .google.monitoring.dasard.v1.Dasard dasards = 1;
getDasardsCount()
public int getDasardsCount()
The list of requested dasards.
repeated .google.monitoring.dasard.v1.Dasard dasards = 1;
Returns |
---|
Type | Description |
int | |
getDasardsList()
public List<Dasard> getDasardsList()
The list of requested dasards.
repeated .google.monitoring.dasard.v1.Dasard dasards = 1;
getDasardsOrBuilder(int index)
public DasardOrBuilder getDasardsOrBuilder(int index)
The list of requested dasards.
repeated .google.monitoring.dasard.v1.Dasard dasards = 1;
Parameter |
---|
Name | Description |
index | int
|
getDasardsOrBuilderList()
public List<? extends DasardOrBuilder> getDasardsOrBuilderList()
The list of requested dasards.
repeated .google.monitoring.dasard.v1.Dasard dasards = 1;
Returns |
---|
Type | Description |
List<? extends com.google.monitoring.dasard.v1.DasardOrBuilder> | |
getDefaultInstanceForType()
public ListDasardsResponse getDefaultInstanceForType()
getDescriptorForType()
public Descriptors.Descriptor getDescriptorForType()
OverridesgetNextPageToken()
public String getNextPageToken()
If there are more results than have been returned, then this field is set to a non-empty value. To see the additional results, use that value as page_token
in the next call to this method.
string next_page_token = 2;
Returns |
---|
Type | Description |
String | The nextPageToken. |
getNextPageTokenBytes()
public ByteString getNextPageTokenBytes()
If there are more results than have been returned, then this field is set to a non-empty value. To see the additional results, use that value as page_token
in the next call to this method.
string next_page_token = 2;
Returns |
---|
Type | Description |
ByteString | The bytes for nextPageToken. |
internalGetFieldAccessorTable()
protected GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()
OverridesisInitialized()
public final boolean isInitialized()
OverridesmergeFrom(ListDasardsResponse other)
public ListDasardsResponse.Builder mergeFrom(ListDasardsResponse other)
public ListDasardsResponse.Builder mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
OverridesmergeFrom(Message other)
public ListDasardsResponse.Builder mergeFrom(Message other)
Parameter |
---|
Name | Description |
other | Message
|
OverridesmergeUnknownFields(UnknownFieldSet unknownFields)
public final ListDasardsResponse.Builder mergeUnknownFields(UnknownFieldSet unknownFields)
OverridesremoveDasards(int index)
public ListDasardsResponse.Builder removeDasards(int index)
The list of requested dasards.
repeated .google.monitoring.dasard.v1.Dasard dasards = 1;
Parameter |
---|
Name | Description |
index | int
|
setDasards(int index, Dasard value)
public ListDasardsResponse.Builder setDasards(int index, Dasard value)
The list of requested dasards.
repeated .google.monitoring.dasard.v1.Dasard dasards = 1;
setDasards(int index, Dasard.Builder builderForValue)
public ListDasardsResponse.Builder setDasards(int index, Dasard.Builder builderForValue)
The list of requested dasards.
repeated .google.monitoring.dasard.v1.Dasard dasards = 1;
setField(Descriptors.FieldDescriptor field, Object value)
public ListDasardsResponse.Builder setField(Descriptors.FieldDescriptor field, Object value)
OverridessetNextPageToken(String value)
public ListDasardsResponse.Builder setNextPageToken(String value)
If there are more results than have been returned, then this field is set to a non-empty value. To see the additional results, use that value as page_token
in the next call to this method.
string next_page_token = 2;
Parameter |
---|
Name | Description |
value | String
The nextPageToken to set. |
setNextPageTokenBytes(ByteString value)
public ListDasardsResponse.Builder setNextPageTokenBytes(ByteString value)
If there are more results than have been returned, then this field is set to a non-empty value. To see the additional results, use that value as page_token
in the next call to this method.
string next_page_token = 2;
Parameter |
---|
Name | Description |
value | ByteString
The bytes for nextPageToken to set. |
setRepeatedField(Descriptors.FieldDescriptor field, int index, Object value)
public ListDasardsResponse.Builder setRepeatedField(Descriptors.FieldDescriptor field, int index, Object value)
OverridessetUnknownFields(UnknownFieldSet unknownFields)
public final ListDasardsResponse.Builder setUnknownFields(UnknownFieldSet unknownFields)
Overrides