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 UpdateSettingsRequest
UpdateSettingsRequest.Builder. build()
UpdateSettingsRequest
UpdateSettingsRequest.Builder. buildPartial()
static UpdateSettingsRequest
UpdateSettingsRequest. getDefaultInstance()
UpdateSettingsRequest
UpdateSettingsRequest.Builder. getDefaultInstanceForType()
UpdateSettingsRequest
UpdateSettingsRequest. getDefaultInstanceForType()
static UpdateSettingsRequest
UpdateSettingsRequest. parseDelimitedFrom(InputStream input)
static UpdateSettingsRequest
UpdateSettingsRequest. parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static UpdateSettingsRequest
UpdateSettingsRequest. parseFrom(byte[] data)
static UpdateSettingsRequest
UpdateSettingsRequest. parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static UpdateSettingsRequest
UpdateSettingsRequest. parseFrom(com.google.protobuf.ByteString data)
static UpdateSettingsRequest
UpdateSettingsRequest. parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static UpdateSettingsRequest
UpdateSettingsRequest. parseFrom(com.google.protobuf.CodedInputStream input)
static UpdateSettingsRequest
UpdateSettingsRequest. parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static UpdateSettingsRequest
UpdateSettingsRequest. parseFrom(InputStream input)
static UpdateSettingsRequest
UpdateSettingsRequest. parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static UpdateSettingsRequest
UpdateSettingsRequest. parseFrom(ByteBuffer data)
static UpdateSettingsRequest
UpdateSettingsRequest. 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.Builder
UpdateSettingsRequest.Builder. mergeFrom(UpdateSettingsRequest other)
static UpdateSettingsRequest.Builder
UpdateSettingsRequest. newBuilder(UpdateSettingsRequest prototype)
Settings
SecurityCenterSettingsServiceClient. updateSettings(UpdateSettingsRequest request)
Updates the Settings.default void
SecurityCenterSettingsServiceGrpc.AsyncService. updateSettings(UpdateSettingsRequest request, io.grpc.stub.StreamObserver<Settings> responseObserver)
Updates the Settings.Settings
SecurityCenterSettingsServiceGrpc.SecurityCenterSettingsServiceBlockingStub. updateSettings(UpdateSettingsRequest request)
Updates the Settings.com.google.common.util.concurrent.ListenableFuture<Settings>
SecurityCenterSettingsServiceGrpc.SecurityCenterSettingsServiceFutureStub. updateSettings(UpdateSettingsRequest request)
Updates the Settings.void
SecurityCenterSettingsServiceGrpc.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.
-