public
static
final
class
GetNoteRequest
.
Builder
extends
GeneratedMessage
.
Builder<GetNoteRequest
.
Builder
>
implements
GetNoteRequestOrBuilder
Request to get a note.
Protobuf type grafeas.v1.GetNoteRequest
Inheritance
java.lang.Object > AbstractMessageLite.Builder<MessageType,BuilderType> > AbstractMessage.Builder<BuilderType> > GeneratedMessage.Builder > GetNoteRequest.BuilderImplements
GetNoteRequestOrBuilderStatic Methods
getDescriptor()
public
static
final
Descriptors
.
Descriptor
getDescriptor
()
Methods
build()
public
GetNoteRequest
build
()
buildPartial()
public
GetNoteRequest
buildPartial
()
clear()
public
GetNoteRequest
.
Builder
clear
()
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) = { ... }
getDefaultInstanceForType()
public
GetNoteRequest
getDefaultInstanceForType
()
getDescriptorForType()
public
Descriptors
.
Descriptor
getDescriptorForType
()
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) = { ... }
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) = { ... }
internalGetFieldAccessorTable()
protected
GeneratedMessage
.
FieldAccessorTable
internalGetFieldAccessorTable
()
isInitialized()
public
final
boolean
isInitialized
()
mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
public
GetNoteRequest
.
Builder
mergeFrom
(
CodedInputStream
input
,
ExtensionRegistryLite
extensionRegistry
)
mergeFrom(Message other)
public
GetNoteRequest
.
Builder
mergeFrom
(
Message
other
)
mergeFrom(GetNoteRequest other)
public
GetNoteRequest
.
Builder
mergeFrom
(
GetNoteRequest
other
)
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) = { ... }
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) = { ... }

