Class ReadReportResponse.Builder (0.1.0)

public static final class ReadReportResponse.Builder extends GeneratedMessage.Builder<ReadReportResponse.Builder> implements ReadReportResponseOrBuilder

Response message for the ReadReport method.

Protobuf type google.cloud.appoptimize.v1beta.ReadReportResponse

Static Methods

getDescriptor()

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

Methods

addAllColumns(Iterable<? extends Column> values)

public ReadReportResponse.Builder addAllColumns(Iterable<? extends Column> values)

The columns describing the structure of the data in the rows field.

repeated .google.cloud.appoptimize.v1beta.Column columns = 5;

Parameter
Name Description
values Iterable<? extends com.google.cloud.appoptimize.v1beta.Column>
Returns
Type Description
ReadReportResponse.Builder

addAllRows(Iterable<? extends ListValue> values)

public ReadReportResponse.Builder addAllRows(Iterable<? extends ListValue> values)

A list of rows, where each row represents a record from the report.

repeated .google.protobuf.ListValue rows = 1;

Parameter
Name Description
values Iterable<? extends com.google.protobuf.ListValue>
Returns
Type Description
ReadReportResponse.Builder

addColumns(Column value)

public ReadReportResponse.Builder addColumns(Column value)

The columns describing the structure of the data in the rows field.

repeated .google.cloud.appoptimize.v1beta.Column columns = 5;

Parameter
Name Description
value Column
Returns
Type Description
ReadReportResponse.Builder

addColumns(Column.Builder builderForValue)

public ReadReportResponse.Builder addColumns(Column.Builder builderForValue)

The columns describing the structure of the data in the rows field.

repeated .google.cloud.appoptimize.v1beta.Column columns = 5;

Parameter
Name Description
builderForValue Column.Builder
Returns
Type Description
ReadReportResponse.Builder

addColumns(int index, Column value)

public ReadReportResponse.Builder addColumns(int index, Column value)

The columns describing the structure of the data in the rows field.

repeated .google.cloud.appoptimize.v1beta.Column columns = 5;

Parameters
Name Description
index int
value Column
Returns
Type Description
ReadReportResponse.Builder

addColumns(int index, Column.Builder builderForValue)

public ReadReportResponse.Builder addColumns(int index, Column.Builder builderForValue)

The columns describing the structure of the data in the rows field.

repeated .google.cloud.appoptimize.v1beta.Column columns = 5;

Parameters
Name Description
index int
builderForValue Column.Builder
Returns
Type Description
ReadReportResponse.Builder

addColumnsBuilder()

public Column.Builder addColumnsBuilder()

The columns describing the structure of the data in the rows field.

repeated .google.cloud.appoptimize.v1beta.Column columns = 5;

Returns
Type Description
Column.Builder

addColumnsBuilder(int index)

public Column.Builder addColumnsBuilder(int index)

The columns describing the structure of the data in the rows field.

repeated .google.cloud.appoptimize.v1beta.Column columns = 5;

Parameter
Name Description
index int
Returns
Type Description
Column.Builder

addRows(ListValue value)

public ReadReportResponse.Builder addRows(ListValue value)

A list of rows, where each row represents a record from the report.

repeated .google.protobuf.ListValue rows = 1;

Parameter
Name Description
value ListValue
Returns
Type Description
ReadReportResponse.Builder

addRows(ListValue.Builder builderForValue)

public ReadReportResponse.Builder addRows(ListValue.Builder builderForValue)

A list of rows, where each row represents a record from the report.

repeated .google.protobuf.ListValue rows = 1;

Parameter
Name Description
builderForValue Builder
Returns
Type Description
ReadReportResponse.Builder

addRows(int index, ListValue value)

public ReadReportResponse.Builder addRows(int index, ListValue value)

A list of rows, where each row represents a record from the report.

repeated .google.protobuf.ListValue rows = 1;

Parameters
Name Description
index int
value ListValue
Returns
Type Description
ReadReportResponse.Builder

addRows(int index, ListValue.Builder builderForValue)

public ReadReportResponse.Builder addRows(int index, ListValue.Builder builderForValue)

A list of rows, where each row represents a record from the report.

repeated .google.protobuf.ListValue rows = 1;

Parameters
Name Description
index int
builderForValue Builder
Returns
Type Description
ReadReportResponse.Builder

addRowsBuilder()

public ListValue.Builder addRowsBuilder()

A list of rows, where each row represents a record from the report.

repeated .google.protobuf.ListValue rows = 1;

Returns
Type Description
Builder

addRowsBuilder(int index)

public ListValue.Builder addRowsBuilder(int index)

A list of rows, where each row represents a record from the report.

repeated .google.protobuf.ListValue rows = 1;

Parameter
Name Description
index int
Returns
Type Description
Builder

build()

public ReadReportResponse build()
Returns
Type Description
ReadReportResponse

buildPartial()

public ReadReportResponse buildPartial()
Returns
Type Description
ReadReportResponse

clear()

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

clearColumns()

public ReadReportResponse.Builder clearColumns()

The columns describing the structure of the data in the rows field.

repeated .google.cloud.appoptimize.v1beta.Column columns = 5;

Returns
Type Description
ReadReportResponse.Builder

clearNextPageToken()

public ReadReportResponse.Builder clearNextPageToken()

A token that can be sent as page_token in a subsequent ReadReport request to retrieve the next page of results. If this field is empty, there are no further pages.

string next_page_token = 3;

Returns
Type Description
ReadReportResponse.Builder

This builder for chaining.

clearRows()

public ReadReportResponse.Builder clearRows()

A list of rows, where each row represents a record from the report.

repeated .google.protobuf.ListValue rows = 1;

Returns
Type Description
ReadReportResponse.Builder

getColumns(int index)

public Column getColumns(int index)

The columns describing the structure of the data in the rows field.

repeated .google.cloud.appoptimize.v1beta.Column columns = 5;

Parameter
Name Description
index int
Returns
Type Description
Column

getColumnsBuilder(int index)

public Column.Builder getColumnsBuilder(int index)

The columns describing the structure of the data in the rows field.

repeated .google.cloud.appoptimize.v1beta.Column columns = 5;

Parameter
Name Description
index int
Returns
Type Description
Column.Builder

getColumnsBuilderList()

public List<Column.Builder> getColumnsBuilderList()

The columns describing the structure of the data in the rows field.

repeated .google.cloud.appoptimize.v1beta.Column columns = 5;

Returns
Type Description
List<Builder>

getColumnsCount()

public int getColumnsCount()

The columns describing the structure of the data in the rows field.

repeated .google.cloud.appoptimize.v1beta.Column columns = 5;

Returns
Type Description
int

getColumnsList()

public List<Column> getColumnsList()

The columns describing the structure of the data in the rows field.

repeated .google.cloud.appoptimize.v1beta.Column columns = 5;

Returns
Type Description
List<Column>

getColumnsOrBuilder(int index)

public ColumnOrBuilder getColumnsOrBuilder(int index)

The columns describing the structure of the data in the rows field.

repeated .google.cloud.appoptimize.v1beta.Column columns = 5;

Parameter
Name Description
index int
Returns
Type Description
ColumnOrBuilder

getColumnsOrBuilderList()

public List<? extends ColumnOrBuilder> getColumnsOrBuilderList()

The columns describing the structure of the data in the rows field.

repeated .google.cloud.appoptimize.v1beta.Column columns = 5;

Returns
Type Description
List<? extends com.google.cloud.appoptimize.v1beta.ColumnOrBuilder>

getDefaultInstanceForType()

public ReadReportResponse getDefaultInstanceForType()
Returns
Type Description
ReadReportResponse

getDescriptorForType()

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

getNextPageToken()

public String getNextPageToken()

A token that can be sent as page_token in a subsequent ReadReport request to retrieve the next page of results. If this field is empty, there are no further pages.

string next_page_token = 3;

Returns
Type Description
String

The nextPageToken.

getNextPageTokenBytes()

public ByteString getNextPageTokenBytes()

A token that can be sent as page_token in a subsequent ReadReport request to retrieve the next page of results. If this field is empty, there are no further pages.

string next_page_token = 3;

Returns
Type Description
ByteString

The bytes for nextPageToken.

getRows(int index)

public ListValue getRows(int index)

A list of rows, where each row represents a record from the report.

repeated .google.protobuf.ListValue rows = 1;

Parameter
Name Description
index int
Returns
Type Description
ListValue

getRowsBuilder(int index)

public ListValue.Builder getRowsBuilder(int index)

A list of rows, where each row represents a record from the report.

repeated .google.protobuf.ListValue rows = 1;

Parameter
Name Description
index int
Returns
Type Description
Builder

getRowsBuilderList()

public List<ListValue.Builder> getRowsBuilderList()

A list of rows, where each row represents a record from the report.

repeated .google.protobuf.ListValue rows = 1;

Returns
Type Description
List<Builder>

getRowsCount()

public int getRowsCount()

A list of rows, where each row represents a record from the report.

repeated .google.protobuf.ListValue rows = 1;

Returns
Type Description
int

getRowsList()

public List<ListValue> getRowsList()

A list of rows, where each row represents a record from the report.

repeated .google.protobuf.ListValue rows = 1;

Returns
Type Description
List<ListValue>

getRowsOrBuilder(int index)

public ListValueOrBuilder getRowsOrBuilder(int index)

A list of rows, where each row represents a record from the report.

repeated .google.protobuf.ListValue rows = 1;

Parameter
Name Description
index int
Returns
Type Description
ListValueOrBuilder

getRowsOrBuilderList()

public List<? extends ListValueOrBuilder> getRowsOrBuilderList()

A list of rows, where each row represents a record from the report.

repeated .google.protobuf.ListValue rows = 1;

Returns
Type Description
List<? extends com.google.protobuf.ListValueOrBuilder>

internalGetFieldAccessorTable()

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

isInitialized()

public final boolean isInitialized()
Returns
Type Description
boolean
Overrides

mergeFrom(ReadReportResponse other)

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

mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)

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

mergeFrom(Message other)

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

removeColumns(int index)

public ReadReportResponse.Builder removeColumns(int index)

The columns describing the structure of the data in the rows field.

repeated .google.cloud.appoptimize.v1beta.Column columns = 5;

Parameter
Name Description
index int
Returns
Type Description
ReadReportResponse.Builder

removeRows(int index)

public ReadReportResponse.Builder removeRows(int index)

A list of rows, where each row represents a record from the report.

repeated .google.protobuf.ListValue rows = 1;

Parameter
Name Description
index int
Returns
Type Description
ReadReportResponse.Builder

setColumns(int index, Column value)

public ReadReportResponse.Builder setColumns(int index, Column value)

The columns describing the structure of the data in the rows field.

repeated .google.cloud.appoptimize.v1beta.Column columns = 5;

Parameters
Name Description
index int
value Column
Returns
Type Description
ReadReportResponse.Builder

setColumns(int index, Column.Builder builderForValue)

public ReadReportResponse.Builder setColumns(int index, Column.Builder builderForValue)

The columns describing the structure of the data in the rows field.

repeated .google.cloud.appoptimize.v1beta.Column columns = 5;

Parameters
Name Description
index int
builderForValue Column.Builder
Returns
Type Description
ReadReportResponse.Builder

setNextPageToken(String value)

public ReadReportResponse.Builder setNextPageToken(String value)

A token that can be sent as page_token in a subsequent ReadReport request to retrieve the next page of results. If this field is empty, there are no further pages.

string next_page_token = 3;

Parameter
Name Description
value String

The nextPageToken to set.

Returns
Type Description
ReadReportResponse.Builder

This builder for chaining.

setNextPageTokenBytes(ByteString value)

public ReadReportResponse.Builder setNextPageTokenBytes(ByteString value)

A token that can be sent as page_token in a subsequent ReadReport request to retrieve the next page of results. If this field is empty, there are no further pages.

string next_page_token = 3;

Parameter
Name Description
value ByteString

The bytes for nextPageToken to set.

Returns
Type Description
ReadReportResponse.Builder

This builder for chaining.

setRows(int index, ListValue value)

public ReadReportResponse.Builder setRows(int index, ListValue value)

A list of rows, where each row represents a record from the report.

repeated .google.protobuf.ListValue rows = 1;

Parameters
Name Description
index int
value ListValue
Returns
Type Description
ReadReportResponse.Builder

setRows(int index, ListValue.Builder builderForValue)

public ReadReportResponse.Builder setRows(int index, ListValue.Builder builderForValue)

A list of rows, where each row represents a record from the report.

repeated .google.protobuf.ListValue rows = 1;

Parameters
Name Description
index int
builderForValue Builder
Returns
Type Description
ReadReportResponse.Builder