public static final class RunReportResponse.Builder extends GeneratedMessageV3.Builder<RunReportResponse.Builder> implements RunReportResponseOrBuilder
Response message for a completed RunReport
operation.
Protobuf type google.ads.admanager.v1.RunReportResponse
Inheritance
Object > AbstractMessageLite.Builder<MessageType,BuilderType> > AbstractMessage.Builder<BuilderType> > GeneratedMessageV3.Builder > RunReportResponse.BuilderImplements
RunReportResponseOrBuilderStatic Methods
getDescriptor()
public static final Descriptors.Descriptor getDescriptor()
Returns | |
---|---|
Type | Description |
Descriptor |
Methods
addRepeatedField(Descriptors.FieldDescriptor field, Object value)
public RunReportResponse.Builder addRepeatedField(Descriptors.FieldDescriptor field, Object value)
Parameters | |
---|---|
Name | Description |
field |
FieldDescriptor |
value |
Object |
Returns | |
---|---|
Type | Description |
RunReportResponse.Builder |
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 |
clearField(Descriptors.FieldDescriptor field)
public RunReportResponse.Builder clearField(Descriptors.FieldDescriptor field)
Parameter | |
---|---|
Name | Description |
field |
FieldDescriptor |
Returns | |
---|---|
Type | Description |
RunReportResponse.Builder |
clearOneof(Descriptors.OneofDescriptor oneof)
public RunReportResponse.Builder clearOneof(Descriptors.OneofDescriptor oneof)
Parameter | |
---|---|
Name | Description |
oneof |
OneofDescriptor |
Returns | |
---|---|
Type | Description |
RunReportResponse.Builder |
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. |
clone()
public RunReportResponse.Builder clone()
Returns | |
---|---|
Type | Description |
RunReportResponse.Builder |
getDefaultInstanceForType()
public RunReportResponse getDefaultInstanceForType()
Returns | |
---|---|
Type | Description |
RunReportResponse |
getDescriptorForType()
public Descriptors.Descriptor getDescriptorForType()
Returns | |
---|---|
Type | Description |
Descriptor |
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 GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()
Returns | |
---|---|
Type | Description |
FieldAccessorTable |
isInitialized()
public final boolean isInitialized()
Returns | |
---|---|
Type | Description |
boolean |
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 |
Exceptions | |
---|---|
Type | Description |
IOException |
mergeFrom(Message other)
public RunReportResponse.Builder mergeFrom(Message other)
Parameter | |
---|---|
Name | Description |
other |
Message |
Returns | |
---|---|
Type | Description |
RunReportResponse.Builder |
mergeUnknownFields(UnknownFieldSet unknownFields)
public final RunReportResponse.Builder mergeUnknownFields(UnknownFieldSet unknownFields)
Parameter | |
---|---|
Name | Description |
unknownFields |
UnknownFieldSet |
Returns | |
---|---|
Type | Description |
RunReportResponse.Builder |
setField(Descriptors.FieldDescriptor field, Object value)
public RunReportResponse.Builder setField(Descriptors.FieldDescriptor field, Object value)
Parameters | |
---|---|
Name | Description |
field |
FieldDescriptor |
value |
Object |
Returns | |
---|---|
Type | Description |
RunReportResponse.Builder |
setRepeatedField(Descriptors.FieldDescriptor field, int index, Object value)
public RunReportResponse.Builder setRepeatedField(Descriptors.FieldDescriptor field, int index, Object value)
Parameters | |
---|---|
Name | Description |
field |
FieldDescriptor |
index |
int |
value |
Object |
Returns | |
---|---|
Type | Description |
RunReportResponse.Builder |
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. |
setUnknownFields(UnknownFieldSet unknownFields)
public final RunReportResponse.Builder setUnknownFields(UnknownFieldSet unknownFields)
Parameter | |
---|---|
Name | Description |
unknownFields |
UnknownFieldSet |
Returns | |
---|---|
Type | Description |
RunReportResponse.Builder |