public static final class MoveFolderRequest.Builder extends GeneratedMessage.Builder<MoveFolderRequest.Builder> implements MoveFolderRequestOrBuilderThe MoveFolder request message.
Protobuf type google.cloud.resourcemanager.v3.MoveFolderRequest
Inheritance
java.lang.Object > AbstractMessageLite.Builder<MessageType,BuilderType> > AbstractMessage.Builder<BuilderType> > GeneratedMessage.Builder > MoveFolderRequest.BuilderImplements
MoveFolderRequestOrBuilderStatic Methods
getDescriptor()
public static final Descriptors.Descriptor getDescriptor()| Returns | |
|---|---|
| Type | Description |
Descriptor |
|
Methods
build()
public MoveFolderRequest build()| Returns | |
|---|---|
| Type | Description |
MoveFolderRequest |
|
buildPartial()
public MoveFolderRequest buildPartial()| Returns | |
|---|---|
| Type | Description |
MoveFolderRequest |
|
clear()
public MoveFolderRequest.Builder clear()| Returns | |
|---|---|
| Type | Description |
MoveFolderRequest.Builder |
|
clearDestinationParent()
public MoveFolderRequest.Builder clearDestinationParent() Required. The resource name of the folder or organization which should be
the folder's new parent. Must be of the form folders/{folder_id} or
organizations/{org_id}.
string destination_parent = 2 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... }
| Returns | |
|---|---|
| Type | Description |
MoveFolderRequest.Builder |
This builder for chaining. |
clearName()
public MoveFolderRequest.Builder clearName()Required. The resource name of the Folder to move. Must be of the form folders/{folder_id}
string name = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... }
| Returns | |
|---|---|
| Type | Description |
MoveFolderRequest.Builder |
This builder for chaining. |
getDefaultInstanceForType()
public MoveFolderRequest getDefaultInstanceForType()| Returns | |
|---|---|
| Type | Description |
MoveFolderRequest |
|
getDescriptorForType()
public Descriptors.Descriptor getDescriptorForType()| Returns | |
|---|---|
| Type | Description |
Descriptor |
|
getDestinationParent()
public String getDestinationParent() Required. The resource name of the folder or organization which should be
the folder's new parent. Must be of the form folders/{folder_id} or
organizations/{org_id}.
string destination_parent = 2 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... }
| Returns | |
|---|---|
| Type | Description |
String |
The destinationParent. |
getDestinationParentBytes()
public ByteString getDestinationParentBytes() Required. The resource name of the folder or organization which should be
the folder's new parent. Must be of the form folders/{folder_id} or
organizations/{org_id}.
string destination_parent = 2 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... }
| Returns | |
|---|---|
| Type | Description |
ByteString |
The bytes for destinationParent. |
getName()
public String getName()Required. The resource name of the Folder to move. Must be of the form folders/{folder_id}
string name = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... }
| Returns | |
|---|---|
| Type | Description |
String |
The name. |
getNameBytes()
public ByteString getNameBytes()Required. The resource name of the Folder to move. Must be of the form folders/{folder_id}
string name = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... }
| Returns | |
|---|---|
| Type | Description |
ByteString |
The bytes for name. |
internalGetFieldAccessorTable()
protected GeneratedMessage.FieldAccessorTable internalGetFieldAccessorTable()| Returns | |
|---|---|
| Type | Description |
FieldAccessorTable |
|
isInitialized()
public final boolean isInitialized()| Returns | |
|---|---|
| Type | Description |
boolean |
|
mergeFrom(MoveFolderRequest other)
public MoveFolderRequest.Builder mergeFrom(MoveFolderRequest other)| Parameter | |
|---|---|
| Name | Description |
other |
MoveFolderRequest |
| Returns | |
|---|---|
| Type | Description |
MoveFolderRequest.Builder |
|
mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
public MoveFolderRequest.Builder mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)| Parameters | |
|---|---|
| Name | Description |
input |
CodedInputStream |
extensionRegistry |
ExtensionRegistryLite |
| Returns | |
|---|---|
| Type | Description |
MoveFolderRequest.Builder |
|
| Exceptions | |
|---|---|
| Type | Description |
IOException |
|
mergeFrom(Message other)
public MoveFolderRequest.Builder mergeFrom(Message other)| Parameter | |
|---|---|
| Name | Description |
other |
Message |
| Returns | |
|---|---|
| Type | Description |
MoveFolderRequest.Builder |
|
setDestinationParent(String value)
public MoveFolderRequest.Builder setDestinationParent(String value) Required. The resource name of the folder or organization which should be
the folder's new parent. Must be of the form folders/{folder_id} or
organizations/{org_id}.
string destination_parent = 2 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... }
| Parameter | |
|---|---|
| Name | Description |
value |
StringThe destinationParent to set. |
| Returns | |
|---|---|
| Type | Description |
MoveFolderRequest.Builder |
This builder for chaining. |
setDestinationParentBytes(ByteString value)
public MoveFolderRequest.Builder setDestinationParentBytes(ByteString value) Required. The resource name of the folder or organization which should be
the folder's new parent. Must be of the form folders/{folder_id} or
organizations/{org_id}.
string destination_parent = 2 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... }
| Parameter | |
|---|---|
| Name | Description |
value |
ByteStringThe bytes for destinationParent to set. |
| Returns | |
|---|---|
| Type | Description |
MoveFolderRequest.Builder |
This builder for chaining. |
setName(String value)
public MoveFolderRequest.Builder setName(String value)Required. The resource name of the Folder to move. Must be of the form folders/{folder_id}
string name = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... }
| Parameter | |
|---|---|
| Name | Description |
value |
StringThe name to set. |
| Returns | |
|---|---|
| Type | Description |
MoveFolderRequest.Builder |
This builder for chaining. |
setNameBytes(ByteString value)
public MoveFolderRequest.Builder setNameBytes(ByteString value)Required. The resource name of the Folder to move. Must be of the form folders/{folder_id}
string name = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... }
| Parameter | |
|---|---|
| Name | Description |
value |
ByteStringThe bytes for name to set. |
| Returns | |
|---|---|
| Type | Description |
MoveFolderRequest.Builder |
This builder for chaining. |