public interface CreateReportRequestOrBuilder extends MessageOrBuilder
Implements
MessageOrBuilderMethods
getParent()
public abstract String getParent()
Required. The parent resource where this Report
will be created.
Format: networks/{network_code}
string parent = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... }
Returns | |
---|---|
Type | Description |
String |
The parent. |
getParentBytes()
public abstract ByteString getParentBytes()
Required. The parent resource where this Report
will be created.
Format: networks/{network_code}
string parent = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... }
Returns | |
---|---|
Type | Description |
ByteString |
The bytes for parent. |
getReport()
public abstract Report getReport()
Required. The Report
to create.
.google.ads.admanager.v1.Report report = 2 [(.google.api.field_behavior) = REQUIRED];
Returns | |
---|---|
Type | Description |
Report |
The report. |
getReportOrBuilder()
public abstract ReportOrBuilder getReportOrBuilder()
Required. The Report
to create.
.google.ads.admanager.v1.Report report = 2 [(.google.api.field_behavior) = REQUIRED];
Returns | |
---|---|
Type | Description |
ReportOrBuilder |
hasReport()
public abstract boolean hasReport()
Required. The Report
to create.
.google.ads.admanager.v1.Report report = 2 [(.google.api.field_behavior) = REQUIRED];
Returns | |
---|---|
Type | Description |
boolean |
Whether the report field is set. |