Class DeletePropertyRequest.Builder (0.95.0)

public static final class DeletePropertyRequest.Builder extends GeneratedMessage.Builder<DeletePropertyRequest.Builder> implements DeletePropertyRequestOrBuilder

Request message for DeleteProperty RPC.

Protobuf type google.analytics.admin.v1beta.DeletePropertyRequest

Static Methods

getDescriptor()

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

Methods

build()

public DeletePropertyRequest build()
Returns
Type Description
DeletePropertyRequest

buildPartial()

public DeletePropertyRequest buildPartial()
Returns
Type Description
DeletePropertyRequest

clear()

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

clearName()

public DeletePropertyRequest.Builder clearName()

Required. The name of the Property to soft-delete. Format: properties/{property_id} Example: "properties/1000"

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

Returns
Type Description
DeletePropertyRequest.Builder

This builder for chaining.

getDefaultInstanceForType()

public DeletePropertyRequest getDefaultInstanceForType()
Returns
Type Description
DeletePropertyRequest

getDescriptorForType()

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

getName()

public String getName()

Required. The name of the Property to soft-delete. Format: properties/{property_id} Example: "properties/1000"

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 Property to soft-delete. Format: properties/{property_id} Example: "properties/1000"

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

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

mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)

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

mergeFrom(Message other)

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

setName(String value)

public DeletePropertyRequest.Builder setName(String value)

Required. The name of the Property to soft-delete. Format: properties/{property_id} Example: "properties/1000"

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

Parameter
Name Description
value String

The name to set.

Returns
Type Description
DeletePropertyRequest.Builder

This builder for chaining.

setNameBytes(ByteString value)

public DeletePropertyRequest.Builder setNameBytes(ByteString value)

Required. The name of the Property to soft-delete. Format: properties/{property_id} Example: "properties/1000"

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

This builder for chaining.