Class SystemTimestamps.Builder

java.lang.Object
com.google.protobuf.AbstractMessageLite.Builder
com.google.protobuf.AbstractMessage.Builder<BuilderT>
com.google.protobuf.GeneratedMessage.Builder<SystemTimestamps.Builder>
com.google.cloud.datacatalog.v1.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.GeneratedMessage.Builder<SystemTimestamps.Builder> implements SystemTimestampsOrBuilder
 Timestamps associated with this resource in a particular system.
 
Protobuf type google.cloud.datacatalog.v1.SystemTimestamps
  • Method Summary

    Modifier and Type
    Method
    Description
     
     
     
    Creation timestamp of the resource within the given system.
    Output only.
    Timestamp of the last modification of the resource or its metadata within a given system.
    com.google.protobuf.Timestamp
    Creation timestamp of the resource within the given system.
    com.google.protobuf.Timestamp.Builder
    Creation timestamp of the resource within the given system.
    com.google.protobuf.TimestampOrBuilder
    Creation timestamp of the resource within the given system.
     
    static final com.google.protobuf.Descriptors.Descriptor
     
    com.google.protobuf.Descriptors.Descriptor
     
    com.google.protobuf.Timestamp
    Output only.
    com.google.protobuf.Timestamp.Builder
    Output only.
    com.google.protobuf.TimestampOrBuilder
    Output only.
    com.google.protobuf.Timestamp
    Timestamp of the last modification of the resource or its metadata within a given system.
    com.google.protobuf.Timestamp.Builder
    Timestamp of the last modification of the resource or its metadata within a given system.
    com.google.protobuf.TimestampOrBuilder
    Timestamp of the last modification of the resource or its metadata within a given system.
    boolean
    Creation timestamp of the resource within the given system.
    boolean
    Output only.
    boolean
    Timestamp of the last modification of the resource or its metadata within a given system.
    protected com.google.protobuf.GeneratedMessage.FieldAccessorTable
     
    final boolean
     
    mergeCreateTime(com.google.protobuf.Timestamp value)
    Creation timestamp of the resource within the given system.
    mergeExpireTime(com.google.protobuf.Timestamp value)
    Output only.
     
    mergeFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
     
    mergeFrom(com.google.protobuf.Message other)
     
    mergeUpdateTime(com.google.protobuf.Timestamp value)
    Timestamp of the last modification of the resource or its metadata within a given system.
    setCreateTime(com.google.protobuf.Timestamp value)
    Creation timestamp of the resource within the given system.
    setCreateTime(com.google.protobuf.Timestamp.Builder builderForValue)
    Creation timestamp of the resource within the given system.
    setExpireTime(com.google.protobuf.Timestamp value)
    Output only.
    setExpireTime(com.google.protobuf.Timestamp.Builder builderForValue)
    Output only.
    setUpdateTime(com.google.protobuf.Timestamp value)
    Timestamp of the last modification of the resource or its metadata within a given system.
    setUpdateTime(com.google.protobuf.Timestamp.Builder builderForValue)
    Timestamp of the last modification of the resource or its metadata within a given system.

    Methods inherited from class com.google.protobuf.GeneratedMessage.Builder

    addRepeatedField, clearField, clearOneof, clone, getAllFields, getField, getFieldBuilder, getOneofFieldDescriptor, getParentForChildren, getRepeatedField, getRepeatedFieldBuilder, getRepeatedFieldCount, getUnknownFields, getUnknownFieldSetBuilder, hasField, hasOneof, internalGetMapField, internalGetMapFieldReflection, internalGetMutableMapField, internalGetMutableMapFieldReflection, isClean, markClean, mergeUnknownFields, mergeUnknownLengthDelimitedField, mergeUnknownVarintField, newBuilderForField, onBuilt, onChanged, parseUnknownField, setField, setRepeatedField, setUnknownFields, setUnknownFieldSetBuilder, setUnknownFieldsProto3

    Methods inherited from class com.google.protobuf.AbstractMessage.Builder

    findInitializationErrors, getInitializationErrorString, internalMergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, newUninitializedMessageException, toString

    Methods inherited from class com.google.protobuf.AbstractMessageLite.Builder

    addAll, addAll, mergeDelimitedFrom, mergeDelimitedFrom, mergeFrom, newUninitializedMessageException

    Methods inherited from class java.lang.Object

    equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait

    Methods inherited from interface com.google.protobuf.Message.Builder

    mergeDelimitedFrom, mergeDelimitedFrom

    Methods inherited from interface com.google.protobuf.MessageLite.Builder

    mergeFrom

    Methods inherited from interface com.google.protobuf.MessageOrBuilder

    findInitializationErrors, getAllFields, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
  • Method Details

    • getDescriptor

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

      protected com.google.protobuf.GeneratedMessage.FieldAccessorTable internalGetFieldAccessorTable()
      Specified by:
      internalGetFieldAccessorTable in class com.google.protobuf.GeneratedMessage.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.GeneratedMessage.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.GeneratedMessage.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
    • 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>
    • mergeFrom

      public SystemTimestamps.Builder mergeFrom(SystemTimestamps other)
    • isInitialized

      public final boolean isInitialized()
      Specified by:
      isInitialized in interface com.google.protobuf.MessageLiteOrBuilder
      Overrides:
      isInitialized in class com.google.protobuf.GeneratedMessage.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