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 UpdateExternalSystemRequest
UpdateExternalSystemRequest.Builder. build()
UpdateExternalSystemRequest
UpdateExternalSystemRequest.Builder. buildPartial()
static UpdateExternalSystemRequest
UpdateExternalSystemRequest. getDefaultInstance()
UpdateExternalSystemRequest
UpdateExternalSystemRequest.Builder. getDefaultInstanceForType()
UpdateExternalSystemRequest
UpdateExternalSystemRequest. getDefaultInstanceForType()
static UpdateExternalSystemRequest
UpdateExternalSystemRequest. parseDelimitedFrom(InputStream input)
static UpdateExternalSystemRequest
UpdateExternalSystemRequest. parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static UpdateExternalSystemRequest
UpdateExternalSystemRequest. parseFrom(byte[] data)
static UpdateExternalSystemRequest
UpdateExternalSystemRequest. parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static UpdateExternalSystemRequest
UpdateExternalSystemRequest. parseFrom(com.google.protobuf.ByteString data)
static UpdateExternalSystemRequest
UpdateExternalSystemRequest. parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static UpdateExternalSystemRequest
UpdateExternalSystemRequest. parseFrom(com.google.protobuf.CodedInputStream input)
static UpdateExternalSystemRequest
UpdateExternalSystemRequest. parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static UpdateExternalSystemRequest
UpdateExternalSystemRequest. parseFrom(InputStream input)
static UpdateExternalSystemRequest
UpdateExternalSystemRequest. parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static UpdateExternalSystemRequest
UpdateExternalSystemRequest. parseFrom(ByteBuffer data)
static UpdateExternalSystemRequest
UpdateExternalSystemRequest. 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.Builder
UpdateExternalSystemRequest.Builder. mergeFrom(UpdateExternalSystemRequest other)
static UpdateExternalSystemRequest.Builder
UpdateExternalSystemRequest. newBuilder(UpdateExternalSystemRequest prototype)
ExternalSystem
SecurityCenterClient. updateExternalSystem(UpdateExternalSystemRequest request)
Updates external system.default void
SecurityCenterGrpc.AsyncService. updateExternalSystem(UpdateExternalSystemRequest request, io.grpc.stub.StreamObserver<ExternalSystem> responseObserver)
Updates external system.ExternalSystem
SecurityCenterGrpc.SecurityCenterBlockingStub. updateExternalSystem(UpdateExternalSystemRequest request)
Updates external system.com.google.common.util.concurrent.ListenableFuture<ExternalSystem>
SecurityCenterGrpc.SecurityCenterFutureStub. updateExternalSystem(UpdateExternalSystemRequest request)
Updates external system.void
SecurityCenterGrpc.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.
-