Package | Description |
---|---|
com.google.cloud.securitycenter.v1beta1 |
The interfaces provided are listed below, along with usage samples.
|
com.google.cloud.securitycenter.v1beta1.stub |
Modifier and Type | Method and Description |
---|---|
ListSourcesResponse |
ListSourcesResponse.Builder.build() |
ListSourcesResponse |
ListSourcesResponse.Builder.buildPartial() |
static ListSourcesResponse |
ListSourcesResponse.getDefaultInstance() |
ListSourcesResponse |
ListSourcesResponse.getDefaultInstanceForType() |
ListSourcesResponse |
ListSourcesResponse.Builder.getDefaultInstanceForType() |
ListSourcesResponse |
SecurityCenterGrpc.SecurityCenterBlockingStub.listSources(ListSourcesRequest request)
Lists all sources belonging to an organization.
|
static ListSourcesResponse |
ListSourcesResponse.parseDelimitedFrom(InputStream input) |
static ListSourcesResponse |
ListSourcesResponse.parseDelimitedFrom(InputStream input,
ExtensionRegistryLite extensionRegistry) |
static ListSourcesResponse |
ListSourcesResponse.parseFrom(byte[] data) |
static ListSourcesResponse |
ListSourcesResponse.parseFrom(byte[] data,
ExtensionRegistryLite extensionRegistry) |
static ListSourcesResponse |
ListSourcesResponse.parseFrom(ByteBuffer data) |
static ListSourcesResponse |
ListSourcesResponse.parseFrom(ByteBuffer data,
ExtensionRegistryLite extensionRegistry) |
static ListSourcesResponse |
ListSourcesResponse.parseFrom(ByteString data) |
static ListSourcesResponse |
ListSourcesResponse.parseFrom(ByteString data,
ExtensionRegistryLite extensionRegistry) |
static ListSourcesResponse |
ListSourcesResponse.parseFrom(CodedInputStream input) |
static ListSourcesResponse |
ListSourcesResponse.parseFrom(CodedInputStream input,
ExtensionRegistryLite extensionRegistry) |
static ListSourcesResponse |
ListSourcesResponse.parseFrom(InputStream input) |
static ListSourcesResponse |
ListSourcesResponse.parseFrom(InputStream input,
ExtensionRegistryLite extensionRegistry) |
Modifier and Type | Method and Description |
---|---|
static MethodDescriptor<ListSourcesRequest,ListSourcesResponse> |
SecurityCenterGrpc.getListSourcesMethod() |
Parser<ListSourcesResponse> |
ListSourcesResponse.getParserForType() |
com.google.common.util.concurrent.ListenableFuture<ListSourcesResponse> |
SecurityCenterGrpc.SecurityCenterFutureStub.listSources(ListSourcesRequest request)
Lists all sources belonging to an organization.
|
UnaryCallable<ListSourcesRequest,ListSourcesResponse> |
SecurityCenterClient.listSourcesCallable()
Lists all sources belonging to an organization.
|
PagedCallSettings<ListSourcesRequest,ListSourcesResponse,SecurityCenterClient.ListSourcesPagedResponse> |
SecurityCenterSettings.listSourcesSettings()
Returns the object with the settings used for calls to listSources.
|
PagedCallSettings.Builder<ListSourcesRequest,ListSourcesResponse,SecurityCenterClient.ListSourcesPagedResponse> |
SecurityCenterSettings.Builder.listSourcesSettings()
Returns the builder for the settings used for calls to listSources.
|
static Parser<ListSourcesResponse> |
ListSourcesResponse.parser() |
Modifier and Type | Method and Description |
---|---|
protected SecurityCenterClient.ListSourcesPage |
SecurityCenterClient.ListSourcesPage.createPage(PageContext<ListSourcesRequest,ListSourcesResponse,Source> context,
ListSourcesResponse response) |
ListSourcesResponse.Builder |
ListSourcesResponse.Builder.mergeFrom(ListSourcesResponse other) |
static ListSourcesResponse.Builder |
ListSourcesResponse.newBuilder(ListSourcesResponse prototype) |
Modifier and Type | Method and Description |
---|---|
static com.google.api.core.ApiFuture<SecurityCenterClient.ListSourcesPagedResponse> |
SecurityCenterClient.ListSourcesPagedResponse.createAsync(PageContext<ListSourcesRequest,ListSourcesResponse,Source> context,
com.google.api.core.ApiFuture<ListSourcesResponse> futureResponse) |
static com.google.api.core.ApiFuture<SecurityCenterClient.ListSourcesPagedResponse> |
SecurityCenterClient.ListSourcesPagedResponse.createAsync(PageContext<ListSourcesRequest,ListSourcesResponse,Source> context,
com.google.api.core.ApiFuture<ListSourcesResponse> futureResponse) |
protected SecurityCenterClient.ListSourcesPage |
SecurityCenterClient.ListSourcesPage.createPage(PageContext<ListSourcesRequest,ListSourcesResponse,Source> context,
ListSourcesResponse response) |
com.google.api.core.ApiFuture<SecurityCenterClient.ListSourcesPage> |
SecurityCenterClient.ListSourcesPage.createPageAsync(PageContext<ListSourcesRequest,ListSourcesResponse,Source> context,
com.google.api.core.ApiFuture<ListSourcesResponse> futureResponse) |
com.google.api.core.ApiFuture<SecurityCenterClient.ListSourcesPage> |
SecurityCenterClient.ListSourcesPage.createPageAsync(PageContext<ListSourcesRequest,ListSourcesResponse,Source> context,
com.google.api.core.ApiFuture<ListSourcesResponse> futureResponse) |
void |
SecurityCenterGrpc.SecurityCenterImplBase.listSources(ListSourcesRequest request,
StreamObserver<ListSourcesResponse> responseObserver)
Lists all sources belonging to an organization.
|
void |
SecurityCenterGrpc.SecurityCenterStub.listSources(ListSourcesRequest request,
StreamObserver<ListSourcesResponse> responseObserver)
Lists all sources belonging to an organization.
|
Modifier and Type | Method and Description |
---|---|
UnaryCallable<ListSourcesRequest,ListSourcesResponse> |
SecurityCenterStub.listSourcesCallable() |
UnaryCallable<ListSourcesRequest,ListSourcesResponse> |
HttpJsonSecurityCenterStub.listSourcesCallable() |
UnaryCallable<ListSourcesRequest,ListSourcesResponse> |
GrpcSecurityCenterStub.listSourcesCallable() |
PagedCallSettings<ListSourcesRequest,ListSourcesResponse,SecurityCenterClient.ListSourcesPagedResponse> |
SecurityCenterStubSettings.listSourcesSettings()
Returns the object with the settings used for calls to listSources.
|
PagedCallSettings.Builder<ListSourcesRequest,ListSourcesResponse,SecurityCenterClient.ListSourcesPagedResponse> |
SecurityCenterStubSettings.Builder.listSourcesSettings()
Returns the builder for the settings used for calls to listSources.
|
Copyright © 2022 Google LLC. All rights reserved.