Uses of Class
com.google.cloud.securitycenter.v1.ListMuteConfigsResponse
-
Packages that use ListMuteConfigsResponse Package Description com.google.cloud.securitycenter.v1 A client to Security Command Center APIcom.google.cloud.securitycenter.v1.stub -
-
Uses of ListMuteConfigsResponse in com.google.cloud.securitycenter.v1
Methods in com.google.cloud.securitycenter.v1 that return ListMuteConfigsResponse Modifier and Type Method Description ListMuteConfigsResponse
ListMuteConfigsResponse.Builder. build()
ListMuteConfigsResponse
ListMuteConfigsResponse.Builder. buildPartial()
static ListMuteConfigsResponse
ListMuteConfigsResponse. getDefaultInstance()
ListMuteConfigsResponse
ListMuteConfigsResponse.Builder. getDefaultInstanceForType()
ListMuteConfigsResponse
ListMuteConfigsResponse. getDefaultInstanceForType()
ListMuteConfigsResponse
SecurityCenterGrpc.SecurityCenterBlockingStub. listMuteConfigs(ListMuteConfigsRequest request)
Lists mute configs.static ListMuteConfigsResponse
ListMuteConfigsResponse. parseDelimitedFrom(InputStream input)
static ListMuteConfigsResponse
ListMuteConfigsResponse. parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static ListMuteConfigsResponse
ListMuteConfigsResponse. parseFrom(byte[] data)
static ListMuteConfigsResponse
ListMuteConfigsResponse. parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static ListMuteConfigsResponse
ListMuteConfigsResponse. parseFrom(com.google.protobuf.ByteString data)
static ListMuteConfigsResponse
ListMuteConfigsResponse. parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static ListMuteConfigsResponse
ListMuteConfigsResponse. parseFrom(com.google.protobuf.CodedInputStream input)
static ListMuteConfigsResponse
ListMuteConfigsResponse. parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static ListMuteConfigsResponse
ListMuteConfigsResponse. parseFrom(InputStream input)
static ListMuteConfigsResponse
ListMuteConfigsResponse. parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static ListMuteConfigsResponse
ListMuteConfigsResponse. parseFrom(ByteBuffer data)
static ListMuteConfigsResponse
ListMuteConfigsResponse. parseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
Methods in com.google.cloud.securitycenter.v1 that return types with arguments of type ListMuteConfigsResponse Modifier and Type Method Description static io.grpc.MethodDescriptor<ListMuteConfigsRequest,ListMuteConfigsResponse>
SecurityCenterGrpc. getListMuteConfigsMethod()
com.google.protobuf.Parser<ListMuteConfigsResponse>
ListMuteConfigsResponse. getParserForType()
com.google.common.util.concurrent.ListenableFuture<ListMuteConfigsResponse>
SecurityCenterGrpc.SecurityCenterFutureStub. listMuteConfigs(ListMuteConfigsRequest request)
Lists mute configs.com.google.api.gax.rpc.UnaryCallable<ListMuteConfigsRequest,ListMuteConfigsResponse>
SecurityCenterClient. listMuteConfigsCallable()
Lists mute configs.com.google.api.gax.rpc.PagedCallSettings.Builder<ListMuteConfigsRequest,ListMuteConfigsResponse,SecurityCenterClient.ListMuteConfigsPagedResponse>
SecurityCenterSettings.Builder. listMuteConfigsSettings()
Returns the builder for the settings used for calls to listMuteConfigs.com.google.api.gax.rpc.PagedCallSettings<ListMuteConfigsRequest,ListMuteConfigsResponse,SecurityCenterClient.ListMuteConfigsPagedResponse>
SecurityCenterSettings. listMuteConfigsSettings()
Returns the object with the settings used for calls to listMuteConfigs.static com.google.protobuf.Parser<ListMuteConfigsResponse>
ListMuteConfigsResponse. parser()
Methods in com.google.cloud.securitycenter.v1 with parameters of type ListMuteConfigsResponse Modifier and Type Method Description protected SecurityCenterClient.ListMuteConfigsPage
SecurityCenterClient.ListMuteConfigsPage. createPage(com.google.api.gax.rpc.PageContext<ListMuteConfigsRequest,ListMuteConfigsResponse,MuteConfig> context, ListMuteConfigsResponse response)
ListMuteConfigsResponse.Builder
ListMuteConfigsResponse.Builder. mergeFrom(ListMuteConfigsResponse other)
static ListMuteConfigsResponse.Builder
ListMuteConfigsResponse. newBuilder(ListMuteConfigsResponse prototype)
Method parameters in com.google.cloud.securitycenter.v1 with type arguments of type ListMuteConfigsResponse Modifier and Type Method Description static com.google.api.core.ApiFuture<SecurityCenterClient.ListMuteConfigsPagedResponse>
SecurityCenterClient.ListMuteConfigsPagedResponse. createAsync(com.google.api.gax.rpc.PageContext<ListMuteConfigsRequest,ListMuteConfigsResponse,MuteConfig> context, com.google.api.core.ApiFuture<ListMuteConfigsResponse> futureResponse)
static com.google.api.core.ApiFuture<SecurityCenterClient.ListMuteConfigsPagedResponse>
SecurityCenterClient.ListMuteConfigsPagedResponse. createAsync(com.google.api.gax.rpc.PageContext<ListMuteConfigsRequest,ListMuteConfigsResponse,MuteConfig> context, com.google.api.core.ApiFuture<ListMuteConfigsResponse> futureResponse)
protected SecurityCenterClient.ListMuteConfigsPage
SecurityCenterClient.ListMuteConfigsPage. createPage(com.google.api.gax.rpc.PageContext<ListMuteConfigsRequest,ListMuteConfigsResponse,MuteConfig> context, ListMuteConfigsResponse response)
com.google.api.core.ApiFuture<SecurityCenterClient.ListMuteConfigsPage>
SecurityCenterClient.ListMuteConfigsPage. createPageAsync(com.google.api.gax.rpc.PageContext<ListMuteConfigsRequest,ListMuteConfigsResponse,MuteConfig> context, com.google.api.core.ApiFuture<ListMuteConfigsResponse> futureResponse)
com.google.api.core.ApiFuture<SecurityCenterClient.ListMuteConfigsPage>
SecurityCenterClient.ListMuteConfigsPage. createPageAsync(com.google.api.gax.rpc.PageContext<ListMuteConfigsRequest,ListMuteConfigsResponse,MuteConfig> context, com.google.api.core.ApiFuture<ListMuteConfigsResponse> futureResponse)
default void
SecurityCenterGrpc.AsyncService. listMuteConfigs(ListMuteConfigsRequest request, io.grpc.stub.StreamObserver<ListMuteConfigsResponse> responseObserver)
Lists mute configs.void
SecurityCenterGrpc.SecurityCenterStub. listMuteConfigs(ListMuteConfigsRequest request, io.grpc.stub.StreamObserver<ListMuteConfigsResponse> responseObserver)
Lists mute configs. -
Uses of ListMuteConfigsResponse in com.google.cloud.securitycenter.v1.stub
Methods in com.google.cloud.securitycenter.v1.stub that return types with arguments of type ListMuteConfigsResponse Modifier and Type Method Description com.google.api.gax.rpc.UnaryCallable<ListMuteConfigsRequest,ListMuteConfigsResponse>
GrpcSecurityCenterStub. listMuteConfigsCallable()
com.google.api.gax.rpc.UnaryCallable<ListMuteConfigsRequest,ListMuteConfigsResponse>
HttpJsonSecurityCenterStub. listMuteConfigsCallable()
com.google.api.gax.rpc.UnaryCallable<ListMuteConfigsRequest,ListMuteConfigsResponse>
SecurityCenterStub. listMuteConfigsCallable()
com.google.api.gax.rpc.PagedCallSettings.Builder<ListMuteConfigsRequest,ListMuteConfigsResponse,SecurityCenterClient.ListMuteConfigsPagedResponse>
SecurityCenterStubSettings.Builder. listMuteConfigsSettings()
Returns the builder for the settings used for calls to listMuteConfigs.com.google.api.gax.rpc.PagedCallSettings<ListMuteConfigsRequest,ListMuteConfigsResponse,SecurityCenterClient.ListMuteConfigsPagedResponse>
SecurityCenterStubSettings. listMuteConfigsSettings()
Returns the object with the settings used for calls to listMuteConfigs.
-