Interface PropertyQuotasSnapshotOrBuilder (0.62.0)

public interface PropertyQuotasSnapshotOrBuilder extends MessageOrBuilder

Implements

MessageOrBuilder

Methods

getCorePropertyQuota()

public abstract PropertyQuota getCorePropertyQuota()

Property Quota for core property tokens

.google.analytics.data.v1alpha.PropertyQuota core_property_quota = 1;

Returns
Type Description
PropertyQuota

The corePropertyQuota.

getCorePropertyQuotaOrBuilder()

public abstract PropertyQuotaOrBuilder getCorePropertyQuotaOrBuilder()

Property Quota for core property tokens

.google.analytics.data.v1alpha.PropertyQuota core_property_quota = 1;

Returns
Type Description
PropertyQuotaOrBuilder

getFunnelPropertyQuota()

public abstract PropertyQuota getFunnelPropertyQuota()

Property Quota for funnel property tokens

.google.analytics.data.v1alpha.PropertyQuota funnel_property_quota = 3;

Returns
Type Description
PropertyQuota

The funnelPropertyQuota.

getFunnelPropertyQuotaOrBuilder()

public abstract PropertyQuotaOrBuilder getFunnelPropertyQuotaOrBuilder()

Property Quota for funnel property tokens

.google.analytics.data.v1alpha.PropertyQuota funnel_property_quota = 3;

Returns
Type Description
PropertyQuotaOrBuilder

getName()

public abstract String getName()

Identifier. The property quota snapshot resource name.

string name = 4 [(.google.api.field_behavior) = IDENTIFIER];

Returns
Type Description
String

The name.

getNameBytes()

public abstract ByteString getNameBytes()

Identifier. The property quota snapshot resource name.

string name = 4 [(.google.api.field_behavior) = IDENTIFIER];

Returns
Type Description
ByteString

The bytes for name.

getRealtimePropertyQuota()

public abstract PropertyQuota getRealtimePropertyQuota()

Property Quota for realtime property tokens

.google.analytics.data.v1alpha.PropertyQuota realtime_property_quota = 2;

Returns
Type Description
PropertyQuota

The realtimePropertyQuota.

getRealtimePropertyQuotaOrBuilder()

public abstract PropertyQuotaOrBuilder getRealtimePropertyQuotaOrBuilder()

Property Quota for realtime property tokens

.google.analytics.data.v1alpha.PropertyQuota realtime_property_quota = 2;

Returns
Type Description
PropertyQuotaOrBuilder

hasCorePropertyQuota()

public abstract boolean hasCorePropertyQuota()

Property Quota for core property tokens

.google.analytics.data.v1alpha.PropertyQuota core_property_quota = 1;

Returns
Type Description
boolean

Whether the corePropertyQuota field is set.

hasFunnelPropertyQuota()

public abstract boolean hasFunnelPropertyQuota()

Property Quota for funnel property tokens

.google.analytics.data.v1alpha.PropertyQuota funnel_property_quota = 3;

Returns
Type Description
boolean

Whether the funnelPropertyQuota field is set.

hasRealtimePropertyQuota()

public abstract boolean hasRealtimePropertyQuota()

Property Quota for realtime property tokens

.google.analytics.data.v1alpha.PropertyQuota realtime_property_quota = 2;

Returns
Type Description
boolean

Whether the realtimePropertyQuota field is set.