Class ListNativeDashboardsResponse.Builder (0.31.0)

public static final class ListNativeDashboardsResponse.Builder extends GeneratedMessage.Builder<ListNativeDashboardsResponse.Builder> implements ListNativeDashboardsResponseOrBuilder

Response message for listing dashboards.

Protobuf type google.cloud.chronicle.v1.ListNativeDashboardsResponse

Static Methods

getDescriptor()

public static final Descriptors.Descriptor getDescriptor()
Returns
Type Description
Descriptor

Methods

addAllNativeDashboards(Iterable<? extends NativeDashboard> values)

public ListNativeDashboardsResponse.Builder addAllNativeDashboards(Iterable<? extends NativeDashboard> values)

The dashboards from the specified chronicle instance.

repeated .google.cloud.chronicle.v1.NativeDashboard native_dashboards = 1;

Parameter
Name Description
values Iterable<? extends com.google.cloud.chronicle.v1.NativeDashboard>
Returns
Type Description
ListNativeDashboardsResponse.Builder

addNativeDashboards(NativeDashboard value)

public ListNativeDashboardsResponse.Builder addNativeDashboards(NativeDashboard value)

The dashboards from the specified chronicle instance.

repeated .google.cloud.chronicle.v1.NativeDashboard native_dashboards = 1;

Parameter
Name Description
value NativeDashboard
Returns
Type Description
ListNativeDashboardsResponse.Builder

addNativeDashboards(NativeDashboard.Builder builderForValue)

public ListNativeDashboardsResponse.Builder addNativeDashboards(NativeDashboard.Builder builderForValue)

The dashboards from the specified chronicle instance.

repeated .google.cloud.chronicle.v1.NativeDashboard native_dashboards = 1;

Parameter
Name Description
builderForValue NativeDashboard.Builder
Returns
Type Description
ListNativeDashboardsResponse.Builder

addNativeDashboards(int index, NativeDashboard value)

public ListNativeDashboardsResponse.Builder addNativeDashboards(int index, NativeDashboard value)

The dashboards from the specified chronicle instance.

repeated .google.cloud.chronicle.v1.NativeDashboard native_dashboards = 1;

Parameters
Name Description
index int
value NativeDashboard
Returns
Type Description
ListNativeDashboardsResponse.Builder

addNativeDashboards(int index, NativeDashboard.Builder builderForValue)

public ListNativeDashboardsResponse.Builder addNativeDashboards(int index, NativeDashboard.Builder builderForValue)

The dashboards from the specified chronicle instance.

repeated .google.cloud.chronicle.v1.NativeDashboard native_dashboards = 1;

Parameters
Name Description
index int
builderForValue NativeDashboard.Builder
Returns
Type Description
ListNativeDashboardsResponse.Builder

addNativeDashboardsBuilder()

public NativeDashboard.Builder addNativeDashboardsBuilder()

The dashboards from the specified chronicle instance.

repeated .google.cloud.chronicle.v1.NativeDashboard native_dashboards = 1;

Returns
Type Description
NativeDashboard.Builder

addNativeDashboardsBuilder(int index)

public NativeDashboard.Builder addNativeDashboardsBuilder(int index)

The dashboards from the specified chronicle instance.

repeated .google.cloud.chronicle.v1.NativeDashboard native_dashboards = 1;

Parameter
Name Description
index int
Returns
Type Description
NativeDashboard.Builder

build()

public ListNativeDashboardsResponse build()
Returns
Type Description
ListNativeDashboardsResponse

buildPartial()

public ListNativeDashboardsResponse buildPartial()
Returns
Type Description
ListNativeDashboardsResponse

clear()

public ListNativeDashboardsResponse.Builder clear()
Returns
Type Description
ListNativeDashboardsResponse.Builder
Overrides

clearNativeDashboards()

public ListNativeDashboardsResponse.Builder clearNativeDashboards()

The dashboards from the specified chronicle instance.

repeated .google.cloud.chronicle.v1.NativeDashboard native_dashboards = 1;

Returns
Type Description
ListNativeDashboardsResponse.Builder

clearNextPageToken()

public ListNativeDashboardsResponse.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
ListNativeDashboardsResponse.Builder

This builder for chaining.

getDefaultInstanceForType()

public ListNativeDashboardsResponse getDefaultInstanceForType()
Returns
Type Description
ListNativeDashboardsResponse

getDescriptorForType()

public Descriptors.Descriptor getDescriptorForType()
Returns
Type Description
Descriptor
Overrides

getNativeDashboards(int index)

public NativeDashboard getNativeDashboards(int index)

The dashboards from the specified chronicle instance.

repeated .google.cloud.chronicle.v1.NativeDashboard native_dashboards = 1;

Parameter
Name Description
index int
Returns
Type Description
NativeDashboard

getNativeDashboardsBuilder(int index)

public NativeDashboard.Builder getNativeDashboardsBuilder(int index)

The dashboards from the specified chronicle instance.

repeated .google.cloud.chronicle.v1.NativeDashboard native_dashboards = 1;

Parameter
Name Description
index int
Returns
Type Description
NativeDashboard.Builder

getNativeDashboardsBuilderList()

public List<NativeDashboard.Builder> getNativeDashboardsBuilderList()

The dashboards from the specified chronicle instance.

repeated .google.cloud.chronicle.v1.NativeDashboard native_dashboards = 1;

Returns
Type Description
List<Builder>

getNativeDashboardsCount()

public int getNativeDashboardsCount()

The dashboards from the specified chronicle instance.

repeated .google.cloud.chronicle.v1.NativeDashboard native_dashboards = 1;

Returns
Type Description
int

getNativeDashboardsList()

public List<NativeDashboard> getNativeDashboardsList()

The dashboards from the specified chronicle instance.

repeated .google.cloud.chronicle.v1.NativeDashboard native_dashboards = 1;

Returns
Type Description
List<NativeDashboard>

getNativeDashboardsOrBuilder(int index)

public NativeDashboardOrBuilder getNativeDashboardsOrBuilder(int index)

The dashboards from the specified chronicle instance.

repeated .google.cloud.chronicle.v1.NativeDashboard native_dashboards = 1;

Parameter
Name Description
index int
Returns
Type Description
NativeDashboardOrBuilder

getNativeDashboardsOrBuilderList()

public List<? extends NativeDashboardOrBuilder> getNativeDashboardsOrBuilderList()

The dashboards from the specified chronicle instance.

repeated .google.cloud.chronicle.v1.NativeDashboard native_dashboards = 1;

Returns
Type Description
List<? extends com.google.cloud.chronicle.v1.NativeDashboardOrBuilder>

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.

internalGetFieldAccessorTable()

protected GeneratedMessage.FieldAccessorTable internalGetFieldAccessorTable()
Returns
Type Description
FieldAccessorTable
Overrides

isInitialized()

public final boolean isInitialized()
Returns
Type Description
boolean
Overrides

mergeFrom(ListNativeDashboardsResponse other)

public ListNativeDashboardsResponse.Builder mergeFrom(ListNativeDashboardsResponse other)
Parameter
Name Description
other ListNativeDashboardsResponse
Returns
Type Description
ListNativeDashboardsResponse.Builder

mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)

public ListNativeDashboardsResponse.Builder mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
Parameters
Name Description
input CodedInputStream
extensionRegistry ExtensionRegistryLite
Returns
Type Description
ListNativeDashboardsResponse.Builder
Overrides
Exceptions
Type Description
IOException

mergeFrom(Message other)

public ListNativeDashboardsResponse.Builder mergeFrom(Message other)
Parameter
Name Description
other Message
Returns
Type Description
ListNativeDashboardsResponse.Builder
Overrides

removeNativeDashboards(int index)

public ListNativeDashboardsResponse.Builder removeNativeDashboards(int index)

The dashboards from the specified chronicle instance.

repeated .google.cloud.chronicle.v1.NativeDashboard native_dashboards = 1;

Parameter
Name Description
index int
Returns
Type Description
ListNativeDashboardsResponse.Builder

setNativeDashboards(int index, NativeDashboard value)

public ListNativeDashboardsResponse.Builder setNativeDashboards(int index, NativeDashboard value)

The dashboards from the specified chronicle instance.

repeated .google.cloud.chronicle.v1.NativeDashboard native_dashboards = 1;

Parameters
Name Description
index int
value NativeDashboard
Returns
Type Description
ListNativeDashboardsResponse.Builder

setNativeDashboards(int index, NativeDashboard.Builder builderForValue)

public ListNativeDashboardsResponse.Builder setNativeDashboards(int index, NativeDashboard.Builder builderForValue)

The dashboards from the specified chronicle instance.

repeated .google.cloud.chronicle.v1.NativeDashboard native_dashboards = 1;

Parameters
Name Description
index int
builderForValue NativeDashboard.Builder
Returns
Type Description
ListNativeDashboardsResponse.Builder

setNextPageToken(String value)

public ListNativeDashboardsResponse.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
ListNativeDashboardsResponse.Builder

This builder for chaining.

setNextPageTokenBytes(ByteString value)

public ListNativeDashboardsResponse.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
ListNativeDashboardsResponse.Builder

This builder for chaining.