Interface ReportOrBuilder (0.11.0)

public interface ReportOrBuilder extends MessageOrBuilder

Implements

MessageOrBuilder

Methods

getCreateTime()

public abstract 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 abstract TimestampOrBuilder getCreateTimeOrBuilder()

Output only. The instant this report was created.

.google.protobuf.Timestamp create_time = 7 [(.google.api.field_behavior) = OUTPUT_ONLY];

Returns
Type Description
TimestampOrBuilder

getDisplayName()

public abstract 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 abstract 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 abstract 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 abstract 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()

public abstract 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];

Returns
Type Description
String

The name.

getNameBytes()

public abstract 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.

getReportDefinition()

public abstract ReportDefinition getReportDefinition()

Required. The report definition of the report.

.google.ads.admanager.v1.ReportDefinition report_definition = 4 [(.google.api.field_behavior) = REQUIRED];

Returns
Type Description
ReportDefinition

The reportDefinition.

getReportDefinitionOrBuilder()

public abstract ReportDefinitionOrBuilder getReportDefinitionOrBuilder()

Required. The report definition of the report.

.google.ads.admanager.v1.ReportDefinition report_definition = 4 [(.google.api.field_behavior) = REQUIRED];

Returns
Type Description
ReportDefinitionOrBuilder

getReportId()

public abstract long getReportId()

Output only. Report ID.

int64 report_id = 3 [(.google.api.field_behavior) = OUTPUT_ONLY];

Returns
Type Description
long

The reportId.

getScheduleOptions()

public abstract ScheduleOptions getScheduleOptions()

Optional. The schedule options of this report.

.google.ads.admanager.v1.ScheduleOptions schedule_options = 9 [(.google.api.field_behavior) = OPTIONAL];

Returns
Type Description
ScheduleOptions

The scheduleOptions.

getScheduleOptionsOrBuilder()

public abstract ScheduleOptionsOrBuilder getScheduleOptionsOrBuilder()

Optional. The schedule options of this report.

.google.ads.admanager.v1.ScheduleOptions schedule_options = 9 [(.google.api.field_behavior) = OPTIONAL];

Returns
Type Description
ScheduleOptionsOrBuilder

getUpdateTime()

public abstract 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 abstract TimestampOrBuilder getUpdateTimeOrBuilder()

Output only. The instant this report was last modified.

.google.protobuf.Timestamp update_time = 6 [(.google.api.field_behavior) = OUTPUT_ONLY];

Returns
Type Description
TimestampOrBuilder

getVisibility()

public abstract Report.Visibility getVisibility()

Optional. The visibility of a report.

.google.ads.admanager.v1.Report.Visibility visibility = 2 [(.google.api.field_behavior) = OPTIONAL];

Returns
Type Description
Report.Visibility

The visibility.

getVisibilityValue()

public abstract 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 abstract 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 abstract 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 abstract 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 abstract 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.