- 0.64.0 (latest)
- 0.63.0
- 0.62.0
- 0.60.0
- 0.59.0
- 0.58.0
- 0.57.0
- 0.56.0
- 0.55.0
- 0.54.0
- 0.53.0
- 0.52.0
- 0.51.0
- 0.50.0
- 0.48.0
- 0.47.0
- 0.46.0
- 0.45.0
- 0.44.0
- 0.43.0
- 0.42.0
- 0.41.0
- 0.40.0
- 0.39.0
- 0.38.0
- 0.35.0
- 0.34.0
- 0.33.0
- 0.32.0
- 0.31.0
- 0.30.0
- 0.29.0
- 0.28.0
- 0.27.0
- 0.26.0
- 0.25.0
- 0.24.0
- 0.23.0
- 0.22.0
- 0.21.0
- 0.20.0
- 0.19.0
- 0.18.0
- 0.17.0
- 0.16.0
- 0.15.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
Inheritance
Object > AbstractMessageLite.Builder<MessageType,BuilderType> > AbstractMessage.Builder<BuilderType> > GeneratedMessageV3.Builder > PropertyQuotasSnapshot.BuilderImplements
PropertyQuotasSnapshotOrBuilderStatic 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 |
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 |
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 |
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 |
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 |
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 |
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 |
isInitialized()
public final boolean isInitialized()
Returns | |
---|---|
Type | Description |
boolean |
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 |
Exceptions | |
---|---|
Type | Description |
IOException |
mergeFrom(Message other)
public PropertyQuotasSnapshot.Builder mergeFrom(Message other)
Parameter | |
---|---|
Name | Description |
other |
Message |
Returns | |
---|---|
Type | Description |
PropertyQuotasSnapshot.Builder |
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 |
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 |
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 |
setUnknownFields(UnknownFieldSet unknownFields)
public final PropertyQuotasSnapshot.Builder setUnknownFields(UnknownFieldSet unknownFields)
Parameter | |
---|---|
Name | Description |
unknownFields |
UnknownFieldSet |
Returns | |
---|---|
Type | Description |
PropertyQuotasSnapshot.Builder |