public final class PropertyQuotasSnapshot extends GeneratedMessageV3 implements PropertyQuotasSnapshotOrBuilder
Current state of all Property Quotas organized by quota category.
Protobuf type google.analytics.data.v1alpha.PropertyQuotasSnapshot
Inherited Members
com.google.protobuf.GeneratedMessageV3.<ListT>makeMutableCopy(ListT)
com.google.protobuf.GeneratedMessageV3.<ListT>makeMutableCopy(ListT,int)
com.google.protobuf.GeneratedMessageV3.<T>emptyList(java.lang.Class<T>)
com.google.protobuf.GeneratedMessageV3.internalGetMapFieldReflection(int)
Static Fields
CORE_PROPERTY_QUOTA_FIELD_NUMBER
public static final int CORE_PROPERTY_QUOTA_FIELD_NUMBER
Field Value |
Type |
Description |
int |
|
FUNNEL_PROPERTY_QUOTA_FIELD_NUMBER
public static final int FUNNEL_PROPERTY_QUOTA_FIELD_NUMBER
Field Value |
Type |
Description |
int |
|
NAME_FIELD_NUMBER
public static final int NAME_FIELD_NUMBER
Field Value |
Type |
Description |
int |
|
REALTIME_PROPERTY_QUOTA_FIELD_NUMBER
public static final int REALTIME_PROPERTY_QUOTA_FIELD_NUMBER
Field Value |
Type |
Description |
int |
|
Static Methods
getDefaultInstance()
public static PropertyQuotasSnapshot getDefaultInstance()
getDescriptor()
public static final Descriptors.Descriptor getDescriptor()
newBuilder()
public static PropertyQuotasSnapshot.Builder newBuilder()
newBuilder(PropertyQuotasSnapshot prototype)
public static PropertyQuotasSnapshot.Builder newBuilder(PropertyQuotasSnapshot prototype)
public static PropertyQuotasSnapshot parseDelimitedFrom(InputStream input)
public static PropertyQuotasSnapshot parseDelimitedFrom(InputStream input, ExtensionRegistryLite extensionRegistry)
parseFrom(byte[] data)
public static PropertyQuotasSnapshot parseFrom(byte[] data)
Parameter |
Name |
Description |
data |
byte[]
|
parseFrom(byte[] data, ExtensionRegistryLite extensionRegistry)
public static PropertyQuotasSnapshot parseFrom(byte[] data, ExtensionRegistryLite extensionRegistry)
parseFrom(ByteString data)
public static PropertyQuotasSnapshot parseFrom(ByteString data)
parseFrom(ByteString data, ExtensionRegistryLite extensionRegistry)
public static PropertyQuotasSnapshot parseFrom(ByteString data, ExtensionRegistryLite extensionRegistry)
public static PropertyQuotasSnapshot parseFrom(CodedInputStream input)
public static PropertyQuotasSnapshot parseFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
public static PropertyQuotasSnapshot parseFrom(InputStream input)
public static PropertyQuotasSnapshot parseFrom(InputStream input, ExtensionRegistryLite extensionRegistry)
parseFrom(ByteBuffer data)
public static PropertyQuotasSnapshot parseFrom(ByteBuffer data)
parseFrom(ByteBuffer data, ExtensionRegistryLite extensionRegistry)
public static PropertyQuotasSnapshot parseFrom(ByteBuffer data, ExtensionRegistryLite extensionRegistry)
parser()
public static Parser<PropertyQuotasSnapshot> parser()
Methods
equals(Object obj)
public boolean equals(Object obj)
Parameter |
Name |
Description |
obj |
Object
|
Overrides
getCorePropertyQuota()
public PropertyQuota getCorePropertyQuota()
Property Quota for core property tokens
.google.analytics.data.v1alpha.PropertyQuota core_property_quota = 1;
getCorePropertyQuotaOrBuilder()
public PropertyQuotaOrBuilder getCorePropertyQuotaOrBuilder()
Property Quota for core property tokens
.google.analytics.data.v1alpha.PropertyQuota core_property_quota = 1;
getDefaultInstanceForType()
public PropertyQuotasSnapshot getDefaultInstanceForType()
getFunnelPropertyQuota()
public PropertyQuota getFunnelPropertyQuota()
Property Quota for funnel property tokens
.google.analytics.data.v1alpha.PropertyQuota funnel_property_quota = 3;
getFunnelPropertyQuotaOrBuilder()
public PropertyQuotaOrBuilder getFunnelPropertyQuotaOrBuilder()
Property Quota for funnel property tokens
.google.analytics.data.v1alpha.PropertyQuota funnel_property_quota = 3;
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.
|
getParserForType()
public Parser<PropertyQuotasSnapshot> getParserForType()
Overrides
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.
|
getRealtimePropertyQuotaOrBuilder()
public PropertyQuotaOrBuilder getRealtimePropertyQuotaOrBuilder()
Property Quota for realtime property tokens
.google.analytics.data.v1alpha.PropertyQuota realtime_property_quota = 2;
getSerializedSize()
public int getSerializedSize()
Returns |
Type |
Description |
int |
|
Overrides
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.
|
hashCode()
Returns |
Type |
Description |
int |
|
Overrides
internalGetFieldAccessorTable()
protected GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()
Overrides
isInitialized()
public final boolean isInitialized()
Overrides
newBuilderForType()
public PropertyQuotasSnapshot.Builder newBuilderForType()
newBuilderForType(GeneratedMessageV3.BuilderParent parent)
protected PropertyQuotasSnapshot.Builder newBuilderForType(GeneratedMessageV3.BuilderParent parent)
Overrides
newInstance(GeneratedMessageV3.UnusedPrivateParameter unused)
protected Object newInstance(GeneratedMessageV3.UnusedPrivateParameter unused)
Returns |
Type |
Description |
Object |
|
Overrides
toBuilder()
public PropertyQuotasSnapshot.Builder toBuilder()
writeTo(CodedOutputStream output)
public void writeTo(CodedOutputStream output)
Overrides