public interface CreateFolderMetadataOrBuilder
extends com.google.protobuf.MessageOrBuilder
| Modifier and Type | Method and Description |
|---|---|
String |
getDisplayName()
The display name of the folder.
|
com.google.protobuf.ByteString |
getDisplayNameBytes()
The display name of the folder.
|
String |
getParent()
The resource name of the folder or organization we are creating the folder
under.
|
com.google.protobuf.ByteString |
getParentBytes()
The resource name of the folder or organization we are creating the folder
under.
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneofString getDisplayName()
The display name of the folder.
string display_name = 1;com.google.protobuf.ByteString getDisplayNameBytes()
The display name of the folder.
string display_name = 1;String getParent()
The resource name of the folder or organization we are creating the folder under.
string parent = 2;com.google.protobuf.ByteString getParentBytes()
The resource name of the folder or organization we are creating the folder under.
string parent = 2;Copyright © 2025 Google LLC. All rights reserved.