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 OutputResultOutputResult.Builder. build()OutputResultOutputResult.Builder. buildPartial()static OutputResultOutputResult. getDefaultInstance()OutputResultOutputResult.Builder. getDefaultInstanceForType()OutputResultOutputResult. getDefaultInstanceForType()OutputResultExportAssetsResponse.Builder. getOutputResult()Output result indicating where the assets were exported to.OutputResultExportAssetsResponse. getOutputResult()Output result indicating where the assets were exported to.OutputResultExportAssetsResponseOrBuilder. getOutputResult()Output result indicating where the assets were exported to.static OutputResultOutputResult. parseDelimitedFrom(InputStream input)static OutputResultOutputResult. parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static OutputResultOutputResult. parseFrom(byte[] data)static OutputResultOutputResult. parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static OutputResultOutputResult. parseFrom(com.google.protobuf.ByteString data)static OutputResultOutputResult. parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static OutputResultOutputResult. parseFrom(com.google.protobuf.CodedInputStream input)static OutputResultOutputResult. parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static OutputResultOutputResult. parseFrom(InputStream input)static OutputResultOutputResult. parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static OutputResultOutputResult. parseFrom(ByteBuffer data)static OutputResultOutputResult. 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.BuilderOutputResult.Builder. mergeFrom(OutputResult other)ExportAssetsResponse.BuilderExportAssetsResponse.Builder. mergeOutputResult(OutputResult value)Output result indicating where the assets were exported to.static OutputResult.BuilderOutputResult. newBuilder(OutputResult prototype)ExportAssetsResponse.BuilderExportAssetsResponse.Builder. setOutputResult(OutputResult value)Output result indicating where the assets were exported to.
-