Uses of Class
com.google.cloud.datacatalog.v1beta1.SystemTimestamps.Builder
-
Uses of SystemTimestamps.Builder in com.google.cloud.datacatalog.v1beta1
Methods in com.google.cloud.datacatalog.v1beta1 that return SystemTimestamps.BuilderModifier and TypeMethodDescriptionSystemTimestamps.Builder.clear()SystemTimestamps.Builder.clearCreateTime()The creation time of the resource within the given system.SystemTimestamps.Builder.clearExpireTime()Output only.SystemTimestamps.Builder.clearUpdateTime()The last-modified time of the resource within the given system.EntryGroup.Builder.getDataCatalogTimestampsBuilder()Output only.GcsFileSpec.Builder.getGcsTimestampsBuilder()Output only.Entry.Builder.getSourceSystemTimestampsBuilder()Output only.Taxonomy.Builder.getTaxonomyTimestampsBuilder()Output only.SystemTimestamps.Builder.mergeCreateTime(com.google.protobuf.Timestamp value) The creation time of the resource within the given system.SystemTimestamps.Builder.mergeExpireTime(com.google.protobuf.Timestamp value) Output only.SystemTimestamps.Builder.mergeFrom(SystemTimestamps other) SystemTimestamps.Builder.mergeFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) SystemTimestamps.Builder.mergeFrom(com.google.protobuf.Message other) SystemTimestamps.Builder.mergeUpdateTime(com.google.protobuf.Timestamp value) The last-modified time of the resource within the given system.static SystemTimestamps.BuilderSystemTimestamps.newBuilder()static SystemTimestamps.BuilderSystemTimestamps.newBuilder(SystemTimestamps prototype) SystemTimestamps.newBuilderForType()protected SystemTimestamps.BuilderSystemTimestamps.newBuilderForType(com.google.protobuf.AbstractMessage.BuilderParent parent) SystemTimestamps.Builder.setCreateTime(com.google.protobuf.Timestamp value) The creation time of the resource within the given system.SystemTimestamps.Builder.setCreateTime(com.google.protobuf.Timestamp.Builder builderForValue) The creation time of the resource within the given system.SystemTimestamps.Builder.setExpireTime(com.google.protobuf.Timestamp value) Output only.SystemTimestamps.Builder.setExpireTime(com.google.protobuf.Timestamp.Builder builderForValue) Output only.SystemTimestamps.Builder.setUpdateTime(com.google.protobuf.Timestamp value) The last-modified time of the resource within the given system.SystemTimestamps.Builder.setUpdateTime(com.google.protobuf.Timestamp.Builder builderForValue) The last-modified time of the resource within the given system.SystemTimestamps.toBuilder()Methods in com.google.cloud.datacatalog.v1beta1 with parameters of type SystemTimestamps.BuilderModifier and TypeMethodDescriptionEntryGroup.Builder.setDataCatalogTimestamps(SystemTimestamps.Builder builderForValue) Output only.GcsFileSpec.Builder.setGcsTimestamps(SystemTimestamps.Builder builderForValue) Output only.Entry.Builder.setSourceSystemTimestamps(SystemTimestamps.Builder builderForValue) Output only.Taxonomy.Builder.setTaxonomyTimestamps(SystemTimestamps.Builder builderForValue) Output only.