Class GetPropertyQuotasSnapshotRequest.Builder (0.63.0)

public static final class GetPropertyQuotasSnapshotRequest.Builder extends GeneratedMessageV3.Builder<GetPropertyQuotasSnapshotRequest.Builder> implements GetPropertyQuotasSnapshotRequestOrBuilder

A request to return the PropertyQuotasSnapshot for a given category.

Protobuf type google.analytics.data.v1alpha.GetPropertyQuotasSnapshotRequest

Static Methods

getDescriptor()

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

Methods

addRepeatedField(Descriptors.FieldDescriptor field, Object value)

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

build()

public GetPropertyQuotasSnapshotRequest build()
Returns
Type Description
GetPropertyQuotasSnapshotRequest

buildPartial()

public GetPropertyQuotasSnapshotRequest buildPartial()
Returns
Type Description
GetPropertyQuotasSnapshotRequest

clear()

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

clearField(Descriptors.FieldDescriptor field)

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

clearName()

public GetPropertyQuotasSnapshotRequest.Builder clearName()

Required. Quotas from this property will be listed in the response. Format: properties/{property}/propertyQuotasSnapshot

string name = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... }

Returns
Type Description
GetPropertyQuotasSnapshotRequest.Builder

This builder for chaining.

clearOneof(Descriptors.OneofDescriptor oneof)

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

clone()

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

getDefaultInstanceForType()

public GetPropertyQuotasSnapshotRequest getDefaultInstanceForType()
Returns
Type Description
GetPropertyQuotasSnapshotRequest

getDescriptorForType()

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

getName()

public String getName()

Required. Quotas from this property will be listed in the response. Format: properties/{property}/propertyQuotasSnapshot

string name = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... }

Returns
Type Description
String

The name.

getNameBytes()

public ByteString getNameBytes()

Required. Quotas from this property will be listed in the response. Format: properties/{property}/propertyQuotasSnapshot

string name = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... }

Returns
Type Description
ByteString

The bytes for name.

internalGetFieldAccessorTable()

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

isInitialized()

public final boolean isInitialized()
Returns
Type Description
boolean
Overrides

mergeFrom(GetPropertyQuotasSnapshotRequest other)

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

mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)

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

mergeFrom(Message other)

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

mergeUnknownFields(UnknownFieldSet unknownFields)

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

setField(Descriptors.FieldDescriptor field, Object value)

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

setName(String value)

public GetPropertyQuotasSnapshotRequest.Builder setName(String value)

Required. Quotas from this property will be listed in the response. Format: properties/{property}/propertyQuotasSnapshot

string name = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... }

Parameter
Name Description
value String

The name to set.

Returns
Type Description
GetPropertyQuotasSnapshotRequest.Builder

This builder for chaining.

setNameBytes(ByteString value)

public GetPropertyQuotasSnapshotRequest.Builder setNameBytes(ByteString value)

Required. Quotas from this property will be listed in the response. Format: properties/{property}/propertyQuotasSnapshot

string name = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... }

Parameter
Name Description
value ByteString

The bytes for name to set.

Returns
Type Description
GetPropertyQuotasSnapshotRequest.Builder

This builder for chaining.

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

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

setUnknownFields(UnknownFieldSet unknownFields)

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