public static final class ListDashboardsResponse.Builder extends GeneratedMessage.Builder<ListDashboardsResponse.Builder> implements ListDashboardsResponseOrBuilder The ListDashboards request.
Protobuf type google.monitoring.dashboard.v1.ListDashboardsResponse
Inheritance
java.lang.Object > AbstractMessageLite.Builder<MessageType,BuilderType> > AbstractMessage.Builder<BuilderType> > GeneratedMessage.Builder > ListDashboardsResponse.BuilderImplements
ListDashboardsResponseOrBuilderStatic Methods
getDescriptor()
public static final Descriptors.Descriptor getDescriptor()| Returns | |
|---|---|
| Type | Description |
Descriptor |
|
Methods
addAllDashboards(Iterable<? extends Dashboard> values)
public ListDashboardsResponse.Builder addAllDashboards(Iterable<? extends Dashboard> values)The list of requested dashboards.
repeated .google.monitoring.dashboard.v1.Dashboard dashboards = 1;
| Parameter | |
|---|---|
| Name | Description |
values |
Iterable<? extends com.google.monitoring.dashboard.v1.Dashboard> |
| Returns | |
|---|---|
| Type | Description |
ListDashboardsResponse.Builder |
|
addDashboards(Dashboard value)
public ListDashboardsResponse.Builder addDashboards(Dashboard value)The list of requested dashboards.
repeated .google.monitoring.dashboard.v1.Dashboard dashboards = 1;
| Parameter | |
|---|---|
| Name | Description |
value |
Dashboard |
| Returns | |
|---|---|
| Type | Description |
ListDashboardsResponse.Builder |
|
addDashboards(Dashboard.Builder builderForValue)
public ListDashboardsResponse.Builder addDashboards(Dashboard.Builder builderForValue)The list of requested dashboards.
repeated .google.monitoring.dashboard.v1.Dashboard dashboards = 1;
| Parameter | |
|---|---|
| Name | Description |
builderForValue |
Dashboard.Builder |
| Returns | |
|---|---|
| Type | Description |
ListDashboardsResponse.Builder |
|
addDashboards(int index, Dashboard value)
public ListDashboardsResponse.Builder addDashboards(int index, Dashboard value)The list of requested dashboards.
repeated .google.monitoring.dashboard.v1.Dashboard dashboards = 1;
| Parameters | |
|---|---|
| Name | Description |
index |
int |
value |
Dashboard |
| Returns | |
|---|---|
| Type | Description |
ListDashboardsResponse.Builder |
|
addDashboards(int index, Dashboard.Builder builderForValue)
public ListDashboardsResponse.Builder addDashboards(int index, Dashboard.Builder builderForValue)The list of requested dashboards.
repeated .google.monitoring.dashboard.v1.Dashboard dashboards = 1;
| Parameters | |
|---|---|
| Name | Description |
index |
int |
builderForValue |
Dashboard.Builder |
| Returns | |
|---|---|
| Type | Description |
ListDashboardsResponse.Builder |
|
addDashboardsBuilder()
public Dashboard.Builder addDashboardsBuilder()The list of requested dashboards.
repeated .google.monitoring.dashboard.v1.Dashboard dashboards = 1;
| Returns | |
|---|---|
| Type | Description |
Dashboard.Builder |
|
addDashboardsBuilder(int index)
public Dashboard.Builder addDashboardsBuilder(int index)The list of requested dashboards.
repeated .google.monitoring.dashboard.v1.Dashboard dashboards = 1;
| Parameter | |
|---|---|
| Name | Description |
index |
int |
| Returns | |
|---|---|
| Type | Description |
Dashboard.Builder |
|
build()
public ListDashboardsResponse build()| Returns | |
|---|---|
| Type | Description |
ListDashboardsResponse |
|
buildPartial()
public ListDashboardsResponse buildPartial()| Returns | |
|---|---|
| Type | Description |
ListDashboardsResponse |
|
clear()
public ListDashboardsResponse.Builder clear()| Returns | |
|---|---|
| Type | Description |
ListDashboardsResponse.Builder |
|
clearDashboards()
public ListDashboardsResponse.Builder clearDashboards()The list of requested dashboards.
repeated .google.monitoring.dashboard.v1.Dashboard dashboards = 1;
| Returns | |
|---|---|
| Type | Description |
ListDashboardsResponse.Builder |
|
clearNextPageToken()
public ListDashboardsResponse.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;
| Returns | |
|---|---|
| Type | Description |
ListDashboardsResponse.Builder |
This builder for chaining. |
getDashboards(int index)
public Dashboard getDashboards(int index)The list of requested dashboards.
repeated .google.monitoring.dashboard.v1.Dashboard dashboards = 1;
| Parameter | |
|---|---|
| Name | Description |
index |
int |
| Returns | |
|---|---|
| Type | Description |
Dashboard |
|
getDashboardsBuilder(int index)
public Dashboard.Builder getDashboardsBuilder(int index)The list of requested dashboards.
repeated .google.monitoring.dashboard.v1.Dashboard dashboards = 1;
| Parameter | |
|---|---|
| Name | Description |
index |
int |
| Returns | |
|---|---|
| Type | Description |
Dashboard.Builder |
|
getDashboardsBuilderList()
public List<Dashboard.Builder> getDashboardsBuilderList()The list of requested dashboards.
repeated .google.monitoring.dashboard.v1.Dashboard dashboards = 1;
| Returns | |
|---|---|
| Type | Description |
List<Builder> |
|
getDashboardsCount()
public int getDashboardsCount()The list of requested dashboards.
repeated .google.monitoring.dashboard.v1.Dashboard dashboards = 1;
| Returns | |
|---|---|
| Type | Description |
int |
|
getDashboardsList()
public List<Dashboard> getDashboardsList()The list of requested dashboards.
repeated .google.monitoring.dashboard.v1.Dashboard dashboards = 1;
| Returns | |
|---|---|
| Type | Description |
List<Dashboard> |
|
getDashboardsOrBuilder(int index)
public DashboardOrBuilder getDashboardsOrBuilder(int index)The list of requested dashboards.
repeated .google.monitoring.dashboard.v1.Dashboard dashboards = 1;
| Parameter | |
|---|---|
| Name | Description |
index |
int |
| Returns | |
|---|---|
| Type | Description |
DashboardOrBuilder |
|
getDashboardsOrBuilderList()
public List<? extends DashboardOrBuilder> getDashboardsOrBuilderList()The list of requested dashboards.
repeated .google.monitoring.dashboard.v1.Dashboard dashboards = 1;
| Returns | |
|---|---|
| Type | Description |
List<? extends com.google.monitoring.dashboard.v1.DashboardOrBuilder> |
|
getDefaultInstanceForType()
public ListDashboardsResponse getDefaultInstanceForType()| Returns | |
|---|---|
| Type | Description |
ListDashboardsResponse |
|
getDescriptorForType()
public Descriptors.Descriptor getDescriptorForType()| Returns | |
|---|---|
| Type | Description |
Descriptor |
|
getNextPageToken()
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 GeneratedMessage.FieldAccessorTable internalGetFieldAccessorTable()| Returns | |
|---|---|
| Type | Description |
FieldAccessorTable |
|
isInitialized()
public final boolean isInitialized()| Returns | |
|---|---|
| Type | Description |
boolean |
|
mergeFrom(ListDashboardsResponse other)
public ListDashboardsResponse.Builder mergeFrom(ListDashboardsResponse other)| Parameter | |
|---|---|
| Name | Description |
other |
ListDashboardsResponse |
| Returns | |
|---|---|
| Type | Description |
ListDashboardsResponse.Builder |
|
mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
public ListDashboardsResponse.Builder mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)| Parameters | |
|---|---|
| Name | Description |
input |
CodedInputStream |
extensionRegistry |
ExtensionRegistryLite |
| Returns | |
|---|---|
| Type | Description |
ListDashboardsResponse.Builder |
|
| Exceptions | |
|---|---|
| Type | Description |
IOException |
|
mergeFrom(Message other)
public ListDashboardsResponse.Builder mergeFrom(Message other)| Parameter | |
|---|---|
| Name | Description |
other |
Message |
| Returns | |
|---|---|
| Type | Description |
ListDashboardsResponse.Builder |
|
removeDashboards(int index)
public ListDashboardsResponse.Builder removeDashboards(int index)The list of requested dashboards.
repeated .google.monitoring.dashboard.v1.Dashboard dashboards = 1;
| Parameter | |
|---|---|
| Name | Description |
index |
int |
| Returns | |
|---|---|
| Type | Description |
ListDashboardsResponse.Builder |
|
setDashboards(int index, Dashboard value)
public ListDashboardsResponse.Builder setDashboards(int index, Dashboard value)The list of requested dashboards.
repeated .google.monitoring.dashboard.v1.Dashboard dashboards = 1;
| Parameters | |
|---|---|
| Name | Description |
index |
int |
value |
Dashboard |
| Returns | |
|---|---|
| Type | Description |
ListDashboardsResponse.Builder |
|
setDashboards(int index, Dashboard.Builder builderForValue)
public ListDashboardsResponse.Builder setDashboards(int index, Dashboard.Builder builderForValue)The list of requested dashboards.
repeated .google.monitoring.dashboard.v1.Dashboard dashboards = 1;
| Parameters | |
|---|---|
| Name | Description |
index |
int |
builderForValue |
Dashboard.Builder |
| Returns | |
|---|---|
| Type | Description |
ListDashboardsResponse.Builder |
|
setNextPageToken(String value)
public ListDashboardsResponse.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 |
StringThe nextPageToken to set. |
| Returns | |
|---|---|
| Type | Description |
ListDashboardsResponse.Builder |
This builder for chaining. |
setNextPageTokenBytes(ByteString value)
public ListDashboardsResponse.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 |
ByteStringThe bytes for nextPageToken to set. |
| Returns | |
|---|---|
| Type | Description |
ListDashboardsResponse.Builder |
This builder for chaining. |