Class GetPropertyQuotasSnapshotRequest.Builder (0.94.0)

public static final class GetPropertyQuotasSnapshotRequest.Builder extends GeneratedMessage.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

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

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.

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

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.