public interface CreatePropertyRequestOrBuilder extends MessageOrBuilderImplements
MessageOrBuilderMethods
getProperty()
public abstract Property getProperty()Required. The property to create. Note: the supplied property must specify its parent.
.google.analytics.admin.v1alpha.Property property = 1 [(.google.api.field_behavior) = REQUIRED];
| Returns | |
|---|---|
| Type | Description |
Property |
The property. |
getPropertyOrBuilder()
public abstract PropertyOrBuilder getPropertyOrBuilder()Required. The property to create. Note: the supplied property must specify its parent.
.google.analytics.admin.v1alpha.Property property = 1 [(.google.api.field_behavior) = REQUIRED];
| Returns | |
|---|---|
| Type | Description |
PropertyOrBuilder |
|
hasProperty()
public abstract boolean hasProperty()Required. The property to create. Note: the supplied property must specify its parent.
.google.analytics.admin.v1alpha.Property property = 1 [(.google.api.field_behavior) = REQUIRED];
| Returns | |
|---|---|
| Type | Description |
boolean |
Whether the property field is set. |