Uses of Class
com.google.cloud.securitycenter.v1.UpdateExternalSystemRequest
-
Packages that use UpdateExternalSystemRequest Package Description com.google.cloud.securitycenter.v1 A client to Security Command Center APIcom.google.cloud.securitycenter.v1.stub -
-
Uses of UpdateExternalSystemRequest in com.google.cloud.securitycenter.v1
Methods in com.google.cloud.securitycenter.v1 that return UpdateExternalSystemRequest Modifier and Type Method Description UpdateExternalSystemRequestUpdateExternalSystemRequest.Builder. build()UpdateExternalSystemRequestUpdateExternalSystemRequest.Builder. buildPartial()static UpdateExternalSystemRequestUpdateExternalSystemRequest. getDefaultInstance()UpdateExternalSystemRequestUpdateExternalSystemRequest.Builder. getDefaultInstanceForType()UpdateExternalSystemRequestUpdateExternalSystemRequest. getDefaultInstanceForType()static UpdateExternalSystemRequestUpdateExternalSystemRequest. parseDelimitedFrom(InputStream input)static UpdateExternalSystemRequestUpdateExternalSystemRequest. parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static UpdateExternalSystemRequestUpdateExternalSystemRequest. parseFrom(byte[] data)static UpdateExternalSystemRequestUpdateExternalSystemRequest. parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static UpdateExternalSystemRequestUpdateExternalSystemRequest. parseFrom(com.google.protobuf.ByteString data)static UpdateExternalSystemRequestUpdateExternalSystemRequest. parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static UpdateExternalSystemRequestUpdateExternalSystemRequest. parseFrom(com.google.protobuf.CodedInputStream input)static UpdateExternalSystemRequestUpdateExternalSystemRequest. parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static UpdateExternalSystemRequestUpdateExternalSystemRequest. parseFrom(InputStream input)static UpdateExternalSystemRequestUpdateExternalSystemRequest. parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static UpdateExternalSystemRequestUpdateExternalSystemRequest. parseFrom(ByteBuffer data)static UpdateExternalSystemRequestUpdateExternalSystemRequest. parseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)Methods in com.google.cloud.securitycenter.v1 that return types with arguments of type UpdateExternalSystemRequest Modifier and Type Method Description com.google.protobuf.Parser<UpdateExternalSystemRequest>UpdateExternalSystemRequest. getParserForType()static io.grpc.MethodDescriptor<UpdateExternalSystemRequest,ExternalSystem>SecurityCenterGrpc. getUpdateExternalSystemMethod()static com.google.protobuf.Parser<UpdateExternalSystemRequest>UpdateExternalSystemRequest. parser()com.google.api.gax.rpc.UnaryCallable<UpdateExternalSystemRequest,ExternalSystem>SecurityCenterClient. updateExternalSystemCallable()Updates external system.com.google.api.gax.rpc.UnaryCallSettings.Builder<UpdateExternalSystemRequest,ExternalSystem>SecurityCenterSettings.Builder. updateExternalSystemSettings()Returns the builder for the settings used for calls to updateExternalSystem.com.google.api.gax.rpc.UnaryCallSettings<UpdateExternalSystemRequest,ExternalSystem>SecurityCenterSettings. updateExternalSystemSettings()Returns the object with the settings used for calls to updateExternalSystem.Methods in com.google.cloud.securitycenter.v1 with parameters of type UpdateExternalSystemRequest Modifier and Type Method Description UpdateExternalSystemRequest.BuilderUpdateExternalSystemRequest.Builder. mergeFrom(UpdateExternalSystemRequest other)static UpdateExternalSystemRequest.BuilderUpdateExternalSystemRequest. newBuilder(UpdateExternalSystemRequest prototype)ExternalSystemSecurityCenterClient. updateExternalSystem(UpdateExternalSystemRequest request)Updates external system.default voidSecurityCenterGrpc.AsyncService. updateExternalSystem(UpdateExternalSystemRequest request, io.grpc.stub.StreamObserver<ExternalSystem> responseObserver)Updates external system.ExternalSystemSecurityCenterGrpc.SecurityCenterBlockingStub. updateExternalSystem(UpdateExternalSystemRequest request)Updates external system.com.google.common.util.concurrent.ListenableFuture<ExternalSystem>SecurityCenterGrpc.SecurityCenterFutureStub. updateExternalSystem(UpdateExternalSystemRequest request)Updates external system.voidSecurityCenterGrpc.SecurityCenterStub. updateExternalSystem(UpdateExternalSystemRequest request, io.grpc.stub.StreamObserver<ExternalSystem> responseObserver)Updates external system. -
Uses of UpdateExternalSystemRequest in com.google.cloud.securitycenter.v1.stub
Methods in com.google.cloud.securitycenter.v1.stub that return types with arguments of type UpdateExternalSystemRequest Modifier and Type Method Description com.google.api.gax.rpc.UnaryCallable<UpdateExternalSystemRequest,ExternalSystem>GrpcSecurityCenterStub. updateExternalSystemCallable()com.google.api.gax.rpc.UnaryCallable<UpdateExternalSystemRequest,ExternalSystem>HttpJsonSecurityCenterStub. updateExternalSystemCallable()com.google.api.gax.rpc.UnaryCallable<UpdateExternalSystemRequest,ExternalSystem>SecurityCenterStub. updateExternalSystemCallable()com.google.api.gax.rpc.UnaryCallSettings.Builder<UpdateExternalSystemRequest,ExternalSystem>SecurityCenterStubSettings.Builder. updateExternalSystemSettings()Returns the builder for the settings used for calls to updateExternalSystem.com.google.api.gax.rpc.UnaryCallSettings<UpdateExternalSystemRequest,ExternalSystem>SecurityCenterStubSettings. updateExternalSystemSettings()Returns the object with the settings used for calls to updateExternalSystem.
-