public static final class UploadAssetMetadata.Builder extends GeneratedMessageV3.Builder<UploadAssetMetadata.Builder> implements UploadAssetMetadataOrBuilder
Metadata for UploadAsset.
Protobuf type google.cloud.visionai.v1.UploadAssetMetadata
Inherited Members
com.google.protobuf.GeneratedMessageV3.Builder.getUnknownFieldSetBuilder()
com.google.protobuf.GeneratedMessageV3.Builder.internalGetMapFieldReflection(int)
com.google.protobuf.GeneratedMessageV3.Builder.internalGetMutableMapFieldReflection(int)
com.google.protobuf.GeneratedMessageV3.Builder.mergeUnknownLengthDelimitedField(int,com.google.protobuf.ByteString)
com.google.protobuf.GeneratedMessageV3.Builder.mergeUnknownVarintField(int,int)
com.google.protobuf.GeneratedMessageV3.Builder.parseUnknownField(com.google.protobuf.CodedInputStream,com.google.protobuf.ExtensionRegistryLite,int)
com.google.protobuf.GeneratedMessageV3.Builder.setUnknownFieldSetBuilder(com.google.protobuf.UnknownFieldSet.Builder)
Static Methods
public static final Descriptors.Descriptor getDescriptor()
Methods
public UploadAssetMetadata.Builder addRepeatedField(Descriptors.FieldDescriptor field, Object value)
Overrides
public UploadAssetMetadata build()
public UploadAssetMetadata buildPartial()
public UploadAssetMetadata.Builder clear()
Overrides
public UploadAssetMetadata.Builder clearField(Descriptors.FieldDescriptor field)
Overrides
public UploadAssetMetadata.Builder clearOneof(Descriptors.OneofDescriptor oneof)
Overrides
public UploadAssetMetadata.Builder clearStartTime()
The start time of the operation.
.google.protobuf.Timestamp start_time = 1;
public UploadAssetMetadata.Builder clearUpdateTime()
The update time of the operation.
.google.protobuf.Timestamp update_time = 2;
public UploadAssetMetadata.Builder clone()
Overrides
public UploadAssetMetadata getDefaultInstanceForType()
public Descriptors.Descriptor getDescriptorForType()
Overrides
public Timestamp getStartTime()
The start time of the operation.
.google.protobuf.Timestamp start_time = 1;
Returns |
Type |
Description |
Timestamp |
The startTime.
|
public Timestamp.Builder getStartTimeBuilder()
The start time of the operation.
.google.protobuf.Timestamp start_time = 1;
public TimestampOrBuilder getStartTimeOrBuilder()
The start time of the operation.
.google.protobuf.Timestamp start_time = 1;
public Timestamp getUpdateTime()
The update time of the operation.
.google.protobuf.Timestamp update_time = 2;
Returns |
Type |
Description |
Timestamp |
The updateTime.
|
public Timestamp.Builder getUpdateTimeBuilder()
The update time of the operation.
.google.protobuf.Timestamp update_time = 2;
public TimestampOrBuilder getUpdateTimeOrBuilder()
The update time of the operation.
.google.protobuf.Timestamp update_time = 2;
public boolean hasStartTime()
The start time of the operation.
.google.protobuf.Timestamp start_time = 1;
Returns |
Type |
Description |
boolean |
Whether the startTime field is set.
|
public boolean hasUpdateTime()
The update time of the operation.
.google.protobuf.Timestamp update_time = 2;
Returns |
Type |
Description |
boolean |
Whether the updateTime field is set.
|
protected GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()
Overrides
public final boolean isInitialized()
Overrides
public UploadAssetMetadata.Builder mergeFrom(UploadAssetMetadata other)
public UploadAssetMetadata.Builder mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
Overrides
public UploadAssetMetadata.Builder mergeFrom(Message other)
Parameter |
Name |
Description |
other |
Message
|
Overrides
public UploadAssetMetadata.Builder mergeStartTime(Timestamp value)
The start time of the operation.
.google.protobuf.Timestamp start_time = 1;
public final UploadAssetMetadata.Builder mergeUnknownFields(UnknownFieldSet unknownFields)
Overrides
public UploadAssetMetadata.Builder mergeUpdateTime(Timestamp value)
The update time of the operation.
.google.protobuf.Timestamp update_time = 2;
public UploadAssetMetadata.Builder setField(Descriptors.FieldDescriptor field, Object value)
Overrides
public UploadAssetMetadata.Builder setRepeatedField(Descriptors.FieldDescriptor field, int index, Object value)
Overrides
public UploadAssetMetadata.Builder setStartTime(Timestamp value)
The start time of the operation.
.google.protobuf.Timestamp start_time = 1;
public UploadAssetMetadata.Builder setStartTime(Timestamp.Builder builderForValue)
The start time of the operation.
.google.protobuf.Timestamp start_time = 1;
Parameter |
Name |
Description |
builderForValue |
Builder
|
public final UploadAssetMetadata.Builder setUnknownFields(UnknownFieldSet unknownFields)
Overrides
public UploadAssetMetadata.Builder setUpdateTime(Timestamp value)
The update time of the operation.
.google.protobuf.Timestamp update_time = 2;
public UploadAssetMetadata.Builder setUpdateTime(Timestamp.Builder builderForValue)
The update time of the operation.
.google.protobuf.Timestamp update_time = 2;
Parameter |
Name |
Description |
builderForValue |
Builder
|