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.v1beta1.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 about this resource according to a particular system.
 
Protobuf type google.cloud.datacatalog.v1beta1.SystemTimestamps
  • 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()
       The creation time 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()
       The creation time 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)
       The creation time of the resource within the given system.
       
      .google.protobuf.Timestamp create_time = 1;
    • setCreateTime

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

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

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

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

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

      public boolean hasUpdateTime()
       The last-modified time of the resource within the given system.
       
      .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()
       The last-modified time of the resource within the given system.
       
      .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)
       The last-modified time of the resource within the given system.
       
      .google.protobuf.Timestamp update_time = 2;
    • setUpdateTime

      public SystemTimestamps.Builder setUpdateTime(com.google.protobuf.Timestamp.Builder builderForValue)
       The last-modified time of the resource within the given system.
       
      .google.protobuf.Timestamp update_time = 2;
    • mergeUpdateTime

      public SystemTimestamps.Builder mergeUpdateTime(com.google.protobuf.Timestamp value)
       The last-modified time of the resource within the given system.
       
      .google.protobuf.Timestamp update_time = 2;
    • clearUpdateTime

      public SystemTimestamps.Builder clearUpdateTime()
       The last-modified time of the resource within the given system.
       
      .google.protobuf.Timestamp update_time = 2;
    • getUpdateTimeBuilder

      public com.google.protobuf.Timestamp.Builder getUpdateTimeBuilder()
       The last-modified time of the resource within the given system.
       
      .google.protobuf.Timestamp update_time = 2;
    • getUpdateTimeOrBuilder

      public com.google.protobuf.TimestampOrBuilder getUpdateTimeOrBuilder()
       The last-modified time of the resource within the given system.
       
      .google.protobuf.Timestamp update_time = 2;
      Specified by:
      getUpdateTimeOrBuilder in interface SystemTimestampsOrBuilder
    • hasExpireTime

      public boolean hasExpireTime()
       Output only. The expiration time of the resource within the given system.
       Currently only apllicable 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. The expiration time of the resource within the given system.
       Currently only apllicable 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. The expiration time of the resource within the given system.
       Currently only apllicable 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. The expiration time of the resource within the given system.
       Currently only apllicable 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. The expiration time of the resource within the given system.
       Currently only apllicable to BigQuery resources.
       
      .google.protobuf.Timestamp expire_time = 3 [(.google.api.field_behavior) = OUTPUT_ONLY];
    • clearExpireTime

      public SystemTimestamps.Builder clearExpireTime()
       Output only. The expiration time of the resource within the given system.
       Currently only apllicable 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. The expiration time of the resource within the given system.
       Currently only apllicable to BigQuery resources.
       
      .google.protobuf.Timestamp expire_time = 3 [(.google.api.field_behavior) = OUTPUT_ONLY];
    • getExpireTimeOrBuilder

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