public static final class RunReportMetadata.Builder extends GeneratedMessage.Builder<RunReportMetadata.Builder> implements RunReportMetadataOrBuilder RunReport operation metadata.
Protobuf type google.ads.admanager.v1.RunReportMetadata
Inheritance
java.lang.Object > AbstractMessageLite.Builder<MessageType,BuilderType> > AbstractMessage.Builder<BuilderType> > GeneratedMessage.Builder > RunReportMetadata.BuilderImplements
RunReportMetadataOrBuilderStatic Methods
getDescriptor()
public static final Descriptors.Descriptor getDescriptor()| Returns | |
|---|---|
| Type | Description |
Descriptor |
|
Methods
build()
public RunReportMetadata build()| Returns | |
|---|---|
| Type | Description |
RunReportMetadata |
|
buildPartial()
public RunReportMetadata buildPartial()| Returns | |
|---|---|
| Type | Description |
RunReportMetadata |
|
clear()
public RunReportMetadata.Builder clear()| Returns | |
|---|---|
| Type | Description |
RunReportMetadata.Builder |
|
clearPercentComplete()
public RunReportMetadata.Builder clearPercentComplete()An estimate of how close this report is to being completed. Will always be 100 for failed and completed reports.
int32 percent_complete = 2;
| Returns | |
|---|---|
| Type | Description |
RunReportMetadata.Builder |
This builder for chaining. |
clearReport()
public RunReportMetadata.Builder clearReport()The result's parent report.
string report = 4 [(.google.api.resource_reference) = { ... }
| Returns | |
|---|---|
| Type | Description |
RunReportMetadata.Builder |
This builder for chaining. |
getDefaultInstanceForType()
public RunReportMetadata getDefaultInstanceForType()| Returns | |
|---|---|
| Type | Description |
RunReportMetadata |
|
getDescriptorForType()
public Descriptors.Descriptor getDescriptorForType()| Returns | |
|---|---|
| Type | Description |
Descriptor |
|
getPercentComplete()
public int getPercentComplete()An estimate of how close this report is to being completed. Will always be 100 for failed and completed reports.
int32 percent_complete = 2;
| Returns | |
|---|---|
| Type | Description |
int |
The percentComplete. |
getReport()
public String getReport()The result's parent report.
string report = 4 [(.google.api.resource_reference) = { ... }
| Returns | |
|---|---|
| Type | Description |
String |
The report. |
getReportBytes()
public ByteString getReportBytes()The result's parent report.
string report = 4 [(.google.api.resource_reference) = { ... }
| Returns | |
|---|---|
| Type | Description |
ByteString |
The bytes for report. |
internalGetFieldAccessorTable()
protected GeneratedMessage.FieldAccessorTable internalGetFieldAccessorTable()| Returns | |
|---|---|
| Type | Description |
FieldAccessorTable |
|
isInitialized()
public final boolean isInitialized()| Returns | |
|---|---|
| Type | Description |
boolean |
|
mergeFrom(RunReportMetadata other)
public RunReportMetadata.Builder mergeFrom(RunReportMetadata other)| Parameter | |
|---|---|
| Name | Description |
other |
RunReportMetadata |
| Returns | |
|---|---|
| Type | Description |
RunReportMetadata.Builder |
|
mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
public RunReportMetadata.Builder mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)| Parameters | |
|---|---|
| Name | Description |
input |
CodedInputStream |
extensionRegistry |
ExtensionRegistryLite |
| Returns | |
|---|---|
| Type | Description |
RunReportMetadata.Builder |
|
| Exceptions | |
|---|---|
| Type | Description |
IOException |
|
mergeFrom(Message other)
public RunReportMetadata.Builder mergeFrom(Message other)| Parameter | |
|---|---|
| Name | Description |
other |
Message |
| Returns | |
|---|---|
| Type | Description |
RunReportMetadata.Builder |
|
setPercentComplete(int value)
public RunReportMetadata.Builder setPercentComplete(int value)An estimate of how close this report is to being completed. Will always be 100 for failed and completed reports.
int32 percent_complete = 2;
| Parameter | |
|---|---|
| Name | Description |
value |
intThe percentComplete to set. |
| Returns | |
|---|---|
| Type | Description |
RunReportMetadata.Builder |
This builder for chaining. |
setReport(String value)
public RunReportMetadata.Builder setReport(String value)The result's parent report.
string report = 4 [(.google.api.resource_reference) = { ... }
| Parameter | |
|---|---|
| Name | Description |
value |
StringThe report to set. |
| Returns | |
|---|---|
| Type | Description |
RunReportMetadata.Builder |
This builder for chaining. |
setReportBytes(ByteString value)
public RunReportMetadata.Builder setReportBytes(ByteString value)The result's parent report.
string report = 4 [(.google.api.resource_reference) = { ... }
| Parameter | |
|---|---|
| Name | Description |
value |
ByteStringThe bytes for report to set. |
| Returns | |
|---|---|
| Type | Description |
RunReportMetadata.Builder |
This builder for chaining. |