- 3.82.0 (latest)
- 3.80.0
- 3.79.0
- 3.78.0
- 3.77.0
- 3.76.0
- 3.74.0
- 3.72.0
- 3.71.0
- 3.68.0
- 3.67.0
- 3.66.0
- 3.64.0
- 3.63.0
- 3.62.0
- 3.61.0
- 3.60.0
- 3.59.0
- 3.58.0
- 3.57.0
- 3.56.0
- 3.55.0
- 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 TemporalAssetOrBuilderAn asset in Google Cloud and its temporal metadata, including the time window when it was observed and its status during that window.
Protobuf type google.cloud.asset.v1.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()An asset in Google Cloud.
.google.cloud.asset.v1.Asset asset = 3;
| Type | Description |
| TemporalAsset.Builder |
clearDeleted()
public TemporalAsset.Builder clearDeleted()Whether the asset has been 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 |
clearPriorAsset()
public TemporalAsset.Builder clearPriorAsset()Prior copy of the asset. Populated if prior_asset_state is PRESENT. Currently this is only set for responses in Real-Time Feed.
.google.cloud.asset.v1.Asset prior_asset = 5;
| Type | Description |
| TemporalAsset.Builder |
clearPriorAssetState()
public TemporalAsset.Builder clearPriorAssetState()State of prior_asset.
.google.cloud.asset.v1.TemporalAsset.PriorAssetState prior_asset_state = 4;
| Type | Description |
| TemporalAsset.Builder | This builder for chaining. |
clearWindow()
public TemporalAsset.Builder clearWindow()The time window when the asset data and state was observed.
.google.cloud.asset.v1.TimeWindow window = 1;
| Type | Description |
| TemporalAsset.Builder |
clone()
public TemporalAsset.Builder clone()| Type | Description |
| TemporalAsset.Builder |
getAsset()
public Asset getAsset()An asset in Google Cloud.
.google.cloud.asset.v1.Asset asset = 3;
| Type | Description |
| Asset | The asset. |
getAssetBuilder()
public Asset.Builder getAssetBuilder()An asset in Google Cloud.
.google.cloud.asset.v1.Asset asset = 3;
| Type | Description |
| Asset.Builder |
getAssetOrBuilder()
public AssetOrBuilder getAssetOrBuilder()An asset in Google Cloud.
.google.cloud.asset.v1.Asset asset = 3;
| Type | Description |
| AssetOrBuilder |
getDefaultInstanceForType()
public TemporalAsset getDefaultInstanceForType()| Type | Description |
| TemporalAsset |
getDeleted()
public boolean getDeleted()Whether the asset has been deleted or not.
bool deleted = 2;
| Type | Description |
| boolean | The deleted. |
getDescriptorForType()
public Descriptors.Descriptor getDescriptorForType()| Type | Description |
| Descriptor |
getPriorAsset()
public Asset getPriorAsset()Prior copy of the asset. Populated if prior_asset_state is PRESENT. Currently this is only set for responses in Real-Time Feed.
.google.cloud.asset.v1.Asset prior_asset = 5;
| Type | Description |
| Asset | The priorAsset. |
getPriorAssetBuilder()
public Asset.Builder getPriorAssetBuilder()Prior copy of the asset. Populated if prior_asset_state is PRESENT. Currently this is only set for responses in Real-Time Feed.
.google.cloud.asset.v1.Asset prior_asset = 5;
| Type | Description |
| Asset.Builder |
getPriorAssetOrBuilder()
public AssetOrBuilder getPriorAssetOrBuilder()Prior copy of the asset. Populated if prior_asset_state is PRESENT. Currently this is only set for responses in Real-Time Feed.
.google.cloud.asset.v1.Asset prior_asset = 5;
| Type | Description |
| AssetOrBuilder |
getPriorAssetState()
public TemporalAsset.PriorAssetState getPriorAssetState()State of prior_asset.
.google.cloud.asset.v1.TemporalAsset.PriorAssetState prior_asset_state = 4;
| Type | Description |
| TemporalAsset.PriorAssetState | The priorAssetState. |
getPriorAssetStateValue()
public int getPriorAssetStateValue()State of prior_asset.
.google.cloud.asset.v1.TemporalAsset.PriorAssetState prior_asset_state = 4;
| Type | Description |
| int | The enum numeric value on the wire for priorAssetState. |
getWindow()
public TimeWindow getWindow()The time window when the asset data and state was observed.
.google.cloud.asset.v1.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.v1.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.v1.TimeWindow window = 1;
| Type | Description |
| TimeWindowOrBuilder |
hasAsset()
public boolean hasAsset()An asset in Google Cloud.
.google.cloud.asset.v1.Asset asset = 3;
| Type | Description |
| boolean | Whether the asset field is set. |
hasPriorAsset()
public boolean hasPriorAsset()Prior copy of the asset. Populated if prior_asset_state is PRESENT. Currently this is only set for responses in Real-Time Feed.
.google.cloud.asset.v1.Asset prior_asset = 5;
| Type | Description |
| boolean | Whether the priorAsset field is set. |
hasWindow()
public boolean hasWindow()The time window when the asset data and state was observed.
.google.cloud.asset.v1.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)An asset in Google Cloud.
.google.cloud.asset.v1.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 |
mergePriorAsset(Asset value)
public TemporalAsset.Builder mergePriorAsset(Asset value)Prior copy of the asset. Populated if prior_asset_state is PRESENT. Currently this is only set for responses in Real-Time Feed.
.google.cloud.asset.v1.Asset prior_asset = 5;
| Name | Description |
| value | Asset |
| 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.v1.TimeWindow window = 1;
| Name | Description |
| value | TimeWindow |
| Type | Description |
| TemporalAsset.Builder |
setAsset(Asset value)
public TemporalAsset.Builder setAsset(Asset value)An asset in Google Cloud.
.google.cloud.asset.v1.Asset asset = 3;
| Name | Description |
| value | Asset |
| Type | Description |
| TemporalAsset.Builder |
setAsset(Asset.Builder builderForValue)
public TemporalAsset.Builder setAsset(Asset.Builder builderForValue)An asset in Google Cloud.
.google.cloud.asset.v1.Asset asset = 3;
| Name | Description |
| builderForValue | Asset.Builder |
| Type | Description |
| TemporalAsset.Builder |
setDeleted(boolean value)
public TemporalAsset.Builder setDeleted(boolean value)Whether the asset has been deleted or not.
bool deleted = 2;
| Name | Description |
| value | booleanThe 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 |
setPriorAsset(Asset value)
public TemporalAsset.Builder setPriorAsset(Asset value)Prior copy of the asset. Populated if prior_asset_state is PRESENT. Currently this is only set for responses in Real-Time Feed.
.google.cloud.asset.v1.Asset prior_asset = 5;
| Name | Description |
| value | Asset |
| Type | Description |
| TemporalAsset.Builder |
setPriorAsset(Asset.Builder builderForValue)
public TemporalAsset.Builder setPriorAsset(Asset.Builder builderForValue)Prior copy of the asset. Populated if prior_asset_state is PRESENT. Currently this is only set for responses in Real-Time Feed.
.google.cloud.asset.v1.Asset prior_asset = 5;
| Name | Description |
| builderForValue | Asset.Builder |
| Type | Description |
| TemporalAsset.Builder |
setPriorAssetState(TemporalAsset.PriorAssetState value)
public TemporalAsset.Builder setPriorAssetState(TemporalAsset.PriorAssetState value)State of prior_asset.
.google.cloud.asset.v1.TemporalAsset.PriorAssetState prior_asset_state = 4;
| Name | Description |
| value | TemporalAsset.PriorAssetStateThe priorAssetState to set. |
| Type | Description |
| TemporalAsset.Builder | This builder for chaining. |
setPriorAssetStateValue(int value)
public TemporalAsset.Builder setPriorAssetStateValue(int value)State of prior_asset.
.google.cloud.asset.v1.TemporalAsset.PriorAssetState prior_asset_state = 4;
| Name | Description |
| value | intThe enum numeric value on the wire for priorAssetState to set. |
| Type | Description |
| TemporalAsset.Builder | This builder for chaining. |
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.v1.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.v1.TimeWindow window = 1;
| Name | Description |
| builderForValue | TimeWindow.Builder |
| Type | Description |
| TemporalAsset.Builder |