Uses of Class
com.google.cloud.asset.v1p7beta1.ExportAssetsRequest
-
Packages that use ExportAssetsRequest Package Description com.google.cloud.asset.v1p7beta1 A client to Cloud Asset APIcom.google.cloud.asset.v1p7beta1.stub -
-
Uses of ExportAssetsRequest in com.google.cloud.asset.v1p7beta1
Methods in com.google.cloud.asset.v1p7beta1 that return ExportAssetsRequest Modifier and Type Method Description ExportAssetsRequest
ExportAssetsRequest.Builder. build()
ExportAssetsRequest
ExportAssetsRequest.Builder. buildPartial()
static ExportAssetsRequest
ExportAssetsRequest. getDefaultInstance()
ExportAssetsRequest
ExportAssetsRequest.Builder. getDefaultInstanceForType()
ExportAssetsRequest
ExportAssetsRequest. getDefaultInstanceForType()
static ExportAssetsRequest
ExportAssetsRequest. parseDelimitedFrom(InputStream input)
static ExportAssetsRequest
ExportAssetsRequest. parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static ExportAssetsRequest
ExportAssetsRequest. parseFrom(byte[] data)
static ExportAssetsRequest
ExportAssetsRequest. parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static ExportAssetsRequest
ExportAssetsRequest. parseFrom(com.google.protobuf.ByteString data)
static ExportAssetsRequest
ExportAssetsRequest. parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static ExportAssetsRequest
ExportAssetsRequest. parseFrom(com.google.protobuf.CodedInputStream input)
static ExportAssetsRequest
ExportAssetsRequest. parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static ExportAssetsRequest
ExportAssetsRequest. parseFrom(InputStream input)
static ExportAssetsRequest
ExportAssetsRequest. parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static ExportAssetsRequest
ExportAssetsRequest. parseFrom(ByteBuffer data)
static ExportAssetsRequest
ExportAssetsRequest. parseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
Methods in com.google.cloud.asset.v1p7beta1 that return types with arguments of type ExportAssetsRequest Modifier and Type Method Description com.google.api.gax.longrunning.OperationFuture<ExportAssetsResponse,ExportAssetsRequest>
AssetServiceClient. exportAssetsAsync(ExportAssetsRequest request)
Exports assets with time and resource types to a given Cloud Storage location/BigQuery table.com.google.api.gax.rpc.UnaryCallable<ExportAssetsRequest,com.google.longrunning.Operation>
AssetServiceClient. exportAssetsCallable()
Exports assets with time and resource types to a given Cloud Storage location/BigQuery table.com.google.api.gax.rpc.OperationCallable<ExportAssetsRequest,ExportAssetsResponse,ExportAssetsRequest>
AssetServiceClient. exportAssetsOperationCallable()
Exports assets with time and resource types to a given Cloud Storage location/BigQuery table.com.google.api.gax.rpc.OperationCallable<ExportAssetsRequest,ExportAssetsResponse,ExportAssetsRequest>
AssetServiceClient. exportAssetsOperationCallable()
Exports assets with time and resource types to a given Cloud Storage location/BigQuery table.com.google.api.gax.rpc.OperationCallSettings.Builder<ExportAssetsRequest,ExportAssetsResponse,ExportAssetsRequest>
AssetServiceSettings.Builder. exportAssetsOperationSettings()
Returns the builder for the settings used for calls to exportAssets.com.google.api.gax.rpc.OperationCallSettings.Builder<ExportAssetsRequest,ExportAssetsResponse,ExportAssetsRequest>
AssetServiceSettings.Builder. exportAssetsOperationSettings()
Returns the builder for the settings used for calls to exportAssets.com.google.api.gax.rpc.OperationCallSettings<ExportAssetsRequest,ExportAssetsResponse,ExportAssetsRequest>
AssetServiceSettings. exportAssetsOperationSettings()
Returns the object with the settings used for calls to exportAssets.com.google.api.gax.rpc.OperationCallSettings<ExportAssetsRequest,ExportAssetsResponse,ExportAssetsRequest>
AssetServiceSettings. exportAssetsOperationSettings()
Returns the object with the settings used for calls to exportAssets.com.google.api.gax.rpc.UnaryCallSettings.Builder<ExportAssetsRequest,com.google.longrunning.Operation>
AssetServiceSettings.Builder. exportAssetsSettings()
Returns the builder for the settings used for calls to exportAssets.com.google.api.gax.rpc.UnaryCallSettings<ExportAssetsRequest,com.google.longrunning.Operation>
AssetServiceSettings. exportAssetsSettings()
Returns the object with the settings used for calls to exportAssets.static io.grpc.MethodDescriptor<ExportAssetsRequest,com.google.longrunning.Operation>
AssetServiceGrpc. getExportAssetsMethod()
com.google.protobuf.Parser<ExportAssetsRequest>
ExportAssetsRequest. getParserForType()
static com.google.protobuf.Parser<ExportAssetsRequest>
ExportAssetsRequest. parser()
Methods in com.google.cloud.asset.v1p7beta1 with parameters of type ExportAssetsRequest Modifier and Type Method Description com.google.longrunning.Operation
AssetServiceGrpc.AssetServiceBlockingStub. exportAssets(ExportAssetsRequest request)
Exports assets with time and resource types to a given Cloud Storage location/BigQuery table.com.google.common.util.concurrent.ListenableFuture<com.google.longrunning.Operation>
AssetServiceGrpc.AssetServiceFutureStub. exportAssets(ExportAssetsRequest request)
Exports assets with time and resource types to a given Cloud Storage location/BigQuery table.void
AssetServiceGrpc.AssetServiceStub. exportAssets(ExportAssetsRequest request, io.grpc.stub.StreamObserver<com.google.longrunning.Operation> responseObserver)
Exports assets with time and resource types to a given Cloud Storage location/BigQuery table.default void
AssetServiceGrpc.AsyncService. exportAssets(ExportAssetsRequest request, io.grpc.stub.StreamObserver<com.google.longrunning.Operation> responseObserver)
Exports assets with time and resource types to a given Cloud Storage location/BigQuery table.com.google.api.gax.longrunning.OperationFuture<ExportAssetsResponse,ExportAssetsRequest>
AssetServiceClient. exportAssetsAsync(ExportAssetsRequest request)
Exports assets with time and resource types to a given Cloud Storage location/BigQuery table.ExportAssetsRequest.Builder
ExportAssetsRequest.Builder. mergeFrom(ExportAssetsRequest other)
static ExportAssetsRequest.Builder
ExportAssetsRequest. newBuilder(ExportAssetsRequest prototype)
-
Uses of ExportAssetsRequest in com.google.cloud.asset.v1p7beta1.stub
Methods in com.google.cloud.asset.v1p7beta1.stub that return types with arguments of type ExportAssetsRequest Modifier and Type Method Description com.google.api.gax.rpc.UnaryCallable<ExportAssetsRequest,com.google.longrunning.Operation>
AssetServiceStub. exportAssetsCallable()
com.google.api.gax.rpc.UnaryCallable<ExportAssetsRequest,com.google.longrunning.Operation>
GrpcAssetServiceStub. exportAssetsCallable()
com.google.api.gax.rpc.OperationCallable<ExportAssetsRequest,ExportAssetsResponse,ExportAssetsRequest>
AssetServiceStub. exportAssetsOperationCallable()
com.google.api.gax.rpc.OperationCallable<ExportAssetsRequest,ExportAssetsResponse,ExportAssetsRequest>
AssetServiceStub. exportAssetsOperationCallable()
com.google.api.gax.rpc.OperationCallable<ExportAssetsRequest,ExportAssetsResponse,ExportAssetsRequest>
GrpcAssetServiceStub. exportAssetsOperationCallable()
com.google.api.gax.rpc.OperationCallable<ExportAssetsRequest,ExportAssetsResponse,ExportAssetsRequest>
GrpcAssetServiceStub. exportAssetsOperationCallable()
com.google.api.gax.rpc.OperationCallSettings.Builder<ExportAssetsRequest,ExportAssetsResponse,ExportAssetsRequest>
AssetServiceStubSettings.Builder. exportAssetsOperationSettings()
Returns the builder for the settings used for calls to exportAssets.com.google.api.gax.rpc.OperationCallSettings.Builder<ExportAssetsRequest,ExportAssetsResponse,ExportAssetsRequest>
AssetServiceStubSettings.Builder. exportAssetsOperationSettings()
Returns the builder for the settings used for calls to exportAssets.com.google.api.gax.rpc.OperationCallSettings<ExportAssetsRequest,ExportAssetsResponse,ExportAssetsRequest>
AssetServiceStubSettings. exportAssetsOperationSettings()
Returns the object with the settings used for calls to exportAssets.com.google.api.gax.rpc.OperationCallSettings<ExportAssetsRequest,ExportAssetsResponse,ExportAssetsRequest>
AssetServiceStubSettings. exportAssetsOperationSettings()
Returns the object with the settings used for calls to exportAssets.com.google.api.gax.rpc.UnaryCallSettings.Builder<ExportAssetsRequest,com.google.longrunning.Operation>
AssetServiceStubSettings.Builder. exportAssetsSettings()
Returns the builder for the settings used for calls to exportAssets.com.google.api.gax.rpc.UnaryCallSettings<ExportAssetsRequest,com.google.longrunning.Operation>
AssetServiceStubSettings. exportAssetsSettings()
Returns the object with the settings used for calls to exportAssets.
-