Package com.google.cloud.datacatalog.v1
Class SystemTimestamps.Builder
- java.lang.Object
-
- com.google.protobuf.AbstractMessageLite.Builder
-
- com.google.protobuf.AbstractMessage.Builder<BuilderT>
-
- com.google.protobuf.GeneratedMessageV3.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.GeneratedMessageV3.Builder<SystemTimestamps.Builder> implements SystemTimestampsOrBuilder
Timestamps associated with this resource in a particular system.
Protobuf typegoogle.cloud.datacatalog.v1.SystemTimestamps
-
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description SystemTimestamps.Builder
addRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field, Object value)
SystemTimestamps
build()
SystemTimestamps
buildPartial()
SystemTimestamps.Builder
clear()
SystemTimestamps.Builder
clearCreateTime()
Creation timestamp of the resource within the given system.SystemTimestamps.Builder
clearExpireTime()
Output only.SystemTimestamps.Builder
clearField(com.google.protobuf.Descriptors.FieldDescriptor field)
SystemTimestamps.Builder
clearOneof(com.google.protobuf.Descriptors.OneofDescriptor oneof)
SystemTimestamps.Builder
clearUpdateTime()
Timestamp of the last modification of the resource or its metadata within a given system.SystemTimestamps.Builder
clone()
com.google.protobuf.Timestamp
getCreateTime()
Creation timestamp of the resource within the given system.com.google.protobuf.Timestamp.Builder
getCreateTimeBuilder()
Creation timestamp of the resource within the given system.com.google.protobuf.TimestampOrBuilder
getCreateTimeOrBuilder()
Creation timestamp of the resource within the given system.SystemTimestamps
getDefaultInstanceForType()
static com.google.protobuf.Descriptors.Descriptor
getDescriptor()
com.google.protobuf.Descriptors.Descriptor
getDescriptorForType()
com.google.protobuf.Timestamp
getExpireTime()
Output only.com.google.protobuf.Timestamp.Builder
getExpireTimeBuilder()
Output only.com.google.protobuf.TimestampOrBuilder
getExpireTimeOrBuilder()
Output only.com.google.protobuf.Timestamp
getUpdateTime()
Timestamp of the last modification of the resource or its metadata within a given system.com.google.protobuf.Timestamp.Builder
getUpdateTimeBuilder()
Timestamp of the last modification of the resource or its metadata within a given system.com.google.protobuf.TimestampOrBuilder
getUpdateTimeOrBuilder()
Timestamp of the last modification of the resource or its metadata within a given system.boolean
hasCreateTime()
Creation timestamp of the resource within the given system.boolean
hasExpireTime()
Output only.boolean
hasUpdateTime()
Timestamp of the last modification of the resource or its metadata within a given system.protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable
internalGetFieldAccessorTable()
boolean
isInitialized()
SystemTimestamps.Builder
mergeCreateTime(com.google.protobuf.Timestamp value)
Creation timestamp 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
mergeUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields)
SystemTimestamps.Builder
mergeUpdateTime(com.google.protobuf.Timestamp value)
Timestamp of the last modification of the resource or its metadata within a given system.SystemTimestamps.Builder
setCreateTime(com.google.protobuf.Timestamp value)
Creation timestamp of the resource within the given system.SystemTimestamps.Builder
setCreateTime(com.google.protobuf.Timestamp.Builder builderForValue)
Creation timestamp 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
setField(com.google.protobuf.Descriptors.FieldDescriptor field, Object value)
SystemTimestamps.Builder
setRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field, int index, Object value)
SystemTimestamps.Builder
setUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields)
SystemTimestamps.Builder
setUpdateTime(com.google.protobuf.Timestamp value)
Timestamp of the last modification of the resource or its metadata within a given system.SystemTimestamps.Builder
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.GeneratedMessageV3.Builder
getAllFields, getField, getFieldBuilder, getOneofFieldDescriptor, getParentForChildren, getRepeatedField, getRepeatedFieldBuilder, getRepeatedFieldCount, getUnknownFields, getUnknownFieldSetBuilder, hasField, hasOneof, internalGetMapField, internalGetMutableMapField, isClean, markClean, mergeUnknownLengthDelimitedField, mergeUnknownVarintField, newBuilderForField, onBuilt, onChanged, parseUnknownField, 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
-
-
-
-
Method Detail
-
getDescriptor
public static final com.google.protobuf.Descriptors.Descriptor getDescriptor()
-
internalGetFieldAccessorTable
protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()
- Specified by:
internalGetFieldAccessorTable
in classcom.google.protobuf.GeneratedMessageV3.Builder<SystemTimestamps.Builder>
-
clear
public SystemTimestamps.Builder clear()
- Specified by:
clear
in interfacecom.google.protobuf.Message.Builder
- Specified by:
clear
in interfacecom.google.protobuf.MessageLite.Builder
- Overrides:
clear
in classcom.google.protobuf.GeneratedMessageV3.Builder<SystemTimestamps.Builder>
-
getDescriptorForType
public com.google.protobuf.Descriptors.Descriptor getDescriptorForType()
- Specified by:
getDescriptorForType
in interfacecom.google.protobuf.Message.Builder
- Specified by:
getDescriptorForType
in interfacecom.google.protobuf.MessageOrBuilder
- Overrides:
getDescriptorForType
in classcom.google.protobuf.GeneratedMessageV3.Builder<SystemTimestamps.Builder>
-
getDefaultInstanceForType
public SystemTimestamps getDefaultInstanceForType()
- Specified by:
getDefaultInstanceForType
in interfacecom.google.protobuf.MessageLiteOrBuilder
- Specified by:
getDefaultInstanceForType
in interfacecom.google.protobuf.MessageOrBuilder
-
build
public SystemTimestamps build()
- Specified by:
build
in interfacecom.google.protobuf.Message.Builder
- Specified by:
build
in interfacecom.google.protobuf.MessageLite.Builder
-
buildPartial
public SystemTimestamps buildPartial()
- Specified by:
buildPartial
in interfacecom.google.protobuf.Message.Builder
- Specified by:
buildPartial
in interfacecom.google.protobuf.MessageLite.Builder
-
clone
public SystemTimestamps.Builder clone()
- Specified by:
clone
in interfacecom.google.protobuf.Message.Builder
- Specified by:
clone
in interfacecom.google.protobuf.MessageLite.Builder
- Overrides:
clone
in classcom.google.protobuf.GeneratedMessageV3.Builder<SystemTimestamps.Builder>
-
setField
public SystemTimestamps.Builder setField(com.google.protobuf.Descriptors.FieldDescriptor field, Object value)
- Specified by:
setField
in interfacecom.google.protobuf.Message.Builder
- Overrides:
setField
in classcom.google.protobuf.GeneratedMessageV3.Builder<SystemTimestamps.Builder>
-
clearField
public SystemTimestamps.Builder clearField(com.google.protobuf.Descriptors.FieldDescriptor field)
- Specified by:
clearField
in interfacecom.google.protobuf.Message.Builder
- Overrides:
clearField
in classcom.google.protobuf.GeneratedMessageV3.Builder<SystemTimestamps.Builder>
-
clearOneof
public SystemTimestamps.Builder clearOneof(com.google.protobuf.Descriptors.OneofDescriptor oneof)
- Specified by:
clearOneof
in interfacecom.google.protobuf.Message.Builder
- Overrides:
clearOneof
in classcom.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 interfacecom.google.protobuf.Message.Builder
- Overrides:
setRepeatedField
in classcom.google.protobuf.GeneratedMessageV3.Builder<SystemTimestamps.Builder>
-
addRepeatedField
public SystemTimestamps.Builder addRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field, Object value)
- Specified by:
addRepeatedField
in interfacecom.google.protobuf.Message.Builder
- Overrides:
addRepeatedField
in classcom.google.protobuf.GeneratedMessageV3.Builder<SystemTimestamps.Builder>
-
mergeFrom
public SystemTimestamps.Builder mergeFrom(com.google.protobuf.Message other)
- Specified by:
mergeFrom
in interfacecom.google.protobuf.Message.Builder
- Overrides:
mergeFrom
in classcom.google.protobuf.AbstractMessage.Builder<SystemTimestamps.Builder>
-
mergeFrom
public SystemTimestamps.Builder mergeFrom(SystemTimestamps other)
-
isInitialized
public final boolean isInitialized()
- Specified by:
isInitialized
in interfacecom.google.protobuf.MessageLiteOrBuilder
- Overrides:
isInitialized
in classcom.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 interfacecom.google.protobuf.Message.Builder
- Specified by:
mergeFrom
in interfacecom.google.protobuf.MessageLite.Builder
- Overrides:
mergeFrom
in classcom.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 interfaceSystemTimestampsOrBuilder
- 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 interfaceSystemTimestampsOrBuilder
- 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 interfaceSystemTimestampsOrBuilder
-
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 interfaceSystemTimestampsOrBuilder
- 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 interfaceSystemTimestampsOrBuilder
- 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 interfaceSystemTimestampsOrBuilder
-
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 interfaceSystemTimestampsOrBuilder
- 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 interfaceSystemTimestampsOrBuilder
- 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 interfaceSystemTimestampsOrBuilder
-
setUnknownFields
public final SystemTimestamps.Builder setUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields)
- Specified by:
setUnknownFields
in interfacecom.google.protobuf.Message.Builder
- Overrides:
setUnknownFields
in classcom.google.protobuf.GeneratedMessageV3.Builder<SystemTimestamps.Builder>
-
mergeUnknownFields
public final SystemTimestamps.Builder mergeUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields)
- Specified by:
mergeUnknownFields
in interfacecom.google.protobuf.Message.Builder
- Overrides:
mergeUnknownFields
in classcom.google.protobuf.GeneratedMessageV3.Builder<SystemTimestamps.Builder>
-
-