public interface ExportAssetsResponseOrBuilder extends MessageOrBuilderImplements
MessageOrBuilderMethods
getOutputConfig()
public abstract OutputConfig getOutputConfig()Output configuration indicating where the results were output to.
.google.cloud.asset.v1.OutputConfig output_config = 2;
| Returns | |
|---|---|
| Type | Description |
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 | |
|---|---|
| Type | Description |
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 | |
|---|---|
| Type | Description |
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 | |
|---|---|
| Type | Description |
OutputResultOrBuilder |
|
getReadTime()
public abstract Timestamp getReadTime()Time the snapshot was taken.
.google.protobuf.Timestamp read_time = 1;
| Returns | |
|---|---|
| Type | Description |
Timestamp |
The readTime. |
getReadTimeOrBuilder()
public abstract TimestampOrBuilder getReadTimeOrBuilder()Time the snapshot was taken.
.google.protobuf.Timestamp read_time = 1;
| Returns | |
|---|---|
| Type | Description |
TimestampOrBuilder |
|
hasOutputConfig()
public abstract boolean hasOutputConfig()Output configuration indicating where the results were output to.
.google.cloud.asset.v1.OutputConfig output_config = 2;
| Returns | |
|---|---|
| Type | Description |
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 | |
|---|---|
| Type | Description |
boolean |
Whether the outputResult field is set. |
hasReadTime()
public abstract boolean hasReadTime()Time the snapshot was taken.
.google.protobuf.Timestamp read_time = 1;
| Returns | |
|---|---|
| Type | Description |
boolean |
Whether the readTime field is set. |