public interface ExportAssetsResponseOrBuilder
extends com.google.protobuf.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.
|
com.google.protobuf.Timestamp |
getReadTime()
Time the snapshot was taken.
|
com.google.protobuf.TimestampOrBuilder |
getReadTimeOrBuilder()
Time the snapshot was taken.
|
boolean |
hasOutputConfig()
Output configuration indicating where the results were output to.
|
boolean |
hasReadTime()
Time the snapshot was taken.
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneofboolean hasReadTime()
Time the snapshot was taken.
.google.protobuf.Timestamp read_time = 1;com.google.protobuf.Timestamp getReadTime()
Time the snapshot was taken.
.google.protobuf.Timestamp read_time = 1;com.google.protobuf.TimestampOrBuilder getReadTimeOrBuilder()
Time the snapshot was taken.
.google.protobuf.Timestamp read_time = 1;boolean hasOutputConfig()
Output configuration indicating where the results were output to. All results are in JSON format.
.google.cloud.asset.v1p2beta1.OutputConfig output_config = 2;OutputConfig getOutputConfig()
Output configuration indicating where the results were output to. All results are in JSON format.
.google.cloud.asset.v1p2beta1.OutputConfig output_config = 2;OutputConfigOrBuilder getOutputConfigOrBuilder()
Output configuration indicating where the results were output to. All results are in JSON format.
.google.cloud.asset.v1p2beta1.OutputConfig output_config = 2;Copyright © 2020 Google LLC. All rights reserved.