- 3.87.0 (latest)
- 3.86.0
- 3.85.0
- 3.84.0
- 3.82.0
- 3.80.0
- 3.79.0
- 3.78.0
- 3.77.0
- 3.76.0
- 3.74.0
- 3.72.0
- 3.71.0
- 3.68.0
- 3.67.0
- 3.66.0
- 3.64.0
- 3.63.0
- 3.62.0
- 3.61.0
- 3.60.0
- 3.59.0
- 3.58.0
- 3.57.0
- 3.56.0
- 3.55.0
- 3.53.0
- 3.52.0
- 3.51.0
- 3.50.0
- 3.49.0
- 3.48.0
- 3.47.0
- 3.46.0
- 3.45.0
- 3.44.0
- 3.43.0
- 3.41.0
- 3.40.0
- 3.39.0
- 3.38.0
- 3.37.0
- 3.36.0
- 3.35.0
- 3.34.0
- 3.33.0
- 3.32.0
- 3.31.0
- 3.28.0
- 3.27.0
- 3.26.0
- 3.25.0
- 3.24.0
- 3.23.0
- 3.22.0
- 3.21.0
- 3.20.0
- 3.19.0
- 3.18.0
- 3.17.0
- 3.16.0
- 3.15.0
- 3.14.0
- 3.13.0
- 3.12.0
- 3.11.0
- 3.10.0
- 3.9.0
- 3.8.0
- 3.7.6
- 3.6.1
- 3.5.1
- 3.3.1
public static final class ListReportsResponse.Builder extends GeneratedMessage.Builder<ListReportsResponse.Builder> implements ListReportsResponseOrBuilderResponse message for CloudChannelReportsService.ListReports.
Protobuf type google.cloud.channel.v1.ListReportsResponse
Inheritance
java.lang.Object > AbstractMessageLite.Builder<MessageType,BuilderType> > AbstractMessage.Builder<BuilderType> > GeneratedMessage.Builder > ListReportsResponse.BuilderImplements
ListReportsResponseOrBuilderStatic Methods
getDescriptor()
public static final Descriptors.Descriptor getDescriptor()| Returns | |
|---|---|
| Type | Description |
Descriptor |
|
Methods
addAllReports(Iterable<? extends Report> values)
public ListReportsResponse.Builder addAllReports(Iterable<? extends Report> values)The reports available to the partner.
repeated .google.cloud.channel.v1.Report reports = 1;
| Parameter | |
|---|---|
| Name | Description |
values |
Iterable<? extends com.google.cloud.channel.v1.Report> |
| Returns | |
|---|---|
| Type | Description |
ListReportsResponse.Builder |
|
addReports(Report value)
public ListReportsResponse.Builder addReports(Report value)The reports available to the partner.
repeated .google.cloud.channel.v1.Report reports = 1;
| Parameter | |
|---|---|
| Name | Description |
value |
Report |
| Returns | |
|---|---|
| Type | Description |
ListReportsResponse.Builder |
|
addReports(Report.Builder builderForValue)
public ListReportsResponse.Builder addReports(Report.Builder builderForValue)The reports available to the partner.
repeated .google.cloud.channel.v1.Report reports = 1;
| Parameter | |
|---|---|
| Name | Description |
builderForValue |
Report.Builder |
| Returns | |
|---|---|
| Type | Description |
ListReportsResponse.Builder |
|
addReports(int index, Report value)
public ListReportsResponse.Builder addReports(int index, Report value)The reports available to the partner.
repeated .google.cloud.channel.v1.Report reports = 1;
| Parameters | |
|---|---|
| Name | Description |
index |
int |
value |
Report |
| Returns | |
|---|---|
| Type | Description |
ListReportsResponse.Builder |
|
addReports(int index, Report.Builder builderForValue)
public ListReportsResponse.Builder addReports(int index, Report.Builder builderForValue)The reports available to the partner.
repeated .google.cloud.channel.v1.Report reports = 1;
| Parameters | |
|---|---|
| Name | Description |
index |
int |
builderForValue |
Report.Builder |
| Returns | |
|---|---|
| Type | Description |
ListReportsResponse.Builder |
|
addReportsBuilder()
public Report.Builder addReportsBuilder()The reports available to the partner.
repeated .google.cloud.channel.v1.Report reports = 1;
| Returns | |
|---|---|
| Type | Description |
Report.Builder |
|
addReportsBuilder(int index)
public Report.Builder addReportsBuilder(int index)The reports available to the partner.
repeated .google.cloud.channel.v1.Report reports = 1;
| Parameter | |
|---|---|
| Name | Description |
index |
int |
| Returns | |
|---|---|
| Type | Description |
Report.Builder |
|
build()
public ListReportsResponse build()| Returns | |
|---|---|
| Type | Description |
ListReportsResponse |
|
buildPartial()
public ListReportsResponse buildPartial()| Returns | |
|---|---|
| Type | Description |
ListReportsResponse |
|
clear()
public ListReportsResponse.Builder clear()| Returns | |
|---|---|
| Type | Description |
ListReportsResponse.Builder |
|
clearNextPageToken()
public ListReportsResponse.Builder clearNextPageToken()Pass this token to FetchReportResultsRequest.page_token to retrieve the next page of results.
string next_page_token = 2;
| Returns | |
|---|---|
| Type | Description |
ListReportsResponse.Builder |
This builder for chaining. |
clearReports()
public ListReportsResponse.Builder clearReports()The reports available to the partner.
repeated .google.cloud.channel.v1.Report reports = 1;
| Returns | |
|---|---|
| Type | Description |
ListReportsResponse.Builder |
|
getDefaultInstanceForType()
public ListReportsResponse getDefaultInstanceForType()| Returns | |
|---|---|
| Type | Description |
ListReportsResponse |
|
getDescriptorForType()
public Descriptors.Descriptor getDescriptorForType()| Returns | |
|---|---|
| Type | Description |
Descriptor |
|
getNextPageToken()
public String getNextPageToken()Pass this token to FetchReportResultsRequest.page_token to retrieve the next page of results.
string next_page_token = 2;
| Returns | |
|---|---|
| Type | Description |
String |
The nextPageToken. |
getNextPageTokenBytes()
public ByteString getNextPageTokenBytes()Pass this token to FetchReportResultsRequest.page_token to retrieve the next page of results.
string next_page_token = 2;
| Returns | |
|---|---|
| Type | Description |
ByteString |
The bytes for nextPageToken. |
getReports(int index)
public Report getReports(int index)The reports available to the partner.
repeated .google.cloud.channel.v1.Report reports = 1;
| Parameter | |
|---|---|
| Name | Description |
index |
int |
| Returns | |
|---|---|
| Type | Description |
Report |
|
getReportsBuilder(int index)
public Report.Builder getReportsBuilder(int index)The reports available to the partner.
repeated .google.cloud.channel.v1.Report reports = 1;
| Parameter | |
|---|---|
| Name | Description |
index |
int |
| Returns | |
|---|---|
| Type | Description |
Report.Builder |
|
getReportsBuilderList()
public List<Report.Builder> getReportsBuilderList()The reports available to the partner.
repeated .google.cloud.channel.v1.Report reports = 1;
| Returns | |
|---|---|
| Type | Description |
List<Builder> |
|
getReportsCount()
public int getReportsCount()The reports available to the partner.
repeated .google.cloud.channel.v1.Report reports = 1;
| Returns | |
|---|---|
| Type | Description |
int |
|
getReportsList()
public List<Report> getReportsList()The reports available to the partner.
repeated .google.cloud.channel.v1.Report reports = 1;
| Returns | |
|---|---|
| Type | Description |
List<Report> |
|
getReportsOrBuilder(int index)
public ReportOrBuilder getReportsOrBuilder(int index)The reports available to the partner.
repeated .google.cloud.channel.v1.Report reports = 1;
| Parameter | |
|---|---|
| Name | Description |
index |
int |
| Returns | |
|---|---|
| Type | Description |
ReportOrBuilder |
|
getReportsOrBuilderList()
public List<? extends ReportOrBuilder> getReportsOrBuilderList()The reports available to the partner.
repeated .google.cloud.channel.v1.Report reports = 1;
| Returns | |
|---|---|
| Type | Description |
List<? extends com.google.cloud.channel.v1.ReportOrBuilder> |
|
internalGetFieldAccessorTable()
protected GeneratedMessage.FieldAccessorTable internalGetFieldAccessorTable()| Returns | |
|---|---|
| Type | Description |
FieldAccessorTable |
|
isInitialized()
public final boolean isInitialized()| Returns | |
|---|---|
| Type | Description |
boolean |
|
mergeFrom(ListReportsResponse other)
public ListReportsResponse.Builder mergeFrom(ListReportsResponse other)| Parameter | |
|---|---|
| Name | Description |
other |
ListReportsResponse |
| Returns | |
|---|---|
| Type | Description |
ListReportsResponse.Builder |
|
mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
public ListReportsResponse.Builder mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)| Parameters | |
|---|---|
| Name | Description |
input |
CodedInputStream |
extensionRegistry |
ExtensionRegistryLite |
| Returns | |
|---|---|
| Type | Description |
ListReportsResponse.Builder |
|
| Exceptions | |
|---|---|
| Type | Description |
IOException |
|
mergeFrom(Message other)
public ListReportsResponse.Builder mergeFrom(Message other)| Parameter | |
|---|---|
| Name | Description |
other |
Message |
| Returns | |
|---|---|
| Type | Description |
ListReportsResponse.Builder |
|
removeReports(int index)
public ListReportsResponse.Builder removeReports(int index)The reports available to the partner.
repeated .google.cloud.channel.v1.Report reports = 1;
| Parameter | |
|---|---|
| Name | Description |
index |
int |
| Returns | |
|---|---|
| Type | Description |
ListReportsResponse.Builder |
|
setNextPageToken(String value)
public ListReportsResponse.Builder setNextPageToken(String value)Pass this token to FetchReportResultsRequest.page_token to retrieve the next page of results.
string next_page_token = 2;
| Parameter | |
|---|---|
| Name | Description |
value |
StringThe nextPageToken to set. |
| Returns | |
|---|---|
| Type | Description |
ListReportsResponse.Builder |
This builder for chaining. |
setNextPageTokenBytes(ByteString value)
public ListReportsResponse.Builder setNextPageTokenBytes(ByteString value)Pass this token to FetchReportResultsRequest.page_token to retrieve the next page of results.
string next_page_token = 2;
| Parameter | |
|---|---|
| Name | Description |
value |
ByteStringThe bytes for nextPageToken to set. |
| Returns | |
|---|---|
| Type | Description |
ListReportsResponse.Builder |
This builder for chaining. |
setReports(int index, Report value)
public ListReportsResponse.Builder setReports(int index, Report value)The reports available to the partner.
repeated .google.cloud.channel.v1.Report reports = 1;
| Parameters | |
|---|---|
| Name | Description |
index |
int |
value |
Report |
| Returns | |
|---|---|
| Type | Description |
ListReportsResponse.Builder |
|
setReports(int index, Report.Builder builderForValue)
public ListReportsResponse.Builder setReports(int index, Report.Builder builderForValue)The reports available to the partner.
repeated .google.cloud.channel.v1.Report reports = 1;
| Parameters | |
|---|---|
| Name | Description |
index |
int |
builderForValue |
Report.Builder |
| Returns | |
|---|---|
| Type | Description |
ListReportsResponse.Builder |
|