Class DeleteOccurrenceRequest.Builder (2.84.0)

public static final class DeleteOccurrenceRequest.Builder extends GeneratedMessage.Builder<DeleteOccurrenceRequest.Builder> implements DeleteOccurrenceRequestOrBuilder

Request to delete an occurrence.

Protobuf type grafeas.v1.DeleteOccurrenceRequest

Static Methods

getDescriptor()

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

Methods

build()

public DeleteOccurrenceRequest build()
Returns
Type Description
DeleteOccurrenceRequest

buildPartial()

public DeleteOccurrenceRequest buildPartial()
Returns
Type Description
DeleteOccurrenceRequest

clear()

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

clearName()

public DeleteOccurrenceRequest.Builder clearName()

The name of the occurrence in the form of projects/[PROJECT_ID]/occurrences/[OCCURRENCE_ID].

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

Returns
Type Description
DeleteOccurrenceRequest.Builder

This builder for chaining.

getDefaultInstanceForType()

public DeleteOccurrenceRequest getDefaultInstanceForType()
Returns
Type Description
DeleteOccurrenceRequest

getDescriptorForType()

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

getName()

public String getName()

The name of the occurrence in the form of projects/[PROJECT_ID]/occurrences/[OCCURRENCE_ID].

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

Returns
Type Description
String

The name.

getNameBytes()

public ByteString getNameBytes()

The name of the occurrence in the form of projects/[PROJECT_ID]/occurrences/[OCCURRENCE_ID].

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(CodedInputStream input, ExtensionRegistryLite extensionRegistry)

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

mergeFrom(Message other)

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

mergeFrom(DeleteOccurrenceRequest other)

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

setName(String value)

public DeleteOccurrenceRequest.Builder setName(String value)

The name of the occurrence in the form of projects/[PROJECT_ID]/occurrences/[OCCURRENCE_ID].

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

Parameter
Name Description
value String

The name to set.

Returns
Type Description
DeleteOccurrenceRequest.Builder

This builder for chaining.

setNameBytes(ByteString value)

public DeleteOccurrenceRequest.Builder setNameBytes(ByteString value)

The name of the occurrence in the form of projects/[PROJECT_ID]/occurrences/[OCCURRENCE_ID].

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

This builder for chaining.