Class GetNoteRequest.Builder (2.84.0)

public static final class GetNoteRequest.Builder extends GeneratedMessage.Builder<GetNoteRequest.Builder> implements GetNoteRequestOrBuilder

Request to get a note.

Protobuf type grafeas.v1.GetNoteRequest

Static Methods

getDescriptor()

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

Methods

build()

public GetNoteRequest build()
Returns
Type Description
GetNoteRequest

buildPartial()

public GetNoteRequest buildPartial()
Returns
Type Description
GetNoteRequest

clear()

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

clearName()

public GetNoteRequest.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
GetNoteRequest.Builder

This builder for chaining.

getDefaultInstanceForType()

public GetNoteRequest getDefaultInstanceForType()
Returns
Type Description
GetNoteRequest

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 GetNoteRequest.Builder mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
Parameters
Name Description
input CodedInputStream
extensionRegistry ExtensionRegistryLite
Returns
Type Description
GetNoteRequest.Builder
Overrides
Exceptions
Type Description
IOException

mergeFrom(Message other)

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

mergeFrom(GetNoteRequest other)

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

setName(String value)

public GetNoteRequest.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
GetNoteRequest.Builder

This builder for chaining.

setNameBytes(ByteString value)

public GetNoteRequest.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
GetNoteRequest.Builder

This builder for chaining.