Uses of Class
com.google.cloud.securitycenter.v1.RunAssetDiscoveryResponse
-
Packages that use RunAssetDiscoveryResponse Package Description com.google.cloud.securitycenter.v1 A client to Security Command Center APIcom.google.cloud.securitycenter.v1.stub -
-
Uses of RunAssetDiscoveryResponse in com.google.cloud.securitycenter.v1
Methods in com.google.cloud.securitycenter.v1 that return RunAssetDiscoveryResponse Modifier and Type Method Description RunAssetDiscoveryResponse
RunAssetDiscoveryResponse.Builder. build()
RunAssetDiscoveryResponse
RunAssetDiscoveryResponse.Builder. buildPartial()
static RunAssetDiscoveryResponse
RunAssetDiscoveryResponse. getDefaultInstance()
RunAssetDiscoveryResponse
RunAssetDiscoveryResponse.Builder. getDefaultInstanceForType()
RunAssetDiscoveryResponse
RunAssetDiscoveryResponse. getDefaultInstanceForType()
static RunAssetDiscoveryResponse
RunAssetDiscoveryResponse. parseDelimitedFrom(InputStream input)
static RunAssetDiscoveryResponse
RunAssetDiscoveryResponse. parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static RunAssetDiscoveryResponse
RunAssetDiscoveryResponse. parseFrom(byte[] data)
static RunAssetDiscoveryResponse
RunAssetDiscoveryResponse. parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static RunAssetDiscoveryResponse
RunAssetDiscoveryResponse. parseFrom(com.google.protobuf.ByteString data)
static RunAssetDiscoveryResponse
RunAssetDiscoveryResponse. parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static RunAssetDiscoveryResponse
RunAssetDiscoveryResponse. parseFrom(com.google.protobuf.CodedInputStream input)
static RunAssetDiscoveryResponse
RunAssetDiscoveryResponse. parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static RunAssetDiscoveryResponse
RunAssetDiscoveryResponse. parseFrom(InputStream input)
static RunAssetDiscoveryResponse
RunAssetDiscoveryResponse. parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static RunAssetDiscoveryResponse
RunAssetDiscoveryResponse. parseFrom(ByteBuffer data)
static RunAssetDiscoveryResponse
RunAssetDiscoveryResponse. parseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
Methods in com.google.cloud.securitycenter.v1 that return types with arguments of type RunAssetDiscoveryResponse Modifier and Type Method Description com.google.protobuf.Parser<RunAssetDiscoveryResponse>
RunAssetDiscoveryResponse. getParserForType()
static com.google.protobuf.Parser<RunAssetDiscoveryResponse>
RunAssetDiscoveryResponse. parser()
com.google.api.gax.longrunning.OperationFuture<RunAssetDiscoveryResponse,com.google.protobuf.Empty>
SecurityCenterClient. runAssetDiscoveryAsync(OrganizationName parent)
Deprecated.This method is deprecated and will be removed in the next major version update.com.google.api.gax.longrunning.OperationFuture<RunAssetDiscoveryResponse,com.google.protobuf.Empty>
SecurityCenterClient. runAssetDiscoveryAsync(RunAssetDiscoveryRequest request)
Deprecated.This method is deprecated and will be removed in the next major version update.com.google.api.gax.longrunning.OperationFuture<RunAssetDiscoveryResponse,com.google.protobuf.Empty>
SecurityCenterClient. runAssetDiscoveryAsync(String parent)
Deprecated.This method is deprecated and will be removed in the next major version update.com.google.api.gax.rpc.OperationCallable<RunAssetDiscoveryRequest,RunAssetDiscoveryResponse,com.google.protobuf.Empty>
SecurityCenterClient. runAssetDiscoveryOperationCallable()
Deprecated.This method is deprecated and will be removed in the next major version update.com.google.api.gax.rpc.OperationCallSettings.Builder<RunAssetDiscoveryRequest,RunAssetDiscoveryResponse,com.google.protobuf.Empty>
SecurityCenterSettings.Builder. runAssetDiscoveryOperationSettings()
Deprecated.This method is deprecated and will be removed in the next major version update.com.google.api.gax.rpc.OperationCallSettings<RunAssetDiscoveryRequest,RunAssetDiscoveryResponse,com.google.protobuf.Empty>
SecurityCenterSettings. runAssetDiscoveryOperationSettings()
Deprecated.This method is deprecated and will be removed in the next major version update.Methods in com.google.cloud.securitycenter.v1 with parameters of type RunAssetDiscoveryResponse Modifier and Type Method Description RunAssetDiscoveryResponse.Builder
RunAssetDiscoveryResponse.Builder. mergeFrom(RunAssetDiscoveryResponse other)
static RunAssetDiscoveryResponse.Builder
RunAssetDiscoveryResponse. newBuilder(RunAssetDiscoveryResponse prototype)
-
Uses of RunAssetDiscoveryResponse in com.google.cloud.securitycenter.v1.stub
Methods in com.google.cloud.securitycenter.v1.stub that return types with arguments of type RunAssetDiscoveryResponse Modifier and Type Method Description com.google.api.gax.rpc.OperationCallable<RunAssetDiscoveryRequest,RunAssetDiscoveryResponse,com.google.protobuf.Empty>
GrpcSecurityCenterStub. runAssetDiscoveryOperationCallable()
com.google.api.gax.rpc.OperationCallable<RunAssetDiscoveryRequest,RunAssetDiscoveryResponse,com.google.protobuf.Empty>
HttpJsonSecurityCenterStub. runAssetDiscoveryOperationCallable()
com.google.api.gax.rpc.OperationCallable<RunAssetDiscoveryRequest,RunAssetDiscoveryResponse,com.google.protobuf.Empty>
SecurityCenterStub. runAssetDiscoveryOperationCallable()
Deprecated.com.google.api.gax.rpc.OperationCallSettings.Builder<RunAssetDiscoveryRequest,RunAssetDiscoveryResponse,com.google.protobuf.Empty>
SecurityCenterStubSettings.Builder. runAssetDiscoveryOperationSettings()
Returns the builder for the settings used for calls to runAssetDiscovery.com.google.api.gax.rpc.OperationCallSettings<RunAssetDiscoveryRequest,RunAssetDiscoveryResponse,com.google.protobuf.Empty>
SecurityCenterStubSettings. runAssetDiscoveryOperationSettings()
Returns the object with the settings used for calls to runAssetDiscovery.
-