Class DeleteReportingDataAnnotationRequest.Builder (0.93.0)

public static final class DeleteReportingDataAnnotationRequest.Builder extends GeneratedMessage.Builder<DeleteReportingDataAnnotationRequest.Builder> implements DeleteReportingDataAnnotationRequestOrBuilder

Request message for DeleteReportingDataAnnotation RPC.

Protobuf type google.analytics.admin.v1alpha.DeleteReportingDataAnnotationRequest

Static Methods

getDescriptor()

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

Methods

build()

public DeleteReportingDataAnnotationRequest build()
Returns
Type Description
DeleteReportingDataAnnotationRequest

buildPartial()

public DeleteReportingDataAnnotationRequest buildPartial()
Returns
Type Description
DeleteReportingDataAnnotationRequest

clear()

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

clearName()

public DeleteReportingDataAnnotationRequest.Builder clearName()

Required. Resource name of the Reporting Data Annotation to delete. Format: properties/property_id/reportingDataAnnotations/reporting_data_annotation Example: properties/123/reportingDataAnnotations/456

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

Returns
Type Description
DeleteReportingDataAnnotationRequest.Builder

This builder for chaining.

getDefaultInstanceForType()

public DeleteReportingDataAnnotationRequest getDefaultInstanceForType()
Returns
Type Description
DeleteReportingDataAnnotationRequest

getDescriptorForType()

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

getName()

public String getName()

Required. Resource name of the Reporting Data Annotation to delete. Format: properties/property_id/reportingDataAnnotations/reporting_data_annotation Example: properties/123/reportingDataAnnotations/456

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

Returns
Type Description
String

The name.

getNameBytes()

public ByteString getNameBytes()

Required. Resource name of the Reporting Data Annotation to delete. Format: properties/property_id/reportingDataAnnotations/reporting_data_annotation Example: properties/123/reportingDataAnnotations/456

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

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

mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)

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

mergeFrom(Message other)

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

setName(String value)

public DeleteReportingDataAnnotationRequest.Builder setName(String value)

Required. Resource name of the Reporting Data Annotation to delete. Format: properties/property_id/reportingDataAnnotations/reporting_data_annotation Example: properties/123/reportingDataAnnotations/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
DeleteReportingDataAnnotationRequest.Builder

This builder for chaining.

setNameBytes(ByteString value)

public DeleteReportingDataAnnotationRequest.Builder setNameBytes(ByteString value)

Required. Resource name of the Reporting Data Annotation to delete. Format: properties/property_id/reportingDataAnnotations/reporting_data_annotation Example: properties/123/reportingDataAnnotations/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
DeleteReportingDataAnnotationRequest.Builder

This builder for chaining.