Uses of Class
com.google.cloud.securitycenter.v1.GetMuteConfigRequest
-
Packages that use GetMuteConfigRequest Package Description com.google.cloud.securitycenter.v1 A client to Security Command Center APIcom.google.cloud.securitycenter.v1.stub -
-
Uses of GetMuteConfigRequest in com.google.cloud.securitycenter.v1
Methods in com.google.cloud.securitycenter.v1 that return GetMuteConfigRequest Modifier and Type Method Description GetMuteConfigRequestGetMuteConfigRequest.Builder. build()GetMuteConfigRequestGetMuteConfigRequest.Builder. buildPartial()static GetMuteConfigRequestGetMuteConfigRequest. getDefaultInstance()GetMuteConfigRequestGetMuteConfigRequest.Builder. getDefaultInstanceForType()GetMuteConfigRequestGetMuteConfigRequest. getDefaultInstanceForType()static GetMuteConfigRequestGetMuteConfigRequest. parseDelimitedFrom(InputStream input)static GetMuteConfigRequestGetMuteConfigRequest. parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static GetMuteConfigRequestGetMuteConfigRequest. parseFrom(byte[] data)static GetMuteConfigRequestGetMuteConfigRequest. parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static GetMuteConfigRequestGetMuteConfigRequest. parseFrom(com.google.protobuf.ByteString data)static GetMuteConfigRequestGetMuteConfigRequest. parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static GetMuteConfigRequestGetMuteConfigRequest. parseFrom(com.google.protobuf.CodedInputStream input)static GetMuteConfigRequestGetMuteConfigRequest. parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static GetMuteConfigRequestGetMuteConfigRequest. parseFrom(InputStream input)static GetMuteConfigRequestGetMuteConfigRequest. parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static GetMuteConfigRequestGetMuteConfigRequest. parseFrom(ByteBuffer data)static GetMuteConfigRequestGetMuteConfigRequest. parseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)Methods in com.google.cloud.securitycenter.v1 that return types with arguments of type GetMuteConfigRequest Modifier and Type Method Description static io.grpc.MethodDescriptor<GetMuteConfigRequest,MuteConfig>SecurityCenterGrpc. getGetMuteConfigMethod()com.google.api.gax.rpc.UnaryCallable<GetMuteConfigRequest,MuteConfig>SecurityCenterClient. getMuteConfigCallable()Gets a mute config.com.google.api.gax.rpc.UnaryCallSettings.Builder<GetMuteConfigRequest,MuteConfig>SecurityCenterSettings.Builder. getMuteConfigSettings()Returns the builder for the settings used for calls to getMuteConfig.com.google.api.gax.rpc.UnaryCallSettings<GetMuteConfigRequest,MuteConfig>SecurityCenterSettings. getMuteConfigSettings()Returns the object with the settings used for calls to getMuteConfig.com.google.protobuf.Parser<GetMuteConfigRequest>GetMuteConfigRequest. getParserForType()static com.google.protobuf.Parser<GetMuteConfigRequest>GetMuteConfigRequest. parser()Methods in com.google.cloud.securitycenter.v1 with parameters of type GetMuteConfigRequest Modifier and Type Method Description MuteConfigSecurityCenterClient. getMuteConfig(GetMuteConfigRequest request)Gets a mute config.default voidSecurityCenterGrpc.AsyncService. getMuteConfig(GetMuteConfigRequest request, io.grpc.stub.StreamObserver<MuteConfig> responseObserver)Gets a mute config.MuteConfigSecurityCenterGrpc.SecurityCenterBlockingStub. getMuteConfig(GetMuteConfigRequest request)Gets a mute config.com.google.common.util.concurrent.ListenableFuture<MuteConfig>SecurityCenterGrpc.SecurityCenterFutureStub. getMuteConfig(GetMuteConfigRequest request)Gets a mute config.voidSecurityCenterGrpc.SecurityCenterStub. getMuteConfig(GetMuteConfigRequest request, io.grpc.stub.StreamObserver<MuteConfig> responseObserver)Gets a mute config.GetMuteConfigRequest.BuilderGetMuteConfigRequest.Builder. mergeFrom(GetMuteConfigRequest other)static GetMuteConfigRequest.BuilderGetMuteConfigRequest. newBuilder(GetMuteConfigRequest prototype) -
Uses of GetMuteConfigRequest in com.google.cloud.securitycenter.v1.stub
Methods in com.google.cloud.securitycenter.v1.stub that return types with arguments of type GetMuteConfigRequest Modifier and Type Method Description com.google.api.gax.rpc.UnaryCallable<GetMuteConfigRequest,MuteConfig>GrpcSecurityCenterStub. getMuteConfigCallable()com.google.api.gax.rpc.UnaryCallable<GetMuteConfigRequest,MuteConfig>HttpJsonSecurityCenterStub. getMuteConfigCallable()com.google.api.gax.rpc.UnaryCallable<GetMuteConfigRequest,MuteConfig>SecurityCenterStub. getMuteConfigCallable()com.google.api.gax.rpc.UnaryCallSettings.Builder<GetMuteConfigRequest,MuteConfig>SecurityCenterStubSettings.Builder. getMuteConfigSettings()Returns the builder for the settings used for calls to getMuteConfig.com.google.api.gax.rpc.UnaryCallSettings<GetMuteConfigRequest,MuteConfig>SecurityCenterStubSettings. getMuteConfigSettings()Returns the object with the settings used for calls to getMuteConfig.
-