Class RunReportResponse.Builder (0.44.0)

public static final class RunReportResponse.Builder extends GeneratedMessage.Builder<RunReportResponse.Builder> implements RunReportResponseOrBuilder

Response message for a completed RunReport operation.

Protobuf type google.ads.admanager.v1.RunReportResponse

Static Methods

getDescriptor()

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

Methods

build()

public RunReportResponse build()
Returns
Type Description
RunReportResponse

buildPartial()

public RunReportResponse buildPartial()
Returns
Type Description
RunReportResponse

clear()

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

clearReportResult()

public RunReportResponse.Builder clearReportResult()

The unique name of the generated result. Use with FetchReportResultRows to retrieve data.

string report_result = 1;

Returns
Type Description
RunReportResponse.Builder

This builder for chaining.

getDefaultInstanceForType()

public RunReportResponse getDefaultInstanceForType()
Returns
Type Description
RunReportResponse

getDescriptorForType()

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

getReportResult()

public String getReportResult()

The unique name of the generated result. Use with FetchReportResultRows to retrieve data.

string report_result = 1;

Returns
Type Description
String

The reportResult.

getReportResultBytes()

public ByteString getReportResultBytes()

The unique name of the generated result. Use with FetchReportResultRows to retrieve data.

string report_result = 1;

Returns
Type Description
ByteString

The bytes for reportResult.

internalGetFieldAccessorTable()

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

isInitialized()

public final boolean isInitialized()
Returns
Type Description
boolean
Overrides

mergeFrom(RunReportResponse other)

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

mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)

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

mergeFrom(Message other)

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

setReportResult(String value)

public RunReportResponse.Builder setReportResult(String value)

The unique name of the generated result. Use with FetchReportResultRows to retrieve data.

string report_result = 1;

Parameter
Name Description
value String

The reportResult to set.

Returns
Type Description
RunReportResponse.Builder

This builder for chaining.

setReportResultBytes(ByteString value)

public RunReportResponse.Builder setReportResultBytes(ByteString value)

The unique name of the generated result. Use with FetchReportResultRows to retrieve data.

string report_result = 1;

Parameter
Name Description
value ByteString

The bytes for reportResult to set.

Returns
Type Description
RunReportResponse.Builder

This builder for chaining.