Send feedback
  
   
 
  
    
      Class RollupPropertySourceLink.Builder (0.88.0) 
  
  
  
   
  
    
  
  
    
    
    
    
    
  Version latestkeyboard_arrow_down  
  
 
    
    
    
    
      
  
  
  
    
public   static   final   class  RollupPropertySourceLink . Builder   extends   GeneratedMessageV3 . Builder<RollupPropertySourceLink . Builder >  implements   RollupPropertySourceLinkOrBuilder  
   A link that references a source property under the parent rollup property.
 Protobuf type google.analytics.admin.v1alpha.RollupPropertySourceLink
    Inherited Members 
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
      com.google.protobuf.GeneratedMessageV3.Builder.getUnknownFieldSetBuilder() 
    
    
    
    
    
    
    
      com.google.protobuf.GeneratedMessageV3.Builder.internalGetMapFieldReflection(int) 
    
    
    
      com.google.protobuf.GeneratedMessageV3.Builder.internalGetMutableMapFieldReflection(int) 
    
    
    
    
    
    
      com.google.protobuf.GeneratedMessageV3.Builder.mergeUnknownLengthDelimitedField(int,com.google.protobuf.ByteString) 
    
    
      com.google.protobuf.GeneratedMessageV3.Builder.mergeUnknownVarintField(int,int) 
    
    
    
    
    
      com.google.protobuf.GeneratedMessageV3.Builder.parseUnknownField(com.google.protobuf.CodedInputStream,com.google.protobuf.ExtensionRegistryLite,int) 
    
    
    
    
      com.google.protobuf.GeneratedMessageV3.Builder.setUnknownFieldSetBuilder(com.google.protobuf.UnknownFieldSet.Builder) 
    
    
    
    
    
    
    
    
    
    
    
    
   
  Static Methods
   
  getDescriptor() 
  
    
public   static   final   Descriptors . Descriptor   getDescriptor ()  
  
  Methods
   
  addRepeatedField(Descriptors.FieldDescriptor field, Object value) 
  
    
public   RollupPropertySourceLink . Builder   addRepeatedField ( Descriptors . FieldDescriptor   field ,   Object   value )  
  
  
  Overrides 
  
  build() 
  
    
public   RollupPropertySourceLink   build ()  
  
  buildPartial() 
  
    
public   RollupPropertySourceLink   buildPartial ()  
  
  clear() 
  
    
public   RollupPropertySourceLink . Builder   clear ()  
  
  Overrides 
  
  clearField(Descriptors.FieldDescriptor field) 
  
    
public   RollupPropertySourceLink . Builder   clearField ( Descriptors . FieldDescriptor   field )  
  
  
  Overrides 
  
  clearName() 
  
    
public   RollupPropertySourceLink . Builder   clearName ()  
   Output only. Resource name of this RollupPropertySourceLink.
 Format:
 'properties/{property_id}/rollupPropertySourceLinks/{rollup_property_source_link}'
 Format: 'properties/123/rollupPropertySourceLinks/456'
 string name = 1 [(.google.api.field_behavior) = OUTPUT_ONLY];
clearOneof(Descriptors.OneofDescriptor oneof) 
  
    
public   RollupPropertySourceLink . Builder   clearOneof ( Descriptors . OneofDescriptor   oneof )  
  
  
  Overrides 
  
  clearSourceProperty() 
  
    
public   RollupPropertySourceLink . Builder   clearSourceProperty ()  
   Immutable. Resource name of the source property.
 Format: properties/{property_id}
 Example: "properties/789"
 string source_property = 2 [(.google.api.field_behavior) = IMMUTABLE];
clone() 
  
    
public   RollupPropertySourceLink . Builder   clone ()  
  
  Overrides 
  
  getDefaultInstanceForType() 
  
    
public   RollupPropertySourceLink   getDefaultInstanceForType ()  
  
  getDescriptorForType() 
  
    
public   Descriptors . Descriptor   getDescriptorForType ()  
  
  Overrides 
  
  getName() 
  
   Output only. Resource name of this RollupPropertySourceLink.
 Format:
 'properties/{property_id}/rollupPropertySourceLinks/{rollup_property_source_link}'
 Format: 'properties/123/rollupPropertySourceLinks/456'
 string name = 1 [(.google.api.field_behavior) = OUTPUT_ONLY];
    
      
        Returns  
      
        Type Description  
      
        String The name.
 
     
  
  getNameBytes() 
  
    
public   ByteString   getNameBytes ()  
   Output only. Resource name of this RollupPropertySourceLink.
 Format:
 'properties/{property_id}/rollupPropertySourceLinks/{rollup_property_source_link}'
 Format: 'properties/123/rollupPropertySourceLinks/456'
 string name = 1 [(.google.api.field_behavior) = OUTPUT_ONLY];
    
      
        Returns  
      
        Type Description  
      
        ByteString The bytes for name.
 
     
  
  getSourceProperty() 
  
    
public   String   getSourceProperty ()  
   Immutable. Resource name of the source property.
 Format: properties/{property_id}
 Example: "properties/789"
 string source_property = 2 [(.google.api.field_behavior) = IMMUTABLE];
    
      
        Returns  
      
        Type Description  
      
        String The sourceProperty.
 
     
  
  getSourcePropertyBytes() 
  
    
public   ByteString   getSourcePropertyBytes ()  
   Immutable. Resource name of the source property.
 Format: properties/{property_id}
 Example: "properties/789"
 string source_property = 2 [(.google.api.field_behavior) = IMMUTABLE];
    
      
        Returns  
      
        Type Description  
      
        ByteString The bytes for sourceProperty.
 
     
  
  internalGetFieldAccessorTable() 
  
    
protected   GeneratedMessageV3 . FieldAccessorTable   internalGetFieldAccessorTable ()  
  
  Overrides 
  
  isInitialized() 
  
    
public   final   boolean   isInitialized ()  
  
  Overrides 
  
  mergeFrom(RollupPropertySourceLink other) 
  
    
public   RollupPropertySourceLink . Builder   mergeFrom ( RollupPropertySourceLink   other )  
  
  
  
    
public   RollupPropertySourceLink . Builder   mergeFrom ( CodedInputStream   input ,   ExtensionRegistryLite   extensionRegistry )  
  
  
  Overrides 
  
  
  mergeFrom(Message other) 
  
    
public   RollupPropertySourceLink . Builder   mergeFrom ( Message   other )  
  
    
      
        Parameter  
      
        Name Description  
      
        otherMessage  
     
  
  
  Overrides 
  
  mergeUnknownFields(UnknownFieldSet unknownFields) 
  
    
public   final   RollupPropertySourceLink . Builder   mergeUnknownFields ( UnknownFieldSet   unknownFields )  
  
  
  Overrides 
  
  setField(Descriptors.FieldDescriptor field, Object value) 
  
    
public   RollupPropertySourceLink . Builder   setField ( Descriptors . FieldDescriptor   field ,   Object   value )  
  
  
  Overrides 
  
  setName(String value) 
  
    
public   RollupPropertySourceLink . Builder   setName ( String   value )  
   Output only. Resource name of this RollupPropertySourceLink.
 Format:
 'properties/{property_id}/rollupPropertySourceLinks/{rollup_property_source_link}'
 Format: 'properties/123/rollupPropertySourceLinks/456'
 string name = 1 [(.google.api.field_behavior) = OUTPUT_ONLY];
    
      
        Parameter  
      
        Name Description  
      
        valueString The name to set.
 
     
  
  
  setNameBytes(ByteString value) 
  
    
public   RollupPropertySourceLink . Builder   setNameBytes ( ByteString   value )  
   Output only. Resource name of this RollupPropertySourceLink.
 Format:
 'properties/{property_id}/rollupPropertySourceLinks/{rollup_property_source_link}'
 Format: 'properties/123/rollupPropertySourceLinks/456'
 string name = 1 [(.google.api.field_behavior) = OUTPUT_ONLY];
    
      
        Parameter  
      
        Name Description  
      
        valueByteString The bytes for name to set.
 
     
  
  
  setRepeatedField(Descriptors.FieldDescriptor field, int index, Object value) 
  
    
public   RollupPropertySourceLink . Builder   setRepeatedField ( Descriptors . FieldDescriptor   field ,   int   index ,   Object   value )  
  
  
  Overrides 
  
  setSourceProperty(String value) 
  
    
public   RollupPropertySourceLink . Builder   setSourceProperty ( String   value )  
   Immutable. Resource name of the source property.
 Format: properties/{property_id}
 Example: "properties/789"
 string source_property = 2 [(.google.api.field_behavior) = IMMUTABLE];
    
      
        Parameter  
      
        Name Description  
      
        valueString The sourceProperty to set.
 
     
  
  
  setSourcePropertyBytes(ByteString value) 
  
    
public   RollupPropertySourceLink . Builder   setSourcePropertyBytes ( ByteString   value )  
   Immutable. Resource name of the source property.
 Format: properties/{property_id}
 Example: "properties/789"
 string source_property = 2 [(.google.api.field_behavior) = IMMUTABLE];
    
      
        Parameter  
      
        Name Description  
      
        valueByteString The bytes for sourceProperty to set.
 
     
  
  
  setUnknownFields(UnknownFieldSet unknownFields) 
  
    
public   final   RollupPropertySourceLink . Builder   setUnknownFields ( UnknownFieldSet   unknownFields )  
  
  
  Overrides 
  
 
     
    
  
  
  
     
  
    
    
      
       
         
  
  
    
    Send feedback
  
   
 
       
    
    
  
  
 
  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-28 UTC.
 
 
  
  
    
    
    
      
  
  
    Need to tell us more?
  
   
 
     
  
  
    
      [[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Hard to understand","hardToUnderstand","thumb-down"],["Incorrect information or sample code","incorrectInformationOrSampleCode","thumb-down"],["Missing the information/samples I need","missingTheInformationSamplesINeed","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-10-28 UTC."],[],[]]