public static final class AspectSource.Builder extends GeneratedMessageV3.Builder<AspectSource.Builder> implements AspectSourceOrBuilder
   
   Information related to the source system of the aspect.
 Protobuf type google.cloud.dataplex.v1.AspectSource
    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 AspectSource.Builder addRepeatedField(Descriptors.FieldDescriptor field, Object value)
   
  
  
  Overrides
  
  
  build()
  
    public AspectSource build()
   
  
  
  buildPartial()
  
    public AspectSource buildPartial()
   
  
  
  clear()
  
    public AspectSource.Builder clear()
   
  
  Overrides
  
  
  clearCreateTime()
  
    public AspectSource.Builder clearCreateTime()
   
   The time the aspect was created in the source system.
 .google.protobuf.Timestamp create_time = 10;
clearDataVersion()
  
    public AspectSource.Builder clearDataVersion()
   
   The version of the data format used to produce this data. This field is
 used to indicated when the underlying data format changes (e.g., schema
 modifications, changes to the source URL format definition, etc).
 string data_version = 12;
clearField(Descriptors.FieldDescriptor field)
  
    public AspectSource.Builder clearField(Descriptors.FieldDescriptor field)
   
  
  
  Overrides
  
  
  clearOneof(Descriptors.OneofDescriptor oneof)
  
    public AspectSource.Builder clearOneof(Descriptors.OneofDescriptor oneof)
   
  
  
  Overrides
  
  
  clearUpdateTime()
  
    public AspectSource.Builder clearUpdateTime()
   
   The time the aspect was last updated in the source system.
 .google.protobuf.Timestamp update_time = 11;
clone()
  
    public AspectSource.Builder clone()
   
  
  Overrides
  
  
  getCreateTime()
  
    public Timestamp getCreateTime()
   
   The time the aspect was created in the source system.
 .google.protobuf.Timestamp create_time = 10;
    
      
        | Returns | 
      
        | Type | Description | 
      
        | Timestamp | The createTime. | 
    
  
  
  getCreateTimeBuilder()
  
    public Timestamp.Builder getCreateTimeBuilder()
   
   The time the aspect was created in the source system.
 .google.protobuf.Timestamp create_time = 10;
getCreateTimeOrBuilder()
  
    public TimestampOrBuilder getCreateTimeOrBuilder()
   
   The time the aspect was created in the source system.
 .google.protobuf.Timestamp create_time = 10;
getDataVersion()
  
    public String getDataVersion()
   
   The version of the data format used to produce this data. This field is
 used to indicated when the underlying data format changes (e.g., schema
 modifications, changes to the source URL format definition, etc).
 string data_version = 12;
    
      
        | Returns | 
      
        | Type | Description | 
      
        | String | The dataVersion. | 
    
  
  
  getDataVersionBytes()
  
    public ByteString getDataVersionBytes()
   
   The version of the data format used to produce this data. This field is
 used to indicated when the underlying data format changes (e.g., schema
 modifications, changes to the source URL format definition, etc).
 string data_version = 12;
    
      
        | Returns | 
      
        | Type | Description | 
      
        | ByteString | The bytes for dataVersion. | 
    
  
  
  getDefaultInstanceForType()
  
    public AspectSource getDefaultInstanceForType()
   
  
  
  getDescriptorForType()
  
    public Descriptors.Descriptor getDescriptorForType()
   
  
  Overrides
  
  
  getUpdateTime()
  
    public Timestamp getUpdateTime()
   
   The time the aspect was last updated in the source system.
 .google.protobuf.Timestamp update_time = 11;
    
      
        | Returns | 
      
        | Type | Description | 
      
        | Timestamp | The updateTime. | 
    
  
  
  getUpdateTimeBuilder()
  
    public Timestamp.Builder getUpdateTimeBuilder()
   
   The time the aspect was last updated in the source system.
 .google.protobuf.Timestamp update_time = 11;
getUpdateTimeOrBuilder()
  
    public TimestampOrBuilder getUpdateTimeOrBuilder()
   
   The time the aspect was last updated in the source system.
 .google.protobuf.Timestamp update_time = 11;
hasCreateTime()
  
    public boolean hasCreateTime()
   
   The time the aspect was created in the source system.
 .google.protobuf.Timestamp create_time = 10;
    
      
        | Returns | 
      
        | Type | Description | 
      
        | boolean | Whether the createTime field is set. | 
    
  
  
  hasUpdateTime()
  
    public boolean hasUpdateTime()
   
   The time the aspect was last updated in the source system.
 .google.protobuf.Timestamp update_time = 11;
    
      
        | Returns | 
      
        | Type | Description | 
      
        | boolean | Whether the updateTime field is set. | 
    
  
  
  internalGetFieldAccessorTable()
  
    protected GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()
   
  
  Overrides
  
  
  isInitialized()
  
    public final boolean isInitialized()
   
  
  Overrides
  
  
  mergeCreateTime(Timestamp value)
  
    public AspectSource.Builder mergeCreateTime(Timestamp value)
   
   The time the aspect was created in the source system.
 .google.protobuf.Timestamp create_time = 10;
mergeFrom(AspectSource other)
  
    public AspectSource.Builder mergeFrom(AspectSource other)
   
  
  
  
  
  
    public AspectSource.Builder mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
   
  
  
  Overrides
  
  
  
  mergeFrom(Message other)
  
    public AspectSource.Builder mergeFrom(Message other)
   
  
    
      
        | Parameter | 
      
        | Name | Description | 
      
        | other | Message
 | 
    
  
  
  Overrides
  
  
  mergeUnknownFields(UnknownFieldSet unknownFields)
  
    public final AspectSource.Builder mergeUnknownFields(UnknownFieldSet unknownFields)
   
  
  
  Overrides
  
  
  mergeUpdateTime(Timestamp value)
  
    public AspectSource.Builder mergeUpdateTime(Timestamp value)
   
   The time the aspect was last updated in the source system.
 .google.protobuf.Timestamp update_time = 11;
setCreateTime(Timestamp value)
  
    public AspectSource.Builder setCreateTime(Timestamp value)
   
   The time the aspect was created in the source system.
 .google.protobuf.Timestamp create_time = 10;
setCreateTime(Timestamp.Builder builderForValue)
  
    public AspectSource.Builder setCreateTime(Timestamp.Builder builderForValue)
   
   The time the aspect was created in the source system.
 .google.protobuf.Timestamp create_time = 10;
    
      
        | Parameter | 
      
        | Name | Description | 
      
        | builderForValue | Builder
 | 
    
  
  
  
  setDataVersion(String value)
  
    public AspectSource.Builder setDataVersion(String value)
   
   The version of the data format used to produce this data. This field is
 used to indicated when the underlying data format changes (e.g., schema
 modifications, changes to the source URL format definition, etc).
 string data_version = 12;
    
      
        | Parameter | 
      
        | Name | Description | 
      
        | value | String
 The dataVersion to set. | 
    
  
  
  
  setDataVersionBytes(ByteString value)
  
    public AspectSource.Builder setDataVersionBytes(ByteString value)
   
   The version of the data format used to produce this data. This field is
 used to indicated when the underlying data format changes (e.g., schema
 modifications, changes to the source URL format definition, etc).
 string data_version = 12;
    
      
        | Parameter | 
      
        | Name | Description | 
      
        | value | ByteString
 The bytes for dataVersion to set. | 
    
  
  
  
  setField(Descriptors.FieldDescriptor field, Object value)
  
    public AspectSource.Builder setField(Descriptors.FieldDescriptor field, Object value)
   
  
  
  Overrides
  
  
  setRepeatedField(Descriptors.FieldDescriptor field, int index, Object value)
  
    public AspectSource.Builder setRepeatedField(Descriptors.FieldDescriptor field, int index, Object value)
   
  
  
  Overrides
  
  
  setUnknownFields(UnknownFieldSet unknownFields)
  
    public final AspectSource.Builder setUnknownFields(UnknownFieldSet unknownFields)
   
  
  
  Overrides
  
  
  setUpdateTime(Timestamp value)
  
    public AspectSource.Builder setUpdateTime(Timestamp value)
   
   The time the aspect was last updated in the source system.
 .google.protobuf.Timestamp update_time = 11;
setUpdateTime(Timestamp.Builder builderForValue)
  
    public AspectSource.Builder setUpdateTime(Timestamp.Builder builderForValue)
   
   The time the aspect was last updated in the source system.
 .google.protobuf.Timestamp update_time = 11;
    
      
        | Parameter | 
      
        | Name | Description | 
      
        | builderForValue | Builder
 |