Uses of Class
com.google.cloud.securitycenter.settings.v1beta1.ResetComponentSettingsRequest
-
Packages that use ResetComponentSettingsRequest Package Description com.google.cloud.securitycenter.settings.v1beta1 A client to Cloud Security Command Center APIcom.google.cloud.securitycenter.settings.v1beta1.stub -
-
Uses of ResetComponentSettingsRequest in com.google.cloud.securitycenter.settings.v1beta1
Methods in com.google.cloud.securitycenter.settings.v1beta1 that return ResetComponentSettingsRequest Modifier and Type Method Description ResetComponentSettingsRequest
ResetComponentSettingsRequest.Builder. build()
ResetComponentSettingsRequest
ResetComponentSettingsRequest.Builder. buildPartial()
static ResetComponentSettingsRequest
ResetComponentSettingsRequest. getDefaultInstance()
ResetComponentSettingsRequest
ResetComponentSettingsRequest.Builder. getDefaultInstanceForType()
ResetComponentSettingsRequest
ResetComponentSettingsRequest. getDefaultInstanceForType()
static ResetComponentSettingsRequest
ResetComponentSettingsRequest. parseDelimitedFrom(InputStream input)
static ResetComponentSettingsRequest
ResetComponentSettingsRequest. parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static ResetComponentSettingsRequest
ResetComponentSettingsRequest. parseFrom(byte[] data)
static ResetComponentSettingsRequest
ResetComponentSettingsRequest. parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static ResetComponentSettingsRequest
ResetComponentSettingsRequest. parseFrom(com.google.protobuf.ByteString data)
static ResetComponentSettingsRequest
ResetComponentSettingsRequest. parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static ResetComponentSettingsRequest
ResetComponentSettingsRequest. parseFrom(com.google.protobuf.CodedInputStream input)
static ResetComponentSettingsRequest
ResetComponentSettingsRequest. parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static ResetComponentSettingsRequest
ResetComponentSettingsRequest. parseFrom(InputStream input)
static ResetComponentSettingsRequest
ResetComponentSettingsRequest. parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static ResetComponentSettingsRequest
ResetComponentSettingsRequest. parseFrom(ByteBuffer data)
static ResetComponentSettingsRequest
ResetComponentSettingsRequest. parseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
Methods in com.google.cloud.securitycenter.settings.v1beta1 that return types with arguments of type ResetComponentSettingsRequest Modifier and Type Method Description com.google.protobuf.Parser<ResetComponentSettingsRequest>
ResetComponentSettingsRequest. getParserForType()
static io.grpc.MethodDescriptor<ResetComponentSettingsRequest,com.google.protobuf.Empty>
SecurityCenterSettingsServiceGrpc. getResetComponentSettingsMethod()
static com.google.protobuf.Parser<ResetComponentSettingsRequest>
ResetComponentSettingsRequest. parser()
com.google.api.gax.rpc.UnaryCallable<ResetComponentSettingsRequest,com.google.protobuf.Empty>
SecurityCenterSettingsServiceClient. resetComponentSettingsCallable()
Reset the organization, folder or project's component settings and return the settings to the default.com.google.api.gax.rpc.UnaryCallSettings.Builder<ResetComponentSettingsRequest,com.google.protobuf.Empty>
SecurityCenterSettingsServiceSettings.Builder. resetComponentSettingsSettings()
Returns the builder for the settings used for calls to resetComponentSettings.com.google.api.gax.rpc.UnaryCallSettings<ResetComponentSettingsRequest,com.google.protobuf.Empty>
SecurityCenterSettingsServiceSettings. resetComponentSettingsSettings()
Returns the object with the settings used for calls to resetComponentSettings.Methods in com.google.cloud.securitycenter.settings.v1beta1 with parameters of type ResetComponentSettingsRequest Modifier and Type Method Description ResetComponentSettingsRequest.Builder
ResetComponentSettingsRequest.Builder. mergeFrom(ResetComponentSettingsRequest other)
static ResetComponentSettingsRequest.Builder
ResetComponentSettingsRequest. newBuilder(ResetComponentSettingsRequest prototype)
void
SecurityCenterSettingsServiceClient. resetComponentSettings(ResetComponentSettingsRequest request)
Reset the organization, folder or project's component settings and return the settings to the default.default void
SecurityCenterSettingsServiceGrpc.AsyncService. resetComponentSettings(ResetComponentSettingsRequest request, io.grpc.stub.StreamObserver<com.google.protobuf.Empty> responseObserver)
Reset the organization, folder or project's component settings and return the settings to the default.com.google.protobuf.Empty
SecurityCenterSettingsServiceGrpc.SecurityCenterSettingsServiceBlockingStub. resetComponentSettings(ResetComponentSettingsRequest request)
Reset the organization, folder or project's component settings and return the settings to the default.com.google.common.util.concurrent.ListenableFuture<com.google.protobuf.Empty>
SecurityCenterSettingsServiceGrpc.SecurityCenterSettingsServiceFutureStub. resetComponentSettings(ResetComponentSettingsRequest request)
Reset the organization, folder or project's component settings and return the settings to the default.void
SecurityCenterSettingsServiceGrpc.SecurityCenterSettingsServiceStub. resetComponentSettings(ResetComponentSettingsRequest request, io.grpc.stub.StreamObserver<com.google.protobuf.Empty> responseObserver)
Reset the organization, folder or project's component settings and return the settings to the default. -
Uses of ResetComponentSettingsRequest in com.google.cloud.securitycenter.settings.v1beta1.stub
Methods in com.google.cloud.securitycenter.settings.v1beta1.stub that return types with arguments of type ResetComponentSettingsRequest Modifier and Type Method Description com.google.api.gax.rpc.UnaryCallable<ResetComponentSettingsRequest,com.google.protobuf.Empty>
GrpcSecurityCenterSettingsServiceStub. resetComponentSettingsCallable()
com.google.api.gax.rpc.UnaryCallable<ResetComponentSettingsRequest,com.google.protobuf.Empty>
SecurityCenterSettingsServiceStub. resetComponentSettingsCallable()
com.google.api.gax.rpc.UnaryCallSettings.Builder<ResetComponentSettingsRequest,com.google.protobuf.Empty>
SecurityCenterSettingsServiceStubSettings.Builder. resetComponentSettingsSettings()
Returns the builder for the settings used for calls to resetComponentSettings.com.google.api.gax.rpc.UnaryCallSettings<ResetComponentSettingsRequest,com.google.protobuf.Empty>
SecurityCenterSettingsServiceStubSettings. resetComponentSettingsSettings()
Returns the object with the settings used for calls to resetComponentSettings.
-