public final class Report extends GeneratedMessageV3 implements ReportOrBuilder
The Report
resource.
Protobuf type google.ads.admanager.v1.Report
Inherited Members
com.google.protobuf.GeneratedMessageV3.<ListT>makeMutableCopy(ListT)
com.google.protobuf.GeneratedMessageV3.<ListT>makeMutableCopy(ListT,int)
com.google.protobuf.GeneratedMessageV3.<T>emptyList(java.lang.Class<T>)
com.google.protobuf.GeneratedMessageV3.internalGetMapFieldReflection(int)
Static Fields
CREATE_TIME_FIELD_NUMBER
public static final int CREATE_TIME_FIELD_NUMBER
Field Value |
Type |
Description |
int |
|
DISPLAY_NAME_FIELD_NUMBER
public static final int DISPLAY_NAME_FIELD_NUMBER
Field Value |
Type |
Description |
int |
|
LOCALE_FIELD_NUMBER
public static final int LOCALE_FIELD_NUMBER
Field Value |
Type |
Description |
int |
|
NAME_FIELD_NUMBER
public static final int NAME_FIELD_NUMBER
Field Value |
Type |
Description |
int |
|
REPORT_DEFINITION_FIELD_NUMBER
public static final int REPORT_DEFINITION_FIELD_NUMBER
Field Value |
Type |
Description |
int |
|
REPORT_ID_FIELD_NUMBER
public static final int REPORT_ID_FIELD_NUMBER
Field Value |
Type |
Description |
int |
|
SCHEDULE_OPTIONS_FIELD_NUMBER
public static final int SCHEDULE_OPTIONS_FIELD_NUMBER
Field Value |
Type |
Description |
int |
|
UPDATE_TIME_FIELD_NUMBER
public static final int UPDATE_TIME_FIELD_NUMBER
Field Value |
Type |
Description |
int |
|
VISIBILITY_FIELD_NUMBER
public static final int VISIBILITY_FIELD_NUMBER
Field Value |
Type |
Description |
int |
|
Static Methods
getDefaultInstance()
public static Report getDefaultInstance()
Returns |
Type |
Description |
Report |
|
getDescriptor()
public static final Descriptors.Descriptor getDescriptor()
newBuilder()
public static Report.Builder newBuilder()
newBuilder(Report prototype)
public static Report.Builder newBuilder(Report prototype)
Parameter |
Name |
Description |
prototype |
Report
|
public static Report parseDelimitedFrom(InputStream input)
Returns |
Type |
Description |
Report |
|
public static Report parseDelimitedFrom(InputStream input, ExtensionRegistryLite extensionRegistry)
Returns |
Type |
Description |
Report |
|
parseFrom(byte[] data)
public static Report parseFrom(byte[] data)
Parameter |
Name |
Description |
data |
byte[]
|
Returns |
Type |
Description |
Report |
|
parseFrom(byte[] data, ExtensionRegistryLite extensionRegistry)
public static Report parseFrom(byte[] data, ExtensionRegistryLite extensionRegistry)
Returns |
Type |
Description |
Report |
|
parseFrom(ByteString data)
public static Report parseFrom(ByteString data)
Returns |
Type |
Description |
Report |
|
parseFrom(ByteString data, ExtensionRegistryLite extensionRegistry)
public static Report parseFrom(ByteString data, ExtensionRegistryLite extensionRegistry)
Returns |
Type |
Description |
Report |
|
public static Report parseFrom(CodedInputStream input)
Returns |
Type |
Description |
Report |
|
public static Report parseFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
Returns |
Type |
Description |
Report |
|
public static Report parseFrom(InputStream input)
Returns |
Type |
Description |
Report |
|
public static Report parseFrom(InputStream input, ExtensionRegistryLite extensionRegistry)
Returns |
Type |
Description |
Report |
|
parseFrom(ByteBuffer data)
public static Report parseFrom(ByteBuffer data)
Returns |
Type |
Description |
Report |
|
parseFrom(ByteBuffer data, ExtensionRegistryLite extensionRegistry)
public static Report parseFrom(ByteBuffer data, ExtensionRegistryLite extensionRegistry)
Returns |
Type |
Description |
Report |
|
parser()
public static Parser<Report> parser()
Methods
equals(Object obj)
public boolean equals(Object obj)
Parameter |
Name |
Description |
obj |
Object
|
Overrides
getCreateTime()
public Timestamp getCreateTime()
Output only. The instant this report was created.
.google.protobuf.Timestamp create_time = 7 [(.google.api.field_behavior) = OUTPUT_ONLY];
Returns |
Type |
Description |
Timestamp |
The createTime.
|
getCreateTimeOrBuilder()
public TimestampOrBuilder getCreateTimeOrBuilder()
Output only. The instant this report was created.
.google.protobuf.Timestamp create_time = 7 [(.google.api.field_behavior) = OUTPUT_ONLY];
getDefaultInstanceForType()
public Report getDefaultInstanceForType()
Returns |
Type |
Description |
Report |
|
getDisplayName()
public String getDisplayName()
Optional. Display name for the report.
string display_name = 5 [(.google.api.field_behavior) = OPTIONAL];
Returns |
Type |
Description |
String |
The displayName.
|
getDisplayNameBytes()
public ByteString getDisplayNameBytes()
Optional. Display name for the report.
string display_name = 5 [(.google.api.field_behavior) = OPTIONAL];
Returns |
Type |
Description |
ByteString |
The bytes for displayName.
|
getLocale()
public String getLocale()
Output only. The locale of this report. Locale is set from the user's
locale at the time of the request. Locale can not be modified.
string locale = 8 [(.google.api.field_behavior) = OUTPUT_ONLY];
Returns |
Type |
Description |
String |
The locale.
|
getLocaleBytes()
public ByteString getLocaleBytes()
Output only. The locale of this report. Locale is set from the user's
locale at the time of the request. Locale can not be modified.
string locale = 8 [(.google.api.field_behavior) = OUTPUT_ONLY];
Returns |
Type |
Description |
ByteString |
The bytes for locale.
|
getName()
Identifier. The resource name of the report.
Report resource name have the form:
networks/{network_code}/reports/{report_id}
string name = 1 [(.google.api.field_behavior) = IDENTIFIER];
Returns |
Type |
Description |
String |
The name.
|
getNameBytes()
public ByteString getNameBytes()
Identifier. The resource name of the report.
Report resource name have the form:
networks/{network_code}/reports/{report_id}
string name = 1 [(.google.api.field_behavior) = IDENTIFIER];
Returns |
Type |
Description |
ByteString |
The bytes for name.
|
getParserForType()
public Parser<Report> getParserForType()
Overrides
getReportDefinition()
public ReportDefinition getReportDefinition()
Required. The report definition of the report.
.google.ads.admanager.v1.ReportDefinition report_definition = 4 [(.google.api.field_behavior) = REQUIRED];
getReportDefinitionOrBuilder()
public ReportDefinitionOrBuilder getReportDefinitionOrBuilder()
Required. The report definition of the report.
.google.ads.admanager.v1.ReportDefinition report_definition = 4 [(.google.api.field_behavior) = REQUIRED];
getReportId()
public long getReportId()
Output only. Report ID.
int64 report_id = 3 [(.google.api.field_behavior) = OUTPUT_ONLY];
Returns |
Type |
Description |
long |
The reportId.
|
getScheduleOptions()
public ScheduleOptions getScheduleOptions()
Optional. The schedule options of this report.
.google.ads.admanager.v1.ScheduleOptions schedule_options = 9 [(.google.api.field_behavior) = OPTIONAL];
getScheduleOptionsOrBuilder()
public ScheduleOptionsOrBuilder getScheduleOptionsOrBuilder()
Optional. The schedule options of this report.
.google.ads.admanager.v1.ScheduleOptions schedule_options = 9 [(.google.api.field_behavior) = OPTIONAL];
getSerializedSize()
public int getSerializedSize()
Returns |
Type |
Description |
int |
|
Overrides
getUpdateTime()
public Timestamp getUpdateTime()
Output only. The instant this report was last modified.
.google.protobuf.Timestamp update_time = 6 [(.google.api.field_behavior) = OUTPUT_ONLY];
Returns |
Type |
Description |
Timestamp |
The updateTime.
|
getUpdateTimeOrBuilder()
public TimestampOrBuilder getUpdateTimeOrBuilder()
Output only. The instant this report was last modified.
.google.protobuf.Timestamp update_time = 6 [(.google.api.field_behavior) = OUTPUT_ONLY];
getVisibility()
public Report.Visibility getVisibility()
Optional. The visibility of a report.
.google.ads.admanager.v1.Report.Visibility visibility = 2 [(.google.api.field_behavior) = OPTIONAL];
getVisibilityValue()
public int getVisibilityValue()
Optional. The visibility of a report.
.google.ads.admanager.v1.Report.Visibility visibility = 2 [(.google.api.field_behavior) = OPTIONAL];
Returns |
Type |
Description |
int |
The enum numeric value on the wire for visibility.
|
hasCreateTime()
public boolean hasCreateTime()
Output only. The instant this report was created.
.google.protobuf.Timestamp create_time = 7 [(.google.api.field_behavior) = OUTPUT_ONLY];
Returns |
Type |
Description |
boolean |
Whether the createTime field is set.
|
hasReportDefinition()
public boolean hasReportDefinition()
Required. The report definition of the report.
.google.ads.admanager.v1.ReportDefinition report_definition = 4 [(.google.api.field_behavior) = REQUIRED];
Returns |
Type |
Description |
boolean |
Whether the reportDefinition field is set.
|
hasScheduleOptions()
public boolean hasScheduleOptions()
Optional. The schedule options of this report.
.google.ads.admanager.v1.ScheduleOptions schedule_options = 9 [(.google.api.field_behavior) = OPTIONAL];
Returns |
Type |
Description |
boolean |
Whether the scheduleOptions field is set.
|
hasUpdateTime()
public boolean hasUpdateTime()
Output only. The instant this report was last modified.
.google.protobuf.Timestamp update_time = 6 [(.google.api.field_behavior) = OUTPUT_ONLY];
Returns |
Type |
Description |
boolean |
Whether the updateTime field is set.
|
hashCode()
Returns |
Type |
Description |
int |
|
Overrides
internalGetFieldAccessorTable()
protected GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()
Overrides
isInitialized()
public final boolean isInitialized()
Overrides
newBuilderForType()
public Report.Builder newBuilderForType()
newBuilderForType(GeneratedMessageV3.BuilderParent parent)
protected Report.Builder newBuilderForType(GeneratedMessageV3.BuilderParent parent)
Overrides
newInstance(GeneratedMessageV3.UnusedPrivateParameter unused)
protected Object newInstance(GeneratedMessageV3.UnusedPrivateParameter unused)
Returns |
Type |
Description |
Object |
|
Overrides
toBuilder()
public Report.Builder toBuilder()
writeTo(CodedOutputStream output)
public void writeTo(CodedOutputStream output)
Overrides