Class PropertyQuotasSnapshot.Builder (0.63.0)

public static final class PropertyQuotasSnapshot.Builder extends GeneratedMessageV3.Builder<PropertyQuotasSnapshot.Builder> implements PropertyQuotasSnapshotOrBuilder

Current state of all Property Quotas organized by quota category.

Protobuf type google.analytics.data.v1alpha.PropertyQuotasSnapshot

Static Methods

getDescriptor()

public static final Descriptors.Descriptor getDescriptor()
Returns
Type Description
Descriptor

Methods

addRepeatedField(Descriptors.FieldDescriptor field, Object value)

public PropertyQuotasSnapshot.Builder addRepeatedField(Descriptors.FieldDescriptor field, Object value)
Parameters
Name Description
field FieldDescriptor
value Object
Returns
Type Description
PropertyQuotasSnapshot.Builder
Overrides

build()

public PropertyQuotasSnapshot build()
Returns
Type Description
PropertyQuotasSnapshot

buildPartial()

public PropertyQuotasSnapshot buildPartial()
Returns
Type Description
PropertyQuotasSnapshot

clear()

public PropertyQuotasSnapshot.Builder clear()
Returns
Type Description
PropertyQuotasSnapshot.Builder
Overrides

clearCorePropertyQuota()

public PropertyQuotasSnapshot.Builder clearCorePropertyQuota()

Property Quota for core property tokens

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

Returns
Type Description
PropertyQuotasSnapshot.Builder

clearField(Descriptors.FieldDescriptor field)

public PropertyQuotasSnapshot.Builder clearField(Descriptors.FieldDescriptor field)
Parameter
Name Description
field FieldDescriptor
Returns
Type Description
PropertyQuotasSnapshot.Builder
Overrides

clearFunnelPropertyQuota()

public PropertyQuotasSnapshot.Builder clearFunnelPropertyQuota()

Property Quota for funnel property tokens

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

Returns
Type Description
PropertyQuotasSnapshot.Builder

clearName()

public PropertyQuotasSnapshot.Builder clearName()

Identifier. The property quota snapshot resource name.

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

Returns
Type Description
PropertyQuotasSnapshot.Builder

This builder for chaining.

clearOneof(Descriptors.OneofDescriptor oneof)

public PropertyQuotasSnapshot.Builder clearOneof(Descriptors.OneofDescriptor oneof)
Parameter
Name Description
oneof OneofDescriptor
Returns
Type Description
PropertyQuotasSnapshot.Builder
Overrides

clearRealtimePropertyQuota()

public PropertyQuotasSnapshot.Builder clearRealtimePropertyQuota()

Property Quota for realtime property tokens

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

Returns
Type Description
PropertyQuotasSnapshot.Builder

clone()

public PropertyQuotasSnapshot.Builder clone()
Returns
Type Description
PropertyQuotasSnapshot.Builder
Overrides

getCorePropertyQuota()

public PropertyQuota getCorePropertyQuota()

Property Quota for core property tokens

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

Returns
Type Description
PropertyQuota

The corePropertyQuota.

getCorePropertyQuotaBuilder()

public PropertyQuota.Builder getCorePropertyQuotaBuilder()

Property Quota for core property tokens

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

Returns
Type Description
PropertyQuota.Builder

getCorePropertyQuotaOrBuilder()

public PropertyQuotaOrBuilder getCorePropertyQuotaOrBuilder()

Property Quota for core property tokens

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

Returns
Type Description
PropertyQuotaOrBuilder

getDefaultInstanceForType()

public PropertyQuotasSnapshot getDefaultInstanceForType()
Returns
Type Description
PropertyQuotasSnapshot

getDescriptorForType()

public Descriptors.Descriptor getDescriptorForType()
Returns
Type Description
Descriptor
Overrides

getFunnelPropertyQuota()

public PropertyQuota getFunnelPropertyQuota()

Property Quota for funnel property tokens

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

Returns
Type Description
PropertyQuota

The funnelPropertyQuota.

getFunnelPropertyQuotaBuilder()

public PropertyQuota.Builder getFunnelPropertyQuotaBuilder()

Property Quota for funnel property tokens

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

Returns
Type Description
PropertyQuota.Builder

getFunnelPropertyQuotaOrBuilder()

public PropertyQuotaOrBuilder getFunnelPropertyQuotaOrBuilder()

Property Quota for funnel property tokens

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

Returns
Type Description
PropertyQuotaOrBuilder

getName()

public 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 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 PropertyQuota getRealtimePropertyQuota()

Property Quota for realtime property tokens

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

Returns
Type Description
PropertyQuota

The realtimePropertyQuota.

getRealtimePropertyQuotaBuilder()

public PropertyQuota.Builder getRealtimePropertyQuotaBuilder()

Property Quota for realtime property tokens

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

Returns
Type Description
PropertyQuota.Builder

getRealtimePropertyQuotaOrBuilder()

public PropertyQuotaOrBuilder getRealtimePropertyQuotaOrBuilder()

Property Quota for realtime property tokens

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

Returns
Type Description
PropertyQuotaOrBuilder

hasCorePropertyQuota()

public 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 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 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.

internalGetFieldAccessorTable()

protected GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()
Returns
Type Description
FieldAccessorTable
Overrides

isInitialized()

public final boolean isInitialized()
Returns
Type Description
boolean
Overrides

mergeCorePropertyQuota(PropertyQuota value)

public PropertyQuotasSnapshot.Builder mergeCorePropertyQuota(PropertyQuota value)

Property Quota for core property tokens

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

Parameter
Name Description
value PropertyQuota
Returns
Type Description
PropertyQuotasSnapshot.Builder

mergeFrom(PropertyQuotasSnapshot other)

public PropertyQuotasSnapshot.Builder mergeFrom(PropertyQuotasSnapshot other)
Parameter
Name Description
other PropertyQuotasSnapshot
Returns
Type Description
PropertyQuotasSnapshot.Builder

mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)

public PropertyQuotasSnapshot.Builder mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
Parameters
Name Description
input CodedInputStream
extensionRegistry ExtensionRegistryLite
Returns
Type Description
PropertyQuotasSnapshot.Builder
Overrides
Exceptions
Type Description
IOException

mergeFrom(Message other)

public PropertyQuotasSnapshot.Builder mergeFrom(Message other)
Parameter
Name Description
other Message
Returns
Type Description
PropertyQuotasSnapshot.Builder
Overrides

mergeFunnelPropertyQuota(PropertyQuota value)

public PropertyQuotasSnapshot.Builder mergeFunnelPropertyQuota(PropertyQuota value)

Property Quota for funnel property tokens

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

Parameter
Name Description
value PropertyQuota
Returns
Type Description
PropertyQuotasSnapshot.Builder

mergeRealtimePropertyQuota(PropertyQuota value)

public PropertyQuotasSnapshot.Builder mergeRealtimePropertyQuota(PropertyQuota value)

Property Quota for realtime property tokens

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

Parameter
Name Description
value PropertyQuota
Returns
Type Description
PropertyQuotasSnapshot.Builder

mergeUnknownFields(UnknownFieldSet unknownFields)

public final PropertyQuotasSnapshot.Builder mergeUnknownFields(UnknownFieldSet unknownFields)
Parameter
Name Description
unknownFields UnknownFieldSet
Returns
Type Description
PropertyQuotasSnapshot.Builder
Overrides

setCorePropertyQuota(PropertyQuota value)

public PropertyQuotasSnapshot.Builder setCorePropertyQuota(PropertyQuota value)

Property Quota for core property tokens

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

Parameter
Name Description
value PropertyQuota
Returns
Type Description
PropertyQuotasSnapshot.Builder

setCorePropertyQuota(PropertyQuota.Builder builderForValue)

public PropertyQuotasSnapshot.Builder setCorePropertyQuota(PropertyQuota.Builder builderForValue)

Property Quota for core property tokens

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

Parameter
Name Description
builderForValue PropertyQuota.Builder
Returns
Type Description
PropertyQuotasSnapshot.Builder

setField(Descriptors.FieldDescriptor field, Object value)

public PropertyQuotasSnapshot.Builder setField(Descriptors.FieldDescriptor field, Object value)
Parameters
Name Description
field FieldDescriptor
value Object
Returns
Type Description
PropertyQuotasSnapshot.Builder
Overrides

setFunnelPropertyQuota(PropertyQuota value)

public PropertyQuotasSnapshot.Builder setFunnelPropertyQuota(PropertyQuota value)

Property Quota for funnel property tokens

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

Parameter
Name Description
value PropertyQuota
Returns
Type Description
PropertyQuotasSnapshot.Builder

setFunnelPropertyQuota(PropertyQuota.Builder builderForValue)

public PropertyQuotasSnapshot.Builder setFunnelPropertyQuota(PropertyQuota.Builder builderForValue)

Property Quota for funnel property tokens

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

Parameter
Name Description
builderForValue PropertyQuota.Builder
Returns
Type Description
PropertyQuotasSnapshot.Builder

setName(String value)

public PropertyQuotasSnapshot.Builder setName(String value)

Identifier. The property quota snapshot resource name.

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

Parameter
Name Description
value String

The name to set.

Returns
Type Description
PropertyQuotasSnapshot.Builder

This builder for chaining.

setNameBytes(ByteString value)

public PropertyQuotasSnapshot.Builder setNameBytes(ByteString value)

Identifier. The property quota snapshot resource name.

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

Parameter
Name Description
value ByteString

The bytes for name to set.

Returns
Type Description
PropertyQuotasSnapshot.Builder

This builder for chaining.

setRealtimePropertyQuota(PropertyQuota value)

public PropertyQuotasSnapshot.Builder setRealtimePropertyQuota(PropertyQuota value)

Property Quota for realtime property tokens

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

Parameter
Name Description
value PropertyQuota
Returns
Type Description
PropertyQuotasSnapshot.Builder

setRealtimePropertyQuota(PropertyQuota.Builder builderForValue)

public PropertyQuotasSnapshot.Builder setRealtimePropertyQuota(PropertyQuota.Builder builderForValue)

Property Quota for realtime property tokens

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

Parameter
Name Description
builderForValue PropertyQuota.Builder
Returns
Type Description
PropertyQuotasSnapshot.Builder

setRepeatedField(Descriptors.FieldDescriptor field, int index, Object value)

public PropertyQuotasSnapshot.Builder setRepeatedField(Descriptors.FieldDescriptor field, int index, Object value)
Parameters
Name Description
field FieldDescriptor
index int
value Object
Returns
Type Description
PropertyQuotasSnapshot.Builder
Overrides

setUnknownFields(UnknownFieldSet unknownFields)

public final PropertyQuotasSnapshot.Builder setUnknownFields(UnknownFieldSet unknownFields)
Parameter
Name Description
unknownFields UnknownFieldSet
Returns
Type Description
PropertyQuotasSnapshot.Builder
Overrides