Class MoveFolderMetadata (1.78.0) 
  
  
  
   
  
    
  
  
    
    
    
    
  Version 1.78.0keyboard_arrow_down  
  
 
    
    
    
    
      
  
  
  
    
public   final   class  MoveFolderMetadata   extends   GeneratedMessageV3   implements   MoveFolderMetadataOrBuilder  
   Metadata pertaining to the folder move process.
 Protobuf type google.cloud.resourcemanager.v3.MoveFolderMetadata
    Inherited Members 
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
      com.google.protobuf.GeneratedMessageV3.<ListT>makeMutableCopy(ListT) 
    
    
      com.google.protobuf.GeneratedMessageV3.<ListT>makeMutableCopy(ListT,int) 
    
    
    
    
    
    
    
    
      com.google.protobuf.GeneratedMessageV3.<T>emptyList(java.lang.Class<T>) 
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
      com.google.protobuf.GeneratedMessageV3.internalGetMapFieldReflection(int) 
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
   
  Static Fields
   
  
  
    
public   static   final   int   DESTINATION_PARENT_FIELD_NUMBER  
  
    
      
        Field Value  
      
        Type Description  
      
        int  
     
  
  
  
    
public   static   final   int   DISPLAY_NAME_FIELD_NUMBER  
  
    
      
        Field Value  
      
        Type Description  
      
        int  
     
  
  
  
    
public   static   final   int   SOURCE_PARENT_FIELD_NUMBER  
  
    
      
        Field Value  
      
        Type Description  
      
        int  
     
  
  Static Methods
   
  
    
public   static   MoveFolderMetadata   getDefaultInstance ()  
  
  
    
public   static   final   Descriptors . Descriptor   getDescriptor ()  
  
  
    
public   static   MoveFolderMetadata . Builder   newBuilder ()  
  
  
    
public   static   MoveFolderMetadata . Builder   newBuilder ( MoveFolderMetadata   prototype )  
  
  
  
    
public   static   MoveFolderMetadata   parseDelimitedFrom ( InputStream   input )  
  
  
  
  
    
public   static   MoveFolderMetadata   parseDelimitedFrom ( InputStream   input ,   ExtensionRegistryLite   extensionRegistry )  
  
  
  
  
    
public   static   MoveFolderMetadata   parseFrom ( byte []   data )  
  
    
      
        Parameter  
      
        Name Description  
      
        databyte [] 
     
  
  
  
  
    
public   static   MoveFolderMetadata   parseFrom ( byte []   data ,   ExtensionRegistryLite   extensionRegistry )  
  
  
  
  
    
public   static   MoveFolderMetadata   parseFrom ( ByteString   data )  
  
  
  
  
    
public   static   MoveFolderMetadata   parseFrom ( ByteString   data ,   ExtensionRegistryLite   extensionRegistry )  
  
  
  
  
    
public   static   MoveFolderMetadata   parseFrom ( CodedInputStream   input )  
  
  
  
  
    
public   static   MoveFolderMetadata   parseFrom ( CodedInputStream   input ,   ExtensionRegistryLite   extensionRegistry )  
  
  
  
  
    
public   static   MoveFolderMetadata   parseFrom ( InputStream   input )  
  
  
  
  
    
public   static   MoveFolderMetadata   parseFrom ( InputStream   input ,   ExtensionRegistryLite   extensionRegistry )  
  
  
  
  
    
public   static   MoveFolderMetadata   parseFrom ( ByteBuffer   data )  
  
  
  
  
    
public   static   MoveFolderMetadata   parseFrom ( ByteBuffer   data ,   ExtensionRegistryLite   extensionRegistry )  
  
  
  
  
    
public   static   Parser<MoveFolderMetadata>   parser ()  
  
  Methods
   
  
    
public   boolean   equals ( Object   obj )  
  
    
      
        Parameter  
      
        Name Description  
      
        objObject  
     
  
  
  Overrides 
  
  
    
public   MoveFolderMetadata   getDefaultInstanceForType ()  
  
  
    
public   String   getDestinationParent ()  
   The resource name of the folder or organization to move the folder to.
 string destination_parent = 3;
    
      
        Returns  
      
        Type Description  
      
        String The destinationParent.
 
     
  
  
    
public   ByteString   getDestinationParentBytes ()  
   The resource name of the folder or organization to move the folder to.
 string destination_parent = 3;
    
      
        Returns  
      
        Type Description  
      
        ByteString The bytes for destinationParent.
 
     
  
  
    
public   String   getDisplayName ()  
   The display name of the folder.
 string display_name = 1;
    
      
        Returns  
      
        Type Description  
      
        String The displayName.
 
     
  
  
    
public   ByteString   getDisplayNameBytes ()  
   The display name of the folder.
 string display_name = 1;
    
      
        Returns  
      
        Type Description  
      
        ByteString The bytes for displayName.
 
     
  
  
    
public   Parser<MoveFolderMetadata>   getParserForType ()  
  
  Overrides 
  
  
    
public   int   getSerializedSize ()  
  
    
      
        Returns  
      
        Type Description  
      
        int  
     
  
  Overrides 
  
  
    
public   String   getSourceParent ()  
   The resource name of the folder's parent.
 string source_parent = 2;
    
      
        Returns  
      
        Type Description  
      
        String The sourceParent.
 
     
  
  
    
public   ByteString   getSourceParentBytes ()  
   The resource name of the folder's parent.
 string source_parent = 2;
    
      
        Returns  
      
        Type Description  
      
        ByteString The bytes for sourceParent.
 
     
  
  
    
      
        Returns  
      
        Type Description  
      
        int  
     
  
  Overrides 
  
  
    
protected   GeneratedMessageV3 . FieldAccessorTable   internalGetFieldAccessorTable ()  
  
  Overrides 
  
  
    
public   final   boolean   isInitialized ()  
  
  Overrides 
  
  
    
public   MoveFolderMetadata . Builder   newBuilderForType ()  
  
  
    
protected   MoveFolderMetadata . Builder   newBuilderForType ( GeneratedMessageV3 . BuilderParent   parent )  
  
  
  Overrides 
  
  
    
protected   Object   newInstance ( GeneratedMessageV3 . UnusedPrivateParameter   unused )  
  
  
    
      
        Returns  
      
        Type Description  
      
        Object  
     
  
  Overrides 
  
  
    
public   MoveFolderMetadata . Builder   toBuilder ()  
  
  
    
public   void   writeTo ( CodedOutputStream   output )  
  
  Overrides 
  
  
 
     
    
  
  
  
     
  
    
    
      
       
    
    
  
  
 
  Except as otherwise noted, the content of this page is licensed under the Creative Commons Attribution 4.0 License , and code samples are licensed under the Apache 2.0 License . For details, see the Google Developers Site Policies . Java is a registered trademark of Oracle and/or its affiliates.
  Last updated 2025-10-29 UTC.
 
 
  
  
  
    
      [[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Missing the information I need","missingTheInformationINeed","thumb-down"],["Too complicated / too many steps","tooComplicatedTooManySteps","thumb-down"],["Out of date","outOfDate","thumb-down"],["Samples / code issue","samplesCodeIssue","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-10-29 UTC."],[],[]]