Class DeleteNoteRequest.Builder (2.84.0)

public static final class DeleteNoteRequest.Builder extends GeneratedMessage.Builder<DeleteNoteRequest.Builder> implements DeleteNoteRequestOrBuilder

Request to delete a note.

Protobuf type grafeas.v1.DeleteNoteRequest

Static Methods

getDescriptor()

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

Methods

build()

public DeleteNoteRequest build()
Returns
Type Description
DeleteNoteRequest

buildPartial()

public DeleteNoteRequest buildPartial()
Returns
Type Description
DeleteNoteRequest

clear()

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

clearName()

public DeleteNoteRequest.Builder clearName()

The name of the note in the form of projects/[PROVIDER_ID]/notes/[NOTE_ID].

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

Returns
Type Description
DeleteNoteRequest.Builder

This builder for chaining.

getDefaultInstanceForType()

public DeleteNoteRequest getDefaultInstanceForType()
Returns
Type Description
DeleteNoteRequest

getDescriptorForType()

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

getName()

public String getName()

The name of the note in the form of projects/[PROVIDER_ID]/notes/[NOTE_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 note in the form of projects/[PROVIDER_ID]/notes/[NOTE_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 DeleteNoteRequest.Builder mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
Parameters
Name Description
input CodedInputStream
extensionRegistry ExtensionRegistryLite
Returns
Type Description
DeleteNoteRequest.Builder
Overrides
Exceptions
Type Description
IOException

mergeFrom(Message other)

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

mergeFrom(DeleteNoteRequest other)

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

setName(String value)

public DeleteNoteRequest.Builder setName(String value)

The name of the note in the form of projects/[PROVIDER_ID]/notes/[NOTE_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
DeleteNoteRequest.Builder

This builder for chaining.

setNameBytes(ByteString value)

public DeleteNoteRequest.Builder setNameBytes(ByteString value)

The name of the note in the form of projects/[PROVIDER_ID]/notes/[NOTE_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
DeleteNoteRequest.Builder

This builder for chaining.