public interface DeleteNoteRequestOrBuilder extends MessageOrBuilder
Modifier and Type | Method and Description |
---|---|
String |
getName()
The name of the note in the form of
`projects/[PROVIDER_ID]/notes/[NOTE_ID]`.
|
ByteString |
getNameBytes()
The name of the note in the form of
`projects/[PROVIDER_ID]/notes/[NOTE_ID]`.
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
isInitialized
String getName()
The name of the note in the form of `projects/[PROVIDER_ID]/notes/[NOTE_ID]`.
string name = 1;
ByteString getNameBytes()
The name of the note in the form of `projects/[PROVIDER_ID]/notes/[NOTE_ID]`.
string name = 1;
Copyright © 2019 Google LLC. All rights reserved.