Interface CreatePropertyRequestOrBuilder (0.51.0)

public interface CreatePropertyRequestOrBuilder extends MessageOrBuilder

Implements

MessageOrBuilder

Methods

getProperty()

public abstract Property getProperty()

Required. The property to create. Note: the supplied property must specify its parent.

.google.analytics.admin.v1beta.Property property = 1 [(.google.api.field_behavior) = REQUIRED];

Returns
TypeDescription
Property

The property.

getPropertyOrBuilder()

public abstract PropertyOrBuilder getPropertyOrBuilder()

Required. The property to create. Note: the supplied property must specify its parent.

.google.analytics.admin.v1beta.Property property = 1 [(.google.api.field_behavior) = REQUIRED];

Returns
TypeDescription
PropertyOrBuilder

hasProperty()

public abstract boolean hasProperty()

Required. The property to create. Note: the supplied property must specify its parent.

.google.analytics.admin.v1beta.Property property = 1 [(.google.api.field_behavior) = REQUIRED];

Returns
TypeDescription
boolean

Whether the property field is set.