public interface CreateFolderMetadataOrBuilder extends MessageOrBuilder
Modifier and Type | Method and Description |
---|---|
String |
getDisplayName()
The display name of the folder.
|
ByteString |
getDisplayNameBytes()
The display name of the folder.
|
String |
getParent()
The resource name of the folder or organization we are creating the folder
under.
|
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, hasOneof
isInitialized
String getDisplayName()
The display name of the folder.
string display_name = 1;
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;
ByteString getParentBytes()
The resource name of the folder or organization we are creating the folder under.
string parent = 2;
Copyright © 2022 Google LLC. All rights reserved.