public interface ExportAssetsResponseOrBuilder extends MessageOrBuilder
Modifier and Type | Method and Description |
---|---|
OutputConfig |
getOutputConfig()
Output configuration indicating where the results were output to.
|
OutputConfigOrBuilder |
getOutputConfigOrBuilder()
Output configuration indicating where the results were output to.
|
OutputResult |
getOutputResult()
Output result indicating where the assets were exported to.
|
OutputResultOrBuilder |
getOutputResultOrBuilder()
Output result indicating where the assets were exported to.
|
Timestamp |
getReadTime()
Time the snapshot was taken.
|
TimestampOrBuilder |
getReadTimeOrBuilder()
Time the snapshot was taken.
|
boolean |
hasOutputConfig()
Output configuration indicating where the results were output to.
|
boolean |
hasOutputResult()
Output result indicating where the assets were exported to.
|
boolean |
hasReadTime()
Time the snapshot was taken.
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
isInitialized
boolean hasReadTime()
Time the snapshot was taken.
.google.protobuf.Timestamp read_time = 1;
Timestamp getReadTime()
Time the snapshot was taken.
.google.protobuf.Timestamp read_time = 1;
TimestampOrBuilder getReadTimeOrBuilder()
Time the snapshot was taken.
.google.protobuf.Timestamp read_time = 1;
boolean hasOutputConfig()
Output configuration indicating where the results were output to.
.google.cloud.asset.v1.OutputConfig output_config = 2;
OutputConfig getOutputConfig()
Output configuration indicating where the results were output to.
.google.cloud.asset.v1.OutputConfig output_config = 2;
OutputConfigOrBuilder getOutputConfigOrBuilder()
Output configuration indicating where the results were output to.
.google.cloud.asset.v1.OutputConfig output_config = 2;
boolean hasOutputResult()
Output result indicating where the assets were exported to. For example, a set of actual Google 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 Google Cloud Storage object limit.
.google.cloud.asset.v1.OutputResult output_result = 3;
OutputResult getOutputResult()
Output result indicating where the assets were exported to. For example, a set of actual Google 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 Google Cloud Storage object limit.
.google.cloud.asset.v1.OutputResult output_result = 3;
OutputResultOrBuilder getOutputResultOrBuilder()
Output result indicating where the assets were exported to. For example, a set of actual Google 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 Google Cloud Storage object limit.
.google.cloud.asset.v1.OutputResult output_result = 3;
Copyright © 2022 Google LLC. All rights reserved.