Class DeleteRollupPropertySourceLinkRequest.Builder (0.95.0)

public static final class DeleteRollupPropertySourceLinkRequest.Builder extends GeneratedMessage.Builder<DeleteRollupPropertySourceLinkRequest.Builder> implements DeleteRollupPropertySourceLinkRequestOrBuilder

Request message for DeleteRollupPropertySourceLink RPC.

Protobuf type google.analytics.admin.v1alpha.DeleteRollupPropertySourceLinkRequest

Static Methods

getDescriptor()

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

Methods

build()

public DeleteRollupPropertySourceLinkRequest build()
Returns
Type Description
DeleteRollupPropertySourceLinkRequest

buildPartial()

public DeleteRollupPropertySourceLinkRequest buildPartial()
Returns
Type Description
DeleteRollupPropertySourceLinkRequest

clear()

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

clearName()

public DeleteRollupPropertySourceLinkRequest.Builder clearName()

Required. Format: properties/{property_id}/rollupPropertySourceLinks/{rollup_property_source_link_id} Example: properties/1234/rollupPropertySourceLinks/5678

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

Returns
Type Description
DeleteRollupPropertySourceLinkRequest.Builder

This builder for chaining.

getDefaultInstanceForType()

public DeleteRollupPropertySourceLinkRequest getDefaultInstanceForType()
Returns
Type Description
DeleteRollupPropertySourceLinkRequest

getDescriptorForType()

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

getName()

public String getName()

Required. Format: properties/{property_id}/rollupPropertySourceLinks/{rollup_property_source_link_id} Example: properties/1234/rollupPropertySourceLinks/5678

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

Returns
Type Description
String

The name.

getNameBytes()

public ByteString getNameBytes()

Required. Format: properties/{property_id}/rollupPropertySourceLinks/{rollup_property_source_link_id} Example: properties/1234/rollupPropertySourceLinks/5678

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

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

mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)

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

mergeFrom(Message other)

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

setName(String value)

public DeleteRollupPropertySourceLinkRequest.Builder setName(String value)

Required. Format: properties/{property_id}/rollupPropertySourceLinks/{rollup_property_source_link_id} Example: properties/1234/rollupPropertySourceLinks/5678

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

Parameter
Name Description
value String

The name to set.

Returns
Type Description
DeleteRollupPropertySourceLinkRequest.Builder

This builder for chaining.

setNameBytes(ByteString value)

public DeleteRollupPropertySourceLinkRequest.Builder setNameBytes(ByteString value)

Required. Format: properties/{property_id}/rollupPropertySourceLinks/{rollup_property_source_link_id} Example: properties/1234/rollupPropertySourceLinks/5678

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

This builder for chaining.