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