Package com.google.cloud.asset.v1p7beta1
Interface ExportAssetsResponseOrBuilder
-
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder
,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
ExportAssetsResponse
,ExportAssetsResponse.Builder
public interface ExportAssetsResponseOrBuilder extends com.google.protobuf.MessageOrBuilder
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method 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.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
hasOutputResult()
Output result indicating where the assets were exported to.boolean
hasReadTime()
Time the snapshot was taken.-
Methods inherited from interface com.google.protobuf.MessageOrBuilder
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
-
-
-
-
Method Detail
-
hasReadTime
boolean hasReadTime()
Time the snapshot was taken.
.google.protobuf.Timestamp read_time = 1;
- Returns:
- Whether the readTime field is set.
-
getReadTime
com.google.protobuf.Timestamp getReadTime()
Time the snapshot was taken.
.google.protobuf.Timestamp read_time = 1;
- Returns:
- The readTime.
-
getReadTimeOrBuilder
com.google.protobuf.TimestampOrBuilder getReadTimeOrBuilder()
Time the snapshot was taken.
.google.protobuf.Timestamp read_time = 1;
-
hasOutputConfig
boolean hasOutputConfig()
Output configuration indicating where the results were output to.
.google.cloud.asset.v1p7beta1.OutputConfig output_config = 2;
- Returns:
- Whether the outputConfig field is set.
-
getOutputConfig
OutputConfig getOutputConfig()
Output configuration indicating where the results were output to.
.google.cloud.asset.v1p7beta1.OutputConfig output_config = 2;
- Returns:
- The outputConfig.
-
getOutputConfigOrBuilder
OutputConfigOrBuilder getOutputConfigOrBuilder()
Output configuration indicating where the results were output to.
.google.cloud.asset.v1p7beta1.OutputConfig output_config = 2;
-
hasOutputResult
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.v1p7beta1.OutputResult output_result = 3;
- Returns:
- Whether the outputResult field is set.
-
getOutputResult
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.v1p7beta1.OutputResult output_result = 3;
- Returns:
- The outputResult.
-
getOutputResultOrBuilder
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.v1p7beta1.OutputResult output_result = 3;
-
-