Class GetOccurrenceNoteRequest.Builder (2.84.0)

public static final class GetOccurrenceNoteRequest.Builder extends GeneratedMessage.Builder<GetOccurrenceNoteRequest.Builder> implements GetOccurrenceNoteRequestOrBuilder

Request to get the note to which the specified occurrence is attached.

Protobuf type grafeas.v1.GetOccurrenceNoteRequest

Static Methods

getDescriptor()

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

Methods

build()

public GetOccurrenceNoteRequest build()
Returns
Type Description
GetOccurrenceNoteRequest

buildPartial()

public GetOccurrenceNoteRequest buildPartial()
Returns
Type Description
GetOccurrenceNoteRequest

clear()

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

clearName()

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

This builder for chaining.

getDefaultInstanceForType()

public GetOccurrenceNoteRequest getDefaultInstanceForType()
Returns
Type Description
GetOccurrenceNoteRequest

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

mergeFrom(Message other)

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

mergeFrom(GetOccurrenceNoteRequest other)

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

setName(String value)

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

This builder for chaining.

setNameBytes(ByteString value)

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

This builder for chaining.