public
final
class
Report
extends
GeneratedMessageV3
implements
ReportOrBuilder
The Report
resource.
Protobuf type google.ads.admanager.v1.Report
Inheritance
Object > AbstractMessageLite<MessageType,BuilderType> > AbstractMessage > GeneratedMessageV3 > ReportImplements
ReportOrBuilderStatic Fields
CREATE_TIME_FIELD_NUMBER
public
static
final
int
CREATE_TIME_FIELD_NUMBER
DISPLAY_NAME_FIELD_NUMBER
public
static
final
int
DISPLAY_NAME_FIELD_NUMBER
LOCALE_FIELD_NUMBER
public
static
final
int
LOCALE_FIELD_NUMBER
NAME_FIELD_NUMBER
public
static
final
int
NAME_FIELD_NUMBER
REPORT_DEFINITION_FIELD_NUMBER
public
static
final
int
REPORT_DEFINITION_FIELD_NUMBER
REPORT_ID_FIELD_NUMBER
public
static
final
int
REPORT_ID_FIELD_NUMBER
SCHEDULE_OPTIONS_FIELD_NUMBER
public
static
final
int
SCHEDULE_OPTIONS_FIELD_NUMBER
UPDATE_TIME_FIELD_NUMBER
public
static
final
int
UPDATE_TIME_FIELD_NUMBER
VISIBILITY_FIELD_NUMBER
public
static
final
int
VISIBILITY_FIELD_NUMBER
Static Methods
getDefaultInstance()
public
static
Report
getDefaultInstance
()
getDescriptor()
public
static
final
Descriptors
.
Descriptor
getDescriptor
()
newBuilder()
public
static
Report
.
Builder
newBuilder
()
newBuilder(Report prototype)
public
static
Report
.
Builder
newBuilder
(
Report
prototype
)
parseDelimitedFrom(InputStream input)
public
static
Report
parseDelimitedFrom
(
InputStream
input
)
parseDelimitedFrom(InputStream input, ExtensionRegistryLite extensionRegistry)
public
static
Report
parseDelimitedFrom
(
InputStream
input
,
ExtensionRegistryLite
extensionRegistry
)
parseFrom(byte[] data)
public
static
Report
parseFrom
(
byte
[]
data
)
data
byte
[]
parseFrom(byte[] data, ExtensionRegistryLite extensionRegistry)
public
static
Report
parseFrom
(
byte
[]
data
,
ExtensionRegistryLite
extensionRegistry
)
parseFrom(ByteString data)
public
static
Report
parseFrom
(
ByteString
data
)
parseFrom(ByteString data, ExtensionRegistryLite extensionRegistry)
public
static
Report
parseFrom
(
ByteString
data
,
ExtensionRegistryLite
extensionRegistry
)
parseFrom(CodedInputStream input)
public
static
Report
parseFrom
(
CodedInputStream
input
)
parseFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
public
static
Report
parseFrom
(
CodedInputStream
input
,
ExtensionRegistryLite
extensionRegistry
)
parseFrom(InputStream input)
public
static
Report
parseFrom
(
InputStream
input
)
parseFrom(InputStream input, ExtensionRegistryLite extensionRegistry)
public
static
Report
parseFrom
(
InputStream
input
,
ExtensionRegistryLite
extensionRegistry
)
parseFrom(ByteBuffer data)
public
static
Report
parseFrom
(
ByteBuffer
data
)
parseFrom(ByteBuffer data, ExtensionRegistryLite extensionRegistry)
public
static
Report
parseFrom
(
ByteBuffer
data
,
ExtensionRegistryLite
extensionRegistry
)
parser()
public
static
Parser<Report>
parser
()
Methods
equals(Object obj)
public
boolean
equals
(
Object
obj
)
getCreateTime()
public
Timestamp
getCreateTime
()
Output only. The instant this report was created.
.google.protobuf.Timestamp create_time = 7 [(.google.api.field_behavior) = OUTPUT_ONLY];
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
()
getDisplayName()
public
String
getDisplayName
()
Optional. Display name for the report.
string display_name = 5 [(.google.api.field_behavior) = OPTIONAL];
getDisplayNameBytes()
public
ByteString
getDisplayNameBytes
()
Optional. Display name for the report.
string display_name = 5 [(.google.api.field_behavior) = OPTIONAL];
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];
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];
getName()
public
String
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];
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];
getParserForType()
public
Parser<Report>
getParserForType
()
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];
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
()
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];
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];
hasCreateTime()
public
boolean
hasCreateTime
()
Output only. The instant this report was created.
.google.protobuf.Timestamp create_time = 7 [(.google.api.field_behavior) = OUTPUT_ONLY];
hasReportDefinition()
public
boolean
hasReportDefinition
()
Required. The report definition of the report.
.google.ads.admanager.v1.ReportDefinition report_definition = 4 [(.google.api.field_behavior) = REQUIRED];
hasScheduleOptions()
public
boolean
hasScheduleOptions
()
Optional. The schedule options of this report.
.google.ads.admanager.v1.ScheduleOptions schedule_options = 9 [(.google.api.field_behavior) = OPTIONAL];
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];
hashCode()
public
int
hashCode
()
internalGetFieldAccessorTable()
protected
GeneratedMessageV3
.
FieldAccessorTable
internalGetFieldAccessorTable
()
isInitialized()
public
final
boolean
isInitialized
()
newBuilderForType()
public
Report
.
Builder
newBuilderForType
()
newBuilderForType(GeneratedMessageV3.BuilderParent parent)
protected
Report
.
Builder
newBuilderForType
(
GeneratedMessageV3
.
BuilderParent
parent
)
newInstance(GeneratedMessageV3.UnusedPrivateParameter unused)
protected
Object
newInstance
(
GeneratedMessageV3
.
UnusedPrivateParameter
unused
)
toBuilder()
public
Report
.
Builder
toBuilder
()
writeTo(CodedOutputStream output)
public
void
writeTo
(
CodedOutputStream
output
)