Class CreateNoteRequest.Builder (2.84.0)

public static final class CreateNoteRequest.Builder extends GeneratedMessage.Builder<CreateNoteRequest.Builder> implements CreateNoteRequestOrBuilder

Request to create a new note.

Protobuf type grafeas.v1.CreateNoteRequest

Static Methods

getDescriptor()

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

Methods

build()

public CreateNoteRequest build()
Returns
Type Description
CreateNoteRequest

buildPartial()

public CreateNoteRequest buildPartial()
Returns
Type Description
CreateNoteRequest

clear()

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

clearNote()

public CreateNoteRequest.Builder clearNote()

The note to create.

.grafeas.v1.Note note = 3 [(.google.api.field_behavior) = REQUIRED];

Returns
Type Description
CreateNoteRequest.Builder

clearNoteId()

public CreateNoteRequest.Builder clearNoteId()

The ID to use for this note.

string note_id = 2 [(.google.api.field_behavior) = REQUIRED];

Returns
Type Description
CreateNoteRequest.Builder

This builder for chaining.

clearParent()

public CreateNoteRequest.Builder clearParent()

The name of the project in the form of projects/[PROJECT_ID], under which the note is to be created.

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

Returns
Type Description
CreateNoteRequest.Builder

This builder for chaining.

getDefaultInstanceForType()

public CreateNoteRequest getDefaultInstanceForType()
Returns
Type Description
CreateNoteRequest

getDescriptorForType()

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

getNote()

public Note getNote()

The note to create.

.grafeas.v1.Note note = 3 [(.google.api.field_behavior) = REQUIRED];

Returns
Type Description
Note

The note.

getNoteBuilder()

public Note.Builder getNoteBuilder()

The note to create.

.grafeas.v1.Note note = 3 [(.google.api.field_behavior) = REQUIRED];

Returns
Type Description
Note.Builder

getNoteId()

public String getNoteId()

The ID to use for this note.

string note_id = 2 [(.google.api.field_behavior) = REQUIRED];

Returns
Type Description
String

The noteId.

getNoteIdBytes()

public ByteString getNoteIdBytes()

The ID to use for this note.

string note_id = 2 [(.google.api.field_behavior) = REQUIRED];

Returns
Type Description
ByteString

The bytes for noteId.

getNoteOrBuilder()

public NoteOrBuilder getNoteOrBuilder()

The note to create.

.grafeas.v1.Note note = 3 [(.google.api.field_behavior) = REQUIRED];

Returns
Type Description
NoteOrBuilder

getParent()

public String getParent()

The name of the project in the form of projects/[PROJECT_ID], under which the note is to be created.

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

Returns
Type Description
String

The parent.

getParentBytes()

public ByteString getParentBytes()

The name of the project in the form of projects/[PROJECT_ID], under which the note is to be created.

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

Returns
Type Description
ByteString

The bytes for parent.

hasNote()

public boolean hasNote()

The note to create.

.grafeas.v1.Note note = 3 [(.google.api.field_behavior) = REQUIRED];

Returns
Type Description
boolean

Whether the note field is set.

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

mergeFrom(Message other)

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

mergeFrom(CreateNoteRequest other)

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

mergeNote(Note value)

public CreateNoteRequest.Builder mergeNote(Note value)

The note to create.

.grafeas.v1.Note note = 3 [(.google.api.field_behavior) = REQUIRED];

Parameter
Name Description
value Note
Returns
Type Description
CreateNoteRequest.Builder

setNote(Note value)

public CreateNoteRequest.Builder setNote(Note value)

The note to create.

.grafeas.v1.Note note = 3 [(.google.api.field_behavior) = REQUIRED];

Parameter
Name Description
value Note
Returns
Type Description
CreateNoteRequest.Builder

setNote(Note.Builder builderForValue)

public CreateNoteRequest.Builder setNote(Note.Builder builderForValue)

The note to create.

.grafeas.v1.Note note = 3 [(.google.api.field_behavior) = REQUIRED];

Parameter
Name Description
builderForValue Note.Builder
Returns
Type Description
CreateNoteRequest.Builder

setNoteId(String value)

public CreateNoteRequest.Builder setNoteId(String value)

The ID to use for this note.

string note_id = 2 [(.google.api.field_behavior) = REQUIRED];

Parameter
Name Description
value String

The noteId to set.

Returns
Type Description
CreateNoteRequest.Builder

This builder for chaining.

setNoteIdBytes(ByteString value)

public CreateNoteRequest.Builder setNoteIdBytes(ByteString value)

The ID to use for this note.

string note_id = 2 [(.google.api.field_behavior) = REQUIRED];

Parameter
Name Description
value ByteString

The bytes for noteId to set.

Returns
Type Description
CreateNoteRequest.Builder

This builder for chaining.

setParent(String value)

public CreateNoteRequest.Builder setParent(String value)

The name of the project in the form of projects/[PROJECT_ID], under which the note is to be created.

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

Parameter
Name Description
value String

The parent to set.

Returns
Type Description
CreateNoteRequest.Builder

This builder for chaining.

setParentBytes(ByteString value)

public CreateNoteRequest.Builder setParentBytes(ByteString value)

The name of the project in the form of projects/[PROJECT_ID], under which the note is to be created.

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

Parameter
Name Description
value ByteString

The bytes for parent to set.

Returns
Type Description
CreateNoteRequest.Builder

This builder for chaining.