public static final class RunReportMetadata.Builder extends GeneratedMessageV3.Builder<RunReportMetadata.Builder> implements RunReportMetadataOrBuilder
RunReport
operation metadata.
Protobuf type google.ads.admanager.v1.RunReportMetadata
Inheritance
Object > AbstractMessageLite.Builder<MessageType,BuilderType> > AbstractMessage.Builder<BuilderType> > GeneratedMessageV3.Builder > RunReportMetadata.BuilderImplements
RunReportMetadataOrBuilderStatic Methods
getDescriptor()
public static final Descriptors.Descriptor getDescriptor()
Returns | |
---|---|
Type | Description |
Descriptor |
Methods
addRepeatedField(Descriptors.FieldDescriptor field, Object value)
public RunReportMetadata.Builder addRepeatedField(Descriptors.FieldDescriptor field, Object value)
Parameters | |
---|---|
Name | Description |
field |
FieldDescriptor |
value |
Object |
Returns | |
---|---|
Type | Description |
RunReportMetadata.Builder |
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 |
clearField(Descriptors.FieldDescriptor field)
public RunReportMetadata.Builder clearField(Descriptors.FieldDescriptor field)
Parameter | |
---|---|
Name | Description |
field |
FieldDescriptor |
Returns | |
---|---|
Type | Description |
RunReportMetadata.Builder |
clearOneof(Descriptors.OneofDescriptor oneof)
public RunReportMetadata.Builder clearOneof(Descriptors.OneofDescriptor oneof)
Parameter | |
---|---|
Name | Description |
oneof |
OneofDescriptor |
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. |
clone()
public RunReportMetadata.Builder clone()
Returns | |
---|---|
Type | Description |
RunReportMetadata.Builder |
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 GeneratedMessageV3.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 |
mergeUnknownFields(UnknownFieldSet unknownFields)
public final RunReportMetadata.Builder mergeUnknownFields(UnknownFieldSet unknownFields)
Parameter | |
---|---|
Name | Description |
unknownFields |
UnknownFieldSet |
Returns | |
---|---|
Type | Description |
RunReportMetadata.Builder |
setField(Descriptors.FieldDescriptor field, Object value)
public RunReportMetadata.Builder setField(Descriptors.FieldDescriptor field, Object value)
Parameters | |
---|---|
Name | Description |
field |
FieldDescriptor |
value |
Object |
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 |
int The percentComplete to set. |
Returns | |
---|---|
Type | Description |
RunReportMetadata.Builder |
This builder for chaining. |
setRepeatedField(Descriptors.FieldDescriptor field, int index, Object value)
public RunReportMetadata.Builder setRepeatedField(Descriptors.FieldDescriptor field, int index, Object value)
Parameters | |
---|---|
Name | Description |
field |
FieldDescriptor |
index |
int |
value |
Object |
Returns | |
---|---|
Type | Description |
RunReportMetadata.Builder |
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 |
String The 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 |
ByteString The bytes for report to set. |
Returns | |
---|---|
Type | Description |
RunReportMetadata.Builder |
This builder for chaining. |
setUnknownFields(UnknownFieldSet unknownFields)
public final RunReportMetadata.Builder setUnknownFields(UnknownFieldSet unknownFields)
Parameter | |
---|---|
Name | Description |
unknownFields |
UnknownFieldSet |
Returns | |
---|---|
Type | Description |
RunReportMetadata.Builder |