public interface CreateReportTaskRequestOrBuilder extends MessageOrBuilderImplements
MessageOrBuilderMethods
getParent()
public abstract String getParent() Required. The parent resource where this report task will be created.
Format: properties/{propertyId}
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 task will be created.
Format: properties/{propertyId}
string parent = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... }
| Returns | |
|---|---|
| Type | Description |
ByteString |
The bytes for parent. |
getReportTask()
public abstract ReportTask getReportTask()Required. The report task configuration to create.
.google.analytics.data.v1alpha.ReportTask report_task = 2 [(.google.api.field_behavior) = REQUIRED];
| Returns | |
|---|---|
| Type | Description |
ReportTask |
The reportTask. |
getReportTaskOrBuilder()
public abstract ReportTaskOrBuilder getReportTaskOrBuilder()Required. The report task configuration to create.
.google.analytics.data.v1alpha.ReportTask report_task = 2 [(.google.api.field_behavior) = REQUIRED];
| Returns | |
|---|---|
| Type | Description |
ReportTaskOrBuilder |
|
hasReportTask()
public abstract boolean hasReportTask()Required. The report task configuration to create.
.google.analytics.data.v1alpha.ReportTask report_task = 2 [(.google.api.field_behavior) = REQUIRED];
| Returns | |
|---|---|
| Type | Description |
boolean |
Whether the reportTask field is set. |