public interface CreateReportingDataAnnotationRequestOrBuilder extends MessageOrBuilder
Implements
MessageOrBuilderMethods
getParent()
public abstract String getParent()
Required. The property for which to create a Reporting Data Annotation. Format: properties/property_id Example: properties/123
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 property for which to create a Reporting Data Annotation. Format: properties/property_id Example: properties/123
string parent = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... }
Returns | |
---|---|
Type | Description |
ByteString |
The bytes for parent. |
getReportingDataAnnotation()
public abstract ReportingDataAnnotation getReportingDataAnnotation()
Required. The Reporting Data Annotation to create.
.google.analytics.admin.v1alpha.ReportingDataAnnotation reporting_data_annotation = 2 [(.google.api.field_behavior) = REQUIRED];
Returns | |
---|---|
Type | Description |
ReportingDataAnnotation |
The reportingDataAnnotation. |
getReportingDataAnnotationOrBuilder()
public abstract ReportingDataAnnotationOrBuilder getReportingDataAnnotationOrBuilder()
Required. The Reporting Data Annotation to create.
.google.analytics.admin.v1alpha.ReportingDataAnnotation reporting_data_annotation = 2 [(.google.api.field_behavior) = REQUIRED];
Returns | |
---|---|
Type | Description |
ReportingDataAnnotationOrBuilder |
hasReportingDataAnnotation()
public abstract boolean hasReportingDataAnnotation()
Required. The Reporting Data Annotation to create.
.google.analytics.admin.v1alpha.ReportingDataAnnotation reporting_data_annotation = 2 [(.google.api.field_behavior) = REQUIRED];
Returns | |
---|---|
Type | Description |
boolean |
Whether the reportingDataAnnotation field is set. |