- 3.55.0 (latest)
- 3.53.0
- 3.52.0
- 3.51.0
- 3.50.0
- 3.49.0
- 3.48.0
- 3.47.0
- 3.46.0
- 3.45.0
- 3.44.0
- 3.43.0
- 3.41.0
- 3.40.0
- 3.39.0
- 3.38.0
- 3.37.0
- 3.36.0
- 3.35.0
- 3.34.0
- 3.33.0
- 3.32.0
- 3.31.0
- 3.28.0
- 3.27.0
- 3.26.0
- 3.25.0
- 3.24.0
- 3.23.0
- 3.22.0
- 3.21.0
- 3.20.0
- 3.19.0
- 3.18.0
- 3.17.0
- 3.16.0
- 3.15.0
- 3.14.0
- 3.13.0
- 3.12.0
- 3.11.0
- 3.10.0
- 3.9.0
- 3.8.0
- 3.7.2-SNAPSHOT
- 3.6.0
- 3.4.1
- 3.3.1
- 3.2.17
public static final class TemporalAsset.Builder extends GeneratedMessageV3.Builder<TemporalAsset.Builder> implements TemporalAssetOrBuilder
Temporal asset. In addition to the asset, the temporal asset includes the status of the asset and valid from and to time of it.
Protobuf type google.cloud.asset.v1p2beta1.TemporalAsset
Inheritance
Object > AbstractMessageLite.Builder<MessageType,BuilderType> > AbstractMessage.Builder<BuilderType> > GeneratedMessageV3.Builder > TemporalAsset.BuilderImplements
TemporalAssetOrBuilderStatic Methods
getDescriptor()
public static final Descriptors.Descriptor getDescriptor()
Type | Description |
Descriptor |
Methods
addRepeatedField(Descriptors.FieldDescriptor field, Object value)
public TemporalAsset.Builder addRepeatedField(Descriptors.FieldDescriptor field, Object value)
Name | Description |
field | FieldDescriptor |
value | Object |
Type | Description |
TemporalAsset.Builder |
build()
public TemporalAsset build()
Type | Description |
TemporalAsset |
buildPartial()
public TemporalAsset buildPartial()
Type | Description |
TemporalAsset |
clear()
public TemporalAsset.Builder clear()
Type | Description |
TemporalAsset.Builder |
clearAsset()
public TemporalAsset.Builder clearAsset()
Asset.
.google.cloud.asset.v1p2beta1.Asset asset = 3;
Type | Description |
TemporalAsset.Builder |
clearDeleted()
public TemporalAsset.Builder clearDeleted()
If the asset is deleted or not.
bool deleted = 2;
Type | Description |
TemporalAsset.Builder | This builder for chaining. |
clearField(Descriptors.FieldDescriptor field)
public TemporalAsset.Builder clearField(Descriptors.FieldDescriptor field)
Name | Description |
field | FieldDescriptor |
Type | Description |
TemporalAsset.Builder |
clearOneof(Descriptors.OneofDescriptor oneof)
public TemporalAsset.Builder clearOneof(Descriptors.OneofDescriptor oneof)
Name | Description |
oneof | OneofDescriptor |
Type | Description |
TemporalAsset.Builder |
clearWindow()
public TemporalAsset.Builder clearWindow()
The time window when the asset data and state was observed.
.google.cloud.asset.v1p2beta1.TimeWindow window = 1;
Type | Description |
TemporalAsset.Builder |
clone()
public TemporalAsset.Builder clone()
Type | Description |
TemporalAsset.Builder |
getAsset()
public Asset getAsset()
Asset.
.google.cloud.asset.v1p2beta1.Asset asset = 3;
Type | Description |
Asset | The asset. |
getAssetBuilder()
public Asset.Builder getAssetBuilder()
Asset.
.google.cloud.asset.v1p2beta1.Asset asset = 3;
Type | Description |
Asset.Builder |
getAssetOrBuilder()
public AssetOrBuilder getAssetOrBuilder()
Asset.
.google.cloud.asset.v1p2beta1.Asset asset = 3;
Type | Description |
AssetOrBuilder |
getDefaultInstanceForType()
public TemporalAsset getDefaultInstanceForType()
Type | Description |
TemporalAsset |
getDeleted()
public boolean getDeleted()
If the asset is deleted or not.
bool deleted = 2;
Type | Description |
boolean | The deleted. |
getDescriptorForType()
public Descriptors.Descriptor getDescriptorForType()
Type | Description |
Descriptor |
getWindow()
public TimeWindow getWindow()
The time window when the asset data and state was observed.
.google.cloud.asset.v1p2beta1.TimeWindow window = 1;
Type | Description |
TimeWindow | The window. |
getWindowBuilder()
public TimeWindow.Builder getWindowBuilder()
The time window when the asset data and state was observed.
.google.cloud.asset.v1p2beta1.TimeWindow window = 1;
Type | Description |
TimeWindow.Builder |
getWindowOrBuilder()
public TimeWindowOrBuilder getWindowOrBuilder()
The time window when the asset data and state was observed.
.google.cloud.asset.v1p2beta1.TimeWindow window = 1;
Type | Description |
TimeWindowOrBuilder |
hasAsset()
public boolean hasAsset()
Asset.
.google.cloud.asset.v1p2beta1.Asset asset = 3;
Type | Description |
boolean | Whether the asset field is set. |
hasWindow()
public boolean hasWindow()
The time window when the asset data and state was observed.
.google.cloud.asset.v1p2beta1.TimeWindow window = 1;
Type | Description |
boolean | Whether the window field is set. |
internalGetFieldAccessorTable()
protected GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()
Type | Description |
FieldAccessorTable |
isInitialized()
public final boolean isInitialized()
Type | Description |
boolean |
mergeAsset(Asset value)
public TemporalAsset.Builder mergeAsset(Asset value)
Asset.
.google.cloud.asset.v1p2beta1.Asset asset = 3;
Name | Description |
value | Asset |
Type | Description |
TemporalAsset.Builder |
mergeFrom(TemporalAsset other)
public TemporalAsset.Builder mergeFrom(TemporalAsset other)
Name | Description |
other | TemporalAsset |
Type | Description |
TemporalAsset.Builder |
mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
public TemporalAsset.Builder mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
Name | Description |
input | CodedInputStream |
extensionRegistry | ExtensionRegistryLite |
Type | Description |
TemporalAsset.Builder |
Type | Description |
IOException |
mergeFrom(Message other)
public TemporalAsset.Builder mergeFrom(Message other)
Name | Description |
other | Message |
Type | Description |
TemporalAsset.Builder |
mergeUnknownFields(UnknownFieldSet unknownFields)
public final TemporalAsset.Builder mergeUnknownFields(UnknownFieldSet unknownFields)
Name | Description |
unknownFields | UnknownFieldSet |
Type | Description |
TemporalAsset.Builder |
mergeWindow(TimeWindow value)
public TemporalAsset.Builder mergeWindow(TimeWindow value)
The time window when the asset data and state was observed.
.google.cloud.asset.v1p2beta1.TimeWindow window = 1;
Name | Description |
value | TimeWindow |
Type | Description |
TemporalAsset.Builder |
setAsset(Asset value)
public TemporalAsset.Builder setAsset(Asset value)
Asset.
.google.cloud.asset.v1p2beta1.Asset asset = 3;
Name | Description |
value | Asset |
Type | Description |
TemporalAsset.Builder |
setAsset(Asset.Builder builderForValue)
public TemporalAsset.Builder setAsset(Asset.Builder builderForValue)
Asset.
.google.cloud.asset.v1p2beta1.Asset asset = 3;
Name | Description |
builderForValue | Asset.Builder |
Type | Description |
TemporalAsset.Builder |
setDeleted(boolean value)
public TemporalAsset.Builder setDeleted(boolean value)
If the asset is deleted or not.
bool deleted = 2;
Name | Description |
value | boolean The deleted to set. |
Type | Description |
TemporalAsset.Builder | This builder for chaining. |
setField(Descriptors.FieldDescriptor field, Object value)
public TemporalAsset.Builder setField(Descriptors.FieldDescriptor field, Object value)
Name | Description |
field | FieldDescriptor |
value | Object |
Type | Description |
TemporalAsset.Builder |
setRepeatedField(Descriptors.FieldDescriptor field, int index, Object value)
public TemporalAsset.Builder setRepeatedField(Descriptors.FieldDescriptor field, int index, Object value)
Name | Description |
field | FieldDescriptor |
index | int |
value | Object |
Type | Description |
TemporalAsset.Builder |
setUnknownFields(UnknownFieldSet unknownFields)
public final TemporalAsset.Builder setUnknownFields(UnknownFieldSet unknownFields)
Name | Description |
unknownFields | UnknownFieldSet |
Type | Description |
TemporalAsset.Builder |
setWindow(TimeWindow value)
public TemporalAsset.Builder setWindow(TimeWindow value)
The time window when the asset data and state was observed.
.google.cloud.asset.v1p2beta1.TimeWindow window = 1;
Name | Description |
value | TimeWindow |
Type | Description |
TemporalAsset.Builder |
setWindow(TimeWindow.Builder builderForValue)
public TemporalAsset.Builder setWindow(TimeWindow.Builder builderForValue)
The time window when the asset data and state was observed.
.google.cloud.asset.v1p2beta1.TimeWindow window = 1;
Name | Description |
builderForValue | TimeWindow.Builder |
Type | Description |
TemporalAsset.Builder |