Class RunReportRequest.Builder (0.44.0)

public static final class RunReportRequest.Builder extends GeneratedMessage.Builder<RunReportRequest.Builder> implements RunReportRequestOrBuilder

Request message for a running a report.

Protobuf type google.ads.admanager.v1.RunReportRequest

Static Methods

getDescriptor()

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

Methods

build()

public RunReportRequest build()
Returns
Type Description
RunReportRequest

buildPartial()

public RunReportRequest buildPartial()
Returns
Type Description
RunReportRequest

clear()

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

clearName()

public RunReportRequest.Builder clearName()

Required. The report to run. Format: networks/{network_code}/reports/{report_id}

string name = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... }

Returns
Type Description
RunReportRequest.Builder

This builder for chaining.

getDefaultInstanceForType()

public RunReportRequest getDefaultInstanceForType()
Returns
Type Description
RunReportRequest

getDescriptorForType()

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

getName()

public String getName()

Required. The report to run. Format: networks/{network_code}/reports/{report_id}

string name = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... }

Returns
Type Description
String

The name.

getNameBytes()

public ByteString getNameBytes()

Required. The report to run. Format: networks/{network_code}/reports/{report_id}

string name = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... }

Returns
Type Description
ByteString

The bytes for name.

internalGetFieldAccessorTable()

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

isInitialized()

public final boolean isInitialized()
Returns
Type Description
boolean
Overrides

mergeFrom(RunReportRequest other)

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

mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)

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

mergeFrom(Message other)

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

setName(String value)

public RunReportRequest.Builder setName(String value)

Required. The report to run. Format: networks/{network_code}/reports/{report_id}

string name = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... }

Parameter
Name Description
value String

The name to set.

Returns
Type Description
RunReportRequest.Builder

This builder for chaining.

setNameBytes(ByteString value)

public RunReportRequest.Builder setNameBytes(ByteString value)

Required. The report to run. Format: networks/{network_code}/reports/{report_id}

string name = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... }

Parameter
Name Description
value ByteString

The bytes for name to set.

Returns
Type Description
RunReportRequest.Builder

This builder for chaining.