public interface DeleteNoteRequestOrBuilder
extends com.google.protobuf.MessageOrBuilder
| Modifier and Type | Method and Description |
|---|---|
String |
getName()
The name of the note in the form of
`projects/[PROVIDER_ID]/notes/[NOTE_ID]`.
|
com.google.protobuf.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, hasOneofString getName()
The name of the note in the form of `projects/[PROVIDER_ID]/notes/[NOTE_ID]`.
string name = 1;com.google.protobuf.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.