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 GetMuteConfigRequest
GetMuteConfigRequest.Builder. build()
GetMuteConfigRequest
GetMuteConfigRequest.Builder. buildPartial()
static GetMuteConfigRequest
GetMuteConfigRequest. getDefaultInstance()
GetMuteConfigRequest
GetMuteConfigRequest.Builder. getDefaultInstanceForType()
GetMuteConfigRequest
GetMuteConfigRequest. getDefaultInstanceForType()
static GetMuteConfigRequest
GetMuteConfigRequest. parseDelimitedFrom(InputStream input)
static GetMuteConfigRequest
GetMuteConfigRequest. parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static GetMuteConfigRequest
GetMuteConfigRequest. parseFrom(byte[] data)
static GetMuteConfigRequest
GetMuteConfigRequest. parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static GetMuteConfigRequest
GetMuteConfigRequest. parseFrom(com.google.protobuf.ByteString data)
static GetMuteConfigRequest
GetMuteConfigRequest. parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static GetMuteConfigRequest
GetMuteConfigRequest. parseFrom(com.google.protobuf.CodedInputStream input)
static GetMuteConfigRequest
GetMuteConfigRequest. parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static GetMuteConfigRequest
GetMuteConfigRequest. parseFrom(InputStream input)
static GetMuteConfigRequest
GetMuteConfigRequest. parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static GetMuteConfigRequest
GetMuteConfigRequest. parseFrom(ByteBuffer data)
static GetMuteConfigRequest
GetMuteConfigRequest. 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 MuteConfig
SecurityCenterClient. getMuteConfig(GetMuteConfigRequest request)
Gets a mute config.default void
SecurityCenterGrpc.AsyncService. getMuteConfig(GetMuteConfigRequest request, io.grpc.stub.StreamObserver<MuteConfig> responseObserver)
Gets a mute config.MuteConfig
SecurityCenterGrpc.SecurityCenterBlockingStub. getMuteConfig(GetMuteConfigRequest request)
Gets a mute config.com.google.common.util.concurrent.ListenableFuture<MuteConfig>
SecurityCenterGrpc.SecurityCenterFutureStub. getMuteConfig(GetMuteConfigRequest request)
Gets a mute config.void
SecurityCenterGrpc.SecurityCenterStub. getMuteConfig(GetMuteConfigRequest request, io.grpc.stub.StreamObserver<MuteConfig> responseObserver)
Gets a mute config.GetMuteConfigRequest.Builder
GetMuteConfigRequest.Builder. mergeFrom(GetMuteConfigRequest other)
static GetMuteConfigRequest.Builder
GetMuteConfigRequest. 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.
-