public
static
final
class
DeleteNoteRequest
.
Builder
extends
GeneratedMessage
.
Builder<DeleteNoteRequest
.
Builder
>
implements
DeleteNoteRequestOrBuilder
Request to delete a note.
Protobuf type grafeas.v1.DeleteNoteRequest
Inheritance
java.lang.Object > AbstractMessageLite.Builder<MessageType,BuilderType> > AbstractMessage.Builder<BuilderType> > GeneratedMessage.Builder > DeleteNoteRequest.BuilderImplements
DeleteNoteRequestOrBuilderStatic Methods
getDescriptor()
public
static
final
Descriptors
.
Descriptor
getDescriptor
()
Methods
build()
public
DeleteNoteRequest
build
()
buildPartial()
public
DeleteNoteRequest
buildPartial
()
clear()
public
DeleteNoteRequest
.
Builder
clear
()
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) = { ... }
getDefaultInstanceForType()
public
DeleteNoteRequest
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
DeleteNoteRequest
.
Builder
mergeFrom
(
CodedInputStream
input
,
ExtensionRegistryLite
extensionRegistry
)
mergeFrom(Message other)
public
DeleteNoteRequest
.
Builder
mergeFrom
(
Message
other
)
mergeFrom(DeleteNoteRequest other)
public
DeleteNoteRequest
.
Builder
mergeFrom
(
DeleteNoteRequest
other
)
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) = { ... }
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) = { ... }

