Class SystemTimestamps.Builder

  • All Implemented Interfaces:
    SystemTimestampsOrBuilder, com.google.protobuf.Message.Builder, com.google.protobuf.MessageLite.Builder, com.google.protobuf.MessageLiteOrBuilder, com.google.protobuf.MessageOrBuilder, Cloneable
    Enclosing class:
    SystemTimestamps

    public static final class SystemTimestamps.Builder
    extends com.google.protobuf.GeneratedMessageV3.Builder<SystemTimestamps.Builder>
    implements SystemTimestampsOrBuilder
     Timestamps associated with this resource in a particular system.
     
    Protobuf type google.cloud.datacatalog.v1.SystemTimestamps
    • Method Detail

      • getDescriptor

        public static final com.google.protobuf.Descriptors.Descriptor getDescriptor()
      • internalGetFieldAccessorTable

        protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()
        Specified by:
        internalGetFieldAccessorTable in class com.google.protobuf.GeneratedMessageV3.Builder<SystemTimestamps.Builder>
      • clear

        public SystemTimestamps.Builder clear()
        Specified by:
        clear in interface com.google.protobuf.Message.Builder
        Specified by:
        clear in interface com.google.protobuf.MessageLite.Builder
        Overrides:
        clear in class com.google.protobuf.GeneratedMessageV3.Builder<SystemTimestamps.Builder>
      • getDescriptorForType

        public com.google.protobuf.Descriptors.Descriptor getDescriptorForType()
        Specified by:
        getDescriptorForType in interface com.google.protobuf.Message.Builder
        Specified by:
        getDescriptorForType in interface com.google.protobuf.MessageOrBuilder
        Overrides:
        getDescriptorForType in class com.google.protobuf.GeneratedMessageV3.Builder<SystemTimestamps.Builder>
      • getDefaultInstanceForType

        public SystemTimestamps getDefaultInstanceForType()
        Specified by:
        getDefaultInstanceForType in interface com.google.protobuf.MessageLiteOrBuilder
        Specified by:
        getDefaultInstanceForType in interface com.google.protobuf.MessageOrBuilder
      • build

        public SystemTimestamps build()
        Specified by:
        build in interface com.google.protobuf.Message.Builder
        Specified by:
        build in interface com.google.protobuf.MessageLite.Builder
      • buildPartial

        public SystemTimestamps buildPartial()
        Specified by:
        buildPartial in interface com.google.protobuf.Message.Builder
        Specified by:
        buildPartial in interface com.google.protobuf.MessageLite.Builder
      • clone

        public SystemTimestamps.Builder clone()
        Specified by:
        clone in interface com.google.protobuf.Message.Builder
        Specified by:
        clone in interface com.google.protobuf.MessageLite.Builder
        Overrides:
        clone in class com.google.protobuf.GeneratedMessageV3.Builder<SystemTimestamps.Builder>
      • setField

        public SystemTimestamps.Builder setField​(com.google.protobuf.Descriptors.FieldDescriptor field,
                                                 Object value)
        Specified by:
        setField in interface com.google.protobuf.Message.Builder
        Overrides:
        setField in class com.google.protobuf.GeneratedMessageV3.Builder<SystemTimestamps.Builder>
      • clearField

        public SystemTimestamps.Builder clearField​(com.google.protobuf.Descriptors.FieldDescriptor field)
        Specified by:
        clearField in interface com.google.protobuf.Message.Builder
        Overrides:
        clearField in class com.google.protobuf.GeneratedMessageV3.Builder<SystemTimestamps.Builder>
      • clearOneof

        public SystemTimestamps.Builder clearOneof​(com.google.protobuf.Descriptors.OneofDescriptor oneof)
        Specified by:
        clearOneof in interface com.google.protobuf.Message.Builder
        Overrides:
        clearOneof in class com.google.protobuf.GeneratedMessageV3.Builder<SystemTimestamps.Builder>
      • setRepeatedField

        public SystemTimestamps.Builder setRepeatedField​(com.google.protobuf.Descriptors.FieldDescriptor field,
                                                         int index,
                                                         Object value)
        Specified by:
        setRepeatedField in interface com.google.protobuf.Message.Builder
        Overrides:
        setRepeatedField in class com.google.protobuf.GeneratedMessageV3.Builder<SystemTimestamps.Builder>
      • addRepeatedField

        public SystemTimestamps.Builder addRepeatedField​(com.google.protobuf.Descriptors.FieldDescriptor field,
                                                         Object value)
        Specified by:
        addRepeatedField in interface com.google.protobuf.Message.Builder
        Overrides:
        addRepeatedField in class com.google.protobuf.GeneratedMessageV3.Builder<SystemTimestamps.Builder>
      • mergeFrom

        public SystemTimestamps.Builder mergeFrom​(com.google.protobuf.Message other)
        Specified by:
        mergeFrom in interface com.google.protobuf.Message.Builder
        Overrides:
        mergeFrom in class com.google.protobuf.AbstractMessage.Builder<SystemTimestamps.Builder>
      • isInitialized

        public final boolean isInitialized()
        Specified by:
        isInitialized in interface com.google.protobuf.MessageLiteOrBuilder
        Overrides:
        isInitialized in class com.google.protobuf.GeneratedMessageV3.Builder<SystemTimestamps.Builder>
      • mergeFrom

        public SystemTimestamps.Builder mergeFrom​(com.google.protobuf.CodedInputStream input,
                                                  com.google.protobuf.ExtensionRegistryLite extensionRegistry)
                                           throws IOException
        Specified by:
        mergeFrom in interface com.google.protobuf.Message.Builder
        Specified by:
        mergeFrom in interface com.google.protobuf.MessageLite.Builder
        Overrides:
        mergeFrom in class com.google.protobuf.AbstractMessage.Builder<SystemTimestamps.Builder>
        Throws:
        IOException
      • hasCreateTime

        public boolean hasCreateTime()
         Creation timestamp of the resource within the given system.
         
        .google.protobuf.Timestamp create_time = 1;
        Specified by:
        hasCreateTime in interface SystemTimestampsOrBuilder
        Returns:
        Whether the createTime field is set.
      • getCreateTime

        public com.google.protobuf.Timestamp getCreateTime()
         Creation timestamp of the resource within the given system.
         
        .google.protobuf.Timestamp create_time = 1;
        Specified by:
        getCreateTime in interface SystemTimestampsOrBuilder
        Returns:
        The createTime.
      • setCreateTime

        public SystemTimestamps.Builder setCreateTime​(com.google.protobuf.Timestamp value)
         Creation timestamp of the resource within the given system.
         
        .google.protobuf.Timestamp create_time = 1;
      • setCreateTime

        public SystemTimestamps.Builder setCreateTime​(com.google.protobuf.Timestamp.Builder builderForValue)
         Creation timestamp of the resource within the given system.
         
        .google.protobuf.Timestamp create_time = 1;
      • mergeCreateTime

        public SystemTimestamps.Builder mergeCreateTime​(com.google.protobuf.Timestamp value)
         Creation timestamp of the resource within the given system.
         
        .google.protobuf.Timestamp create_time = 1;
      • clearCreateTime

        public SystemTimestamps.Builder clearCreateTime()
         Creation timestamp of the resource within the given system.
         
        .google.protobuf.Timestamp create_time = 1;
      • getCreateTimeBuilder

        public com.google.protobuf.Timestamp.Builder getCreateTimeBuilder()
         Creation timestamp of the resource within the given system.
         
        .google.protobuf.Timestamp create_time = 1;
      • getCreateTimeOrBuilder

        public com.google.protobuf.TimestampOrBuilder getCreateTimeOrBuilder()
         Creation timestamp of the resource within the given system.
         
        .google.protobuf.Timestamp create_time = 1;
        Specified by:
        getCreateTimeOrBuilder in interface SystemTimestampsOrBuilder
      • hasUpdateTime

        public boolean hasUpdateTime()
         Timestamp of the last modification of the resource or its metadata within
         a given system.
        
         Note: Depending on the source system, not every modification updates this
         timestamp.
         For example, BigQuery timestamps every metadata modification but not data
         or permission changes.
         
        .google.protobuf.Timestamp update_time = 2;
        Specified by:
        hasUpdateTime in interface SystemTimestampsOrBuilder
        Returns:
        Whether the updateTime field is set.
      • getUpdateTime

        public com.google.protobuf.Timestamp getUpdateTime()
         Timestamp of the last modification of the resource or its metadata within
         a given system.
        
         Note: Depending on the source system, not every modification updates this
         timestamp.
         For example, BigQuery timestamps every metadata modification but not data
         or permission changes.
         
        .google.protobuf.Timestamp update_time = 2;
        Specified by:
        getUpdateTime in interface SystemTimestampsOrBuilder
        Returns:
        The updateTime.
      • setUpdateTime

        public SystemTimestamps.Builder setUpdateTime​(com.google.protobuf.Timestamp value)
         Timestamp of the last modification of the resource or its metadata within
         a given system.
        
         Note: Depending on the source system, not every modification updates this
         timestamp.
         For example, BigQuery timestamps every metadata modification but not data
         or permission changes.
         
        .google.protobuf.Timestamp update_time = 2;
      • setUpdateTime

        public SystemTimestamps.Builder setUpdateTime​(com.google.protobuf.Timestamp.Builder builderForValue)
         Timestamp of the last modification of the resource or its metadata within
         a given system.
        
         Note: Depending on the source system, not every modification updates this
         timestamp.
         For example, BigQuery timestamps every metadata modification but not data
         or permission changes.
         
        .google.protobuf.Timestamp update_time = 2;
      • mergeUpdateTime

        public SystemTimestamps.Builder mergeUpdateTime​(com.google.protobuf.Timestamp value)
         Timestamp of the last modification of the resource or its metadata within
         a given system.
        
         Note: Depending on the source system, not every modification updates this
         timestamp.
         For example, BigQuery timestamps every metadata modification but not data
         or permission changes.
         
        .google.protobuf.Timestamp update_time = 2;
      • clearUpdateTime

        public SystemTimestamps.Builder clearUpdateTime()
         Timestamp of the last modification of the resource or its metadata within
         a given system.
        
         Note: Depending on the source system, not every modification updates this
         timestamp.
         For example, BigQuery timestamps every metadata modification but not data
         or permission changes.
         
        .google.protobuf.Timestamp update_time = 2;
      • getUpdateTimeBuilder

        public com.google.protobuf.Timestamp.Builder getUpdateTimeBuilder()
         Timestamp of the last modification of the resource or its metadata within
         a given system.
        
         Note: Depending on the source system, not every modification updates this
         timestamp.
         For example, BigQuery timestamps every metadata modification but not data
         or permission changes.
         
        .google.protobuf.Timestamp update_time = 2;
      • getUpdateTimeOrBuilder

        public com.google.protobuf.TimestampOrBuilder getUpdateTimeOrBuilder()
         Timestamp of the last modification of the resource or its metadata within
         a given system.
        
         Note: Depending on the source system, not every modification updates this
         timestamp.
         For example, BigQuery timestamps every metadata modification but not data
         or permission changes.
         
        .google.protobuf.Timestamp update_time = 2;
        Specified by:
        getUpdateTimeOrBuilder in interface SystemTimestampsOrBuilder
      • hasExpireTime

        public boolean hasExpireTime()
         Output only. Expiration timestamp of the resource within the given system.
        
         Currently only applicable to BigQuery resources.
         
        .google.protobuf.Timestamp expire_time = 3 [(.google.api.field_behavior) = OUTPUT_ONLY];
        Specified by:
        hasExpireTime in interface SystemTimestampsOrBuilder
        Returns:
        Whether the expireTime field is set.
      • getExpireTime

        public com.google.protobuf.Timestamp getExpireTime()
         Output only. Expiration timestamp of the resource within the given system.
        
         Currently only applicable to BigQuery resources.
         
        .google.protobuf.Timestamp expire_time = 3 [(.google.api.field_behavior) = OUTPUT_ONLY];
        Specified by:
        getExpireTime in interface SystemTimestampsOrBuilder
        Returns:
        The expireTime.
      • setExpireTime

        public SystemTimestamps.Builder setExpireTime​(com.google.protobuf.Timestamp value)
         Output only. Expiration timestamp of the resource within the given system.
        
         Currently only applicable to BigQuery resources.
         
        .google.protobuf.Timestamp expire_time = 3 [(.google.api.field_behavior) = OUTPUT_ONLY];
      • setExpireTime

        public SystemTimestamps.Builder setExpireTime​(com.google.protobuf.Timestamp.Builder builderForValue)
         Output only. Expiration timestamp of the resource within the given system.
        
         Currently only applicable to BigQuery resources.
         
        .google.protobuf.Timestamp expire_time = 3 [(.google.api.field_behavior) = OUTPUT_ONLY];
      • mergeExpireTime

        public SystemTimestamps.Builder mergeExpireTime​(com.google.protobuf.Timestamp value)
         Output only. Expiration timestamp of the resource within the given system.
        
         Currently only applicable to BigQuery resources.
         
        .google.protobuf.Timestamp expire_time = 3 [(.google.api.field_behavior) = OUTPUT_ONLY];
      • clearExpireTime

        public SystemTimestamps.Builder clearExpireTime()
         Output only. Expiration timestamp of the resource within the given system.
        
         Currently only applicable to BigQuery resources.
         
        .google.protobuf.Timestamp expire_time = 3 [(.google.api.field_behavior) = OUTPUT_ONLY];
      • getExpireTimeBuilder

        public com.google.protobuf.Timestamp.Builder getExpireTimeBuilder()
         Output only. Expiration timestamp of the resource within the given system.
        
         Currently only applicable to BigQuery resources.
         
        .google.protobuf.Timestamp expire_time = 3 [(.google.api.field_behavior) = OUTPUT_ONLY];
      • getExpireTimeOrBuilder

        public com.google.protobuf.TimestampOrBuilder getExpireTimeOrBuilder()
         Output only. Expiration timestamp of the resource within the given system.
        
         Currently only applicable to BigQuery resources.
         
        .google.protobuf.Timestamp expire_time = 3 [(.google.api.field_behavior) = OUTPUT_ONLY];
        Specified by:
        getExpireTimeOrBuilder in interface SystemTimestampsOrBuilder
      • setUnknownFields

        public final SystemTimestamps.Builder setUnknownFields​(com.google.protobuf.UnknownFieldSet unknownFields)
        Specified by:
        setUnknownFields in interface com.google.protobuf.Message.Builder
        Overrides:
        setUnknownFields in class com.google.protobuf.GeneratedMessageV3.Builder<SystemTimestamps.Builder>
      • mergeUnknownFields

        public final SystemTimestamps.Builder mergeUnknownFields​(com.google.protobuf.UnknownFieldSet unknownFields)
        Specified by:
        mergeUnknownFields in interface com.google.protobuf.Message.Builder
        Overrides:
        mergeUnknownFields in class com.google.protobuf.GeneratedMessageV3.Builder<SystemTimestamps.Builder>