public
final
class
UpdateNoteRequest
extends
GeneratedMessage
implements
UpdateNoteRequestOrBuilder
Request to update a note.
Protobuf type grafeas.v1.UpdateNoteRequest
Inheritance
Object > AbstractMessageLite<MessageType,BuilderType> > AbstractMessage > GeneratedMessage > UpdateNoteRequestImplements
UpdateNoteRequestOrBuilderStatic Fields
NAME_FIELD_NUMBER
public
static
final
int
NAME_FIELD_NUMBER
NOTE_FIELD_NUMBER
public
static
final
int
NOTE_FIELD_NUMBER
UPDATE_MASK_FIELD_NUMBER
public
static
final
int
UPDATE_MASK_FIELD_NUMBER
Static Methods
getDefaultInstance()
public
static
UpdateNoteRequest
getDefaultInstance
()
getDescriptor()
public
static
final
Descriptors
.
Descriptor
getDescriptor
()
newBuilder()
public
static
UpdateNoteRequest
.
Builder
newBuilder
()
newBuilder(UpdateNoteRequest prototype)
public
static
UpdateNoteRequest
.
Builder
newBuilder
(
UpdateNoteRequest
prototype
)
parseDelimitedFrom(InputStream input)
public
static
UpdateNoteRequest
parseDelimitedFrom
(
InputStream
input
)
parseDelimitedFrom(InputStream input, ExtensionRegistryLite extensionRegistry)
public
static
UpdateNoteRequest
parseDelimitedFrom
(
InputStream
input
,
ExtensionRegistryLite
extensionRegistry
)
parseFrom(byte[] data)
public
static
UpdateNoteRequest
parseFrom
(
byte
[]
data
)
data
byte
[]
parseFrom(byte[] data, ExtensionRegistryLite extensionRegistry)
public
static
UpdateNoteRequest
parseFrom
(
byte
[]
data
,
ExtensionRegistryLite
extensionRegistry
)
parseFrom(ByteString data)
public
static
UpdateNoteRequest
parseFrom
(
ByteString
data
)
parseFrom(ByteString data, ExtensionRegistryLite extensionRegistry)
public
static
UpdateNoteRequest
parseFrom
(
ByteString
data
,
ExtensionRegistryLite
extensionRegistry
)
parseFrom(CodedInputStream input)
public
static
UpdateNoteRequest
parseFrom
(
CodedInputStream
input
)
parseFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
public
static
UpdateNoteRequest
parseFrom
(
CodedInputStream
input
,
ExtensionRegistryLite
extensionRegistry
)
parseFrom(InputStream input)
public
static
UpdateNoteRequest
parseFrom
(
InputStream
input
)
parseFrom(InputStream input, ExtensionRegistryLite extensionRegistry)
public
static
UpdateNoteRequest
parseFrom
(
InputStream
input
,
ExtensionRegistryLite
extensionRegistry
)
parseFrom(ByteBuffer data)
public
static
UpdateNoteRequest
parseFrom
(
ByteBuffer
data
)
parseFrom(ByteBuffer data, ExtensionRegistryLite extensionRegistry)
public
static
UpdateNoteRequest
parseFrom
(
ByteBuffer
data
,
ExtensionRegistryLite
extensionRegistry
)
parser()
public
static
Parser<UpdateNoteRequest>
parser
()
Methods
equals(Object obj)
public
boolean
equals
(
Object
obj
)
getDefaultInstanceForType()
public
UpdateNoteRequest
getDefaultInstanceForType
()
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) = { ... }
getNote()
public
Note
getNote
()
The updated note.
.grafeas.v1.Note note = 2 [(.google.api.field_behavior) = REQUIRED];
getNoteOrBuilder()
public
NoteOrBuilder
getNoteOrBuilder
()
The updated note.
.grafeas.v1.Note note = 2 [(.google.api.field_behavior) = REQUIRED];
getParserForType()
public
Parser<UpdateNoteRequest>
getParserForType
()
getSerializedSize()
public
int
getSerializedSize
()
getUpdateMask()
public
FieldMask
getUpdateMask
()
The fields to update.
.google.protobuf.FieldMask update_mask = 3;
getUpdateMaskOrBuilder()
public
FieldMaskOrBuilder
getUpdateMaskOrBuilder
()
The fields to update.
.google.protobuf.FieldMask update_mask = 3;
hasNote()
public
boolean
hasNote
()
The updated note.
.grafeas.v1.Note note = 2 [(.google.api.field_behavior) = REQUIRED];
hasUpdateMask()
public
boolean
hasUpdateMask
()
The fields to update.
.google.protobuf.FieldMask update_mask = 3;
hashCode()
public
int
hashCode
()
internalGetFieldAccessorTable()
protected
GeneratedMessage
.
FieldAccessorTable
internalGetFieldAccessorTable
()
isInitialized()
public
final
boolean
isInitialized
()
newBuilderForType()
public
UpdateNoteRequest
.
Builder
newBuilderForType
()
newBuilderForType(AbstractMessage.BuilderParent parent)
protected
UpdateNoteRequest
.
Builder
newBuilderForType
(
AbstractMessage
.
BuilderParent
parent
)
toBuilder()
public
UpdateNoteRequest
.
Builder
toBuilder
()
writeTo(CodedOutputStream output)
public
void
writeTo
(
CodedOutputStream
output
)

