Class GetRollupPropertySourceLinkRequest.Builder (0.54.0)

public static final class GetRollupPropertySourceLinkRequest.Builder extends GeneratedMessageV3.Builder<GetRollupPropertySourceLinkRequest.Builder> implements GetRollupPropertySourceLinkRequestOrBuilder

Request message for GetRollupPropertySourceLink RPC.

Protobuf type google.analytics.admin.v1alpha.GetRollupPropertySourceLinkRequest

Static Methods

getDescriptor()

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

Methods

addRepeatedField(Descriptors.FieldDescriptor field, Object value)

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

build()

public GetRollupPropertySourceLinkRequest build()
Returns
Type Description
GetRollupPropertySourceLinkRequest

buildPartial()

public GetRollupPropertySourceLinkRequest buildPartial()
Returns
Type Description
GetRollupPropertySourceLinkRequest

clear()

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

clearField(Descriptors.FieldDescriptor field)

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

clearName()

public GetRollupPropertySourceLinkRequest.Builder clearName()

Required. The name of the roll-up property source link to lookup. Format: properties/{property_id}/rollupPropertySourceLinks/{rollup_property_source_link_id} Example: properties/123/rollupPropertySourceLinks/456

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

Returns
Type Description
GetRollupPropertySourceLinkRequest.Builder

This builder for chaining.

clearOneof(Descriptors.OneofDescriptor oneof)

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

clone()

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

getDefaultInstanceForType()

public GetRollupPropertySourceLinkRequest getDefaultInstanceForType()
Returns
Type Description
GetRollupPropertySourceLinkRequest

getDescriptorForType()

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

getName()

public String getName()

Required. The name of the roll-up property source link to lookup. Format: properties/{property_id}/rollupPropertySourceLinks/{rollup_property_source_link_id} Example: properties/123/rollupPropertySourceLinks/456

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

Returns
Type Description
String

The name.

getNameBytes()

public ByteString getNameBytes()

Required. The name of the roll-up property source link to lookup. Format: properties/{property_id}/rollupPropertySourceLinks/{rollup_property_source_link_id} Example: properties/123/rollupPropertySourceLinks/456

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(GetRollupPropertySourceLinkRequest other)

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

mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)

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

mergeFrom(Message other)

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

mergeUnknownFields(UnknownFieldSet unknownFields)

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

setField(Descriptors.FieldDescriptor field, Object value)

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

setName(String value)

public GetRollupPropertySourceLinkRequest.Builder setName(String value)

Required. The name of the roll-up property source link to lookup. Format: properties/{property_id}/rollupPropertySourceLinks/{rollup_property_source_link_id} Example: properties/123/rollupPropertySourceLinks/456

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

Parameter
Name Description
value String

The name to set.

Returns
Type Description
GetRollupPropertySourceLinkRequest.Builder

This builder for chaining.

setNameBytes(ByteString value)

public GetRollupPropertySourceLinkRequest.Builder setNameBytes(ByteString value)

Required. The name of the roll-up property source link to lookup. Format: properties/{property_id}/rollupPropertySourceLinks/{rollup_property_source_link_id} Example: properties/123/rollupPropertySourceLinks/456

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
GetRollupPropertySourceLinkRequest.Builder

This builder for chaining.

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

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

setUnknownFields(UnknownFieldSet unknownFields)

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