Uses of Class
com.google.cloud.securitycenter.v1.ListBigQueryExportsRequest
-
Packages that use ListBigQueryExportsRequest Package Description com.google.cloud.securitycenter.v1 A client to Security Command Center APIcom.google.cloud.securitycenter.v1.stub -
-
Uses of ListBigQueryExportsRequest in com.google.cloud.securitycenter.v1
Methods in com.google.cloud.securitycenter.v1 that return ListBigQueryExportsRequest Modifier and Type Method Description ListBigQueryExportsRequestListBigQueryExportsRequest.Builder. build()ListBigQueryExportsRequestListBigQueryExportsRequest.Builder. buildPartial()static ListBigQueryExportsRequestListBigQueryExportsRequest. getDefaultInstance()ListBigQueryExportsRequestListBigQueryExportsRequest.Builder. getDefaultInstanceForType()ListBigQueryExportsRequestListBigQueryExportsRequest. getDefaultInstanceForType()static ListBigQueryExportsRequestListBigQueryExportsRequest. parseDelimitedFrom(InputStream input)static ListBigQueryExportsRequestListBigQueryExportsRequest. parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static ListBigQueryExportsRequestListBigQueryExportsRequest. parseFrom(byte[] data)static ListBigQueryExportsRequestListBigQueryExportsRequest. parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static ListBigQueryExportsRequestListBigQueryExportsRequest. parseFrom(com.google.protobuf.ByteString data)static ListBigQueryExportsRequestListBigQueryExportsRequest. parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static ListBigQueryExportsRequestListBigQueryExportsRequest. parseFrom(com.google.protobuf.CodedInputStream input)static ListBigQueryExportsRequestListBigQueryExportsRequest. parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static ListBigQueryExportsRequestListBigQueryExportsRequest. parseFrom(InputStream input)static ListBigQueryExportsRequestListBigQueryExportsRequest. parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static ListBigQueryExportsRequestListBigQueryExportsRequest. parseFrom(ByteBuffer data)static ListBigQueryExportsRequestListBigQueryExportsRequest. parseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)Methods in com.google.cloud.securitycenter.v1 that return types with arguments of type ListBigQueryExportsRequest Modifier and Type Method Description static io.grpc.MethodDescriptor<ListBigQueryExportsRequest,ListBigQueryExportsResponse>SecurityCenterGrpc. getListBigQueryExportsMethod()com.google.protobuf.Parser<ListBigQueryExportsRequest>ListBigQueryExportsRequest. getParserForType()com.google.api.gax.rpc.UnaryCallable<ListBigQueryExportsRequest,ListBigQueryExportsResponse>SecurityCenterClient. listBigQueryExportsCallable()Lists BigQuery exports.com.google.api.gax.rpc.UnaryCallable<ListBigQueryExportsRequest,SecurityCenterClient.ListBigQueryExportsPagedResponse>SecurityCenterClient. listBigQueryExportsPagedCallable()Lists BigQuery exports.com.google.api.gax.rpc.PagedCallSettings.Builder<ListBigQueryExportsRequest,ListBigQueryExportsResponse,SecurityCenterClient.ListBigQueryExportsPagedResponse>SecurityCenterSettings.Builder. listBigQueryExportsSettings()Returns the builder for the settings used for calls to listBigQueryExports.com.google.api.gax.rpc.PagedCallSettings<ListBigQueryExportsRequest,ListBigQueryExportsResponse,SecurityCenterClient.ListBigQueryExportsPagedResponse>SecurityCenterSettings. listBigQueryExportsSettings()Returns the object with the settings used for calls to listBigQueryExports.static com.google.protobuf.Parser<ListBigQueryExportsRequest>ListBigQueryExportsRequest. parser()Methods in com.google.cloud.securitycenter.v1 with parameters of type ListBigQueryExportsRequest Modifier and Type Method Description SecurityCenterClient.ListBigQueryExportsPagedResponseSecurityCenterClient. listBigQueryExports(ListBigQueryExportsRequest request)Lists BigQuery exports.default voidSecurityCenterGrpc.AsyncService. listBigQueryExports(ListBigQueryExportsRequest request, io.grpc.stub.StreamObserver<ListBigQueryExportsResponse> responseObserver)Lists BigQuery exports.ListBigQueryExportsResponseSecurityCenterGrpc.SecurityCenterBlockingStub. listBigQueryExports(ListBigQueryExportsRequest request)Lists BigQuery exports.com.google.common.util.concurrent.ListenableFuture<ListBigQueryExportsResponse>SecurityCenterGrpc.SecurityCenterFutureStub. listBigQueryExports(ListBigQueryExportsRequest request)Lists BigQuery exports.voidSecurityCenterGrpc.SecurityCenterStub. listBigQueryExports(ListBigQueryExportsRequest request, io.grpc.stub.StreamObserver<ListBigQueryExportsResponse> responseObserver)Lists BigQuery exports.ListBigQueryExportsRequest.BuilderListBigQueryExportsRequest.Builder. mergeFrom(ListBigQueryExportsRequest other)static ListBigQueryExportsRequest.BuilderListBigQueryExportsRequest. newBuilder(ListBigQueryExportsRequest prototype)Method parameters in com.google.cloud.securitycenter.v1 with type arguments of type ListBigQueryExportsRequest Modifier and Type Method Description static com.google.api.core.ApiFuture<SecurityCenterClient.ListBigQueryExportsPagedResponse>SecurityCenterClient.ListBigQueryExportsPagedResponse. createAsync(com.google.api.gax.rpc.PageContext<ListBigQueryExportsRequest,ListBigQueryExportsResponse,BigQueryExport> context, com.google.api.core.ApiFuture<ListBigQueryExportsResponse> futureResponse)protected SecurityCenterClient.ListBigQueryExportsPageSecurityCenterClient.ListBigQueryExportsPage. createPage(com.google.api.gax.rpc.PageContext<ListBigQueryExportsRequest,ListBigQueryExportsResponse,BigQueryExport> context, ListBigQueryExportsResponse response)com.google.api.core.ApiFuture<SecurityCenterClient.ListBigQueryExportsPage>SecurityCenterClient.ListBigQueryExportsPage. createPageAsync(com.google.api.gax.rpc.PageContext<ListBigQueryExportsRequest,ListBigQueryExportsResponse,BigQueryExport> context, com.google.api.core.ApiFuture<ListBigQueryExportsResponse> futureResponse) -
Uses of ListBigQueryExportsRequest in com.google.cloud.securitycenter.v1.stub
-