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