Uses of Class
com.google.cloud.asset.v1.OutputResult
-
Packages that use OutputResult Package Description com.google.cloud.asset.v1 A client to Cloud Asset API -
-
Uses of OutputResult in com.google.cloud.asset.v1
Methods in com.google.cloud.asset.v1 that return OutputResult Modifier and Type Method Description OutputResult
OutputResult.Builder. build()
OutputResult
OutputResult.Builder. buildPartial()
static OutputResult
OutputResult. getDefaultInstance()
OutputResult
OutputResult.Builder. getDefaultInstanceForType()
OutputResult
OutputResult. getDefaultInstanceForType()
OutputResult
ExportAssetsResponse.Builder. getOutputResult()
Output result indicating where the assets were exported to.OutputResult
ExportAssetsResponse. getOutputResult()
Output result indicating where the assets were exported to.OutputResult
ExportAssetsResponseOrBuilder. getOutputResult()
Output result indicating where the assets were exported to.static OutputResult
OutputResult. parseDelimitedFrom(InputStream input)
static OutputResult
OutputResult. parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static OutputResult
OutputResult. parseFrom(byte[] data)
static OutputResult
OutputResult. parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static OutputResult
OutputResult. parseFrom(com.google.protobuf.ByteString data)
static OutputResult
OutputResult. parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static OutputResult
OutputResult. parseFrom(com.google.protobuf.CodedInputStream input)
static OutputResult
OutputResult. parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static OutputResult
OutputResult. parseFrom(InputStream input)
static OutputResult
OutputResult. parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static OutputResult
OutputResult. parseFrom(ByteBuffer data)
static OutputResult
OutputResult. parseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
Methods in com.google.cloud.asset.v1 that return types with arguments of type OutputResult Modifier and Type Method Description com.google.protobuf.Parser<OutputResult>
OutputResult. getParserForType()
static com.google.protobuf.Parser<OutputResult>
OutputResult. parser()
Methods in com.google.cloud.asset.v1 with parameters of type OutputResult Modifier and Type Method Description OutputResult.Builder
OutputResult.Builder. mergeFrom(OutputResult other)
ExportAssetsResponse.Builder
ExportAssetsResponse.Builder. mergeOutputResult(OutputResult value)
Output result indicating where the assets were exported to.static OutputResult.Builder
OutputResult. newBuilder(OutputResult prototype)
ExportAssetsResponse.Builder
ExportAssetsResponse.Builder. setOutputResult(OutputResult value)
Output result indicating where the assets were exported to.
-