Interface ExportAssetsResponseOrBuilder (3.41.0)

public interface ExportAssetsResponseOrBuilder extends MessageOrBuilder

Implements

MessageOrBuilder

Methods

getOutputConfig()

public abstract OutputConfig getOutputConfig()

Output configuration indicating where the results were output to.

.google.cloud.asset.v1.OutputConfig output_config = 2;

Returns
TypeDescription
OutputConfig

The outputConfig.

getOutputConfigOrBuilder()

public abstract OutputConfigOrBuilder getOutputConfigOrBuilder()

Output configuration indicating where the results were output to.

.google.cloud.asset.v1.OutputConfig output_config = 2;

Returns
TypeDescription
OutputConfigOrBuilder

getOutputResult()

public abstract OutputResult getOutputResult()

Output result indicating where the assets were exported to. For example, a set of actual Cloud Storage object URIs where the assets are exported to. The URIs can be different from what [output_config] has specified, as the service will split the output object into multiple ones once it exceeds a single Cloud Storage object limit.

.google.cloud.asset.v1.OutputResult output_result = 3;

Returns
TypeDescription
OutputResult

The outputResult.

getOutputResultOrBuilder()

public abstract OutputResultOrBuilder getOutputResultOrBuilder()

Output result indicating where the assets were exported to. For example, a set of actual Cloud Storage object URIs where the assets are exported to. The URIs can be different from what [output_config] has specified, as the service will split the output object into multiple ones once it exceeds a single Cloud Storage object limit.

.google.cloud.asset.v1.OutputResult output_result = 3;

Returns
TypeDescription
OutputResultOrBuilder

getReadTime()

public abstract Timestamp getReadTime()

Time the snapshot was taken.

.google.protobuf.Timestamp read_time = 1;

Returns
TypeDescription
Timestamp

The readTime.

getReadTimeOrBuilder()

public abstract TimestampOrBuilder getReadTimeOrBuilder()

Time the snapshot was taken.

.google.protobuf.Timestamp read_time = 1;

Returns
TypeDescription
TimestampOrBuilder

hasOutputConfig()

public abstract boolean hasOutputConfig()

Output configuration indicating where the results were output to.

.google.cloud.asset.v1.OutputConfig output_config = 2;

Returns
TypeDescription
boolean

Whether the outputConfig field is set.

hasOutputResult()

public abstract boolean hasOutputResult()

Output result indicating where the assets were exported to. For example, a set of actual Cloud Storage object URIs where the assets are exported to. The URIs can be different from what [output_config] has specified, as the service will split the output object into multiple ones once it exceeds a single Cloud Storage object limit.

.google.cloud.asset.v1.OutputResult output_result = 3;

Returns
TypeDescription
boolean

Whether the outputResult field is set.

hasReadTime()

public abstract boolean hasReadTime()

Time the snapshot was taken.

.google.protobuf.Timestamp read_time = 1;

Returns
TypeDescription
boolean

Whether the readTime field is set.