Uses of Class
com.google.cloud.securitycenter.v1.ListSourcesResponse
-
Packages that use ListSourcesResponse Package Description com.google.cloud.securitycenter.v1 A client to Security Command Center APIcom.google.cloud.securitycenter.v1.stub -
-
Uses of ListSourcesResponse in com.google.cloud.securitycenter.v1
Methods in com.google.cloud.securitycenter.v1 that return ListSourcesResponse Modifier and Type Method Description ListSourcesResponse
ListSourcesResponse.Builder. build()
ListSourcesResponse
ListSourcesResponse.Builder. buildPartial()
static ListSourcesResponse
ListSourcesResponse. getDefaultInstance()
ListSourcesResponse
ListSourcesResponse.Builder. getDefaultInstanceForType()
ListSourcesResponse
ListSourcesResponse. 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, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static ListSourcesResponse
ListSourcesResponse. parseFrom(byte[] data)
static ListSourcesResponse
ListSourcesResponse. parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static ListSourcesResponse
ListSourcesResponse. parseFrom(com.google.protobuf.ByteString data)
static ListSourcesResponse
ListSourcesResponse. parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static ListSourcesResponse
ListSourcesResponse. parseFrom(com.google.protobuf.CodedInputStream input)
static ListSourcesResponse
ListSourcesResponse. parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static ListSourcesResponse
ListSourcesResponse. parseFrom(InputStream input)
static ListSourcesResponse
ListSourcesResponse. parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static ListSourcesResponse
ListSourcesResponse. parseFrom(ByteBuffer data)
static ListSourcesResponse
ListSourcesResponse. parseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
Methods in com.google.cloud.securitycenter.v1 that return types with arguments of type ListSourcesResponse Modifier and Type Method Description static io.grpc.MethodDescriptor<ListSourcesRequest,ListSourcesResponse>
SecurityCenterGrpc. getListSourcesMethod()
com.google.protobuf.Parser<ListSourcesResponse>
ListSourcesResponse. getParserForType()
com.google.common.util.concurrent.ListenableFuture<ListSourcesResponse>
SecurityCenterGrpc.SecurityCenterFutureStub. listSources(ListSourcesRequest request)
Lists all sources belonging to an organization.com.google.api.gax.rpc.UnaryCallable<ListSourcesRequest,ListSourcesResponse>
SecurityCenterClient. listSourcesCallable()
Lists all sources belonging to an organization.com.google.api.gax.rpc.PagedCallSettings.Builder<ListSourcesRequest,ListSourcesResponse,SecurityCenterClient.ListSourcesPagedResponse>
SecurityCenterSettings.Builder. listSourcesSettings()
Returns the builder for the settings used for calls to listSources.com.google.api.gax.rpc.PagedCallSettings<ListSourcesRequest,ListSourcesResponse,SecurityCenterClient.ListSourcesPagedResponse>
SecurityCenterSettings. listSourcesSettings()
Returns the object with the settings used for calls to listSources.static com.google.protobuf.Parser<ListSourcesResponse>
ListSourcesResponse. parser()
Methods in com.google.cloud.securitycenter.v1 with parameters of type ListSourcesResponse Modifier and Type Method Description protected SecurityCenterClient.ListSourcesPage
SecurityCenterClient.ListSourcesPage. createPage(com.google.api.gax.rpc.PageContext<ListSourcesRequest,ListSourcesResponse,Source> context, ListSourcesResponse response)
ListSourcesResponse.Builder
ListSourcesResponse.Builder. mergeFrom(ListSourcesResponse other)
static ListSourcesResponse.Builder
ListSourcesResponse. newBuilder(ListSourcesResponse prototype)
Method parameters in com.google.cloud.securitycenter.v1 with type arguments of type ListSourcesResponse Modifier and Type Method Description static com.google.api.core.ApiFuture<SecurityCenterClient.ListSourcesPagedResponse>
SecurityCenterClient.ListSourcesPagedResponse. createAsync(com.google.api.gax.rpc.PageContext<ListSourcesRequest,ListSourcesResponse,Source> context, com.google.api.core.ApiFuture<ListSourcesResponse> futureResponse)
static com.google.api.core.ApiFuture<SecurityCenterClient.ListSourcesPagedResponse>
SecurityCenterClient.ListSourcesPagedResponse. createAsync(com.google.api.gax.rpc.PageContext<ListSourcesRequest,ListSourcesResponse,Source> context, com.google.api.core.ApiFuture<ListSourcesResponse> futureResponse)
protected SecurityCenterClient.ListSourcesPage
SecurityCenterClient.ListSourcesPage. createPage(com.google.api.gax.rpc.PageContext<ListSourcesRequest,ListSourcesResponse,Source> context, ListSourcesResponse response)
com.google.api.core.ApiFuture<SecurityCenterClient.ListSourcesPage>
SecurityCenterClient.ListSourcesPage. createPageAsync(com.google.api.gax.rpc.PageContext<ListSourcesRequest,ListSourcesResponse,Source> context, com.google.api.core.ApiFuture<ListSourcesResponse> futureResponse)
com.google.api.core.ApiFuture<SecurityCenterClient.ListSourcesPage>
SecurityCenterClient.ListSourcesPage. createPageAsync(com.google.api.gax.rpc.PageContext<ListSourcesRequest,ListSourcesResponse,Source> context, com.google.api.core.ApiFuture<ListSourcesResponse> futureResponse)
default void
SecurityCenterGrpc.AsyncService. listSources(ListSourcesRequest request, io.grpc.stub.StreamObserver<ListSourcesResponse> responseObserver)
Lists all sources belonging to an organization.void
SecurityCenterGrpc.SecurityCenterStub. listSources(ListSourcesRequest request, io.grpc.stub.StreamObserver<ListSourcesResponse> responseObserver)
Lists all sources belonging to an organization. -
Uses of ListSourcesResponse in com.google.cloud.securitycenter.v1.stub
Methods in com.google.cloud.securitycenter.v1.stub that return types with arguments of type ListSourcesResponse Modifier and Type Method Description com.google.api.gax.rpc.UnaryCallable<ListSourcesRequest,ListSourcesResponse>
GrpcSecurityCenterStub. listSourcesCallable()
com.google.api.gax.rpc.UnaryCallable<ListSourcesRequest,ListSourcesResponse>
HttpJsonSecurityCenterStub. listSourcesCallable()
com.google.api.gax.rpc.UnaryCallable<ListSourcesRequest,ListSourcesResponse>
SecurityCenterStub. listSourcesCallable()
com.google.api.gax.rpc.PagedCallSettings.Builder<ListSourcesRequest,ListSourcesResponse,SecurityCenterClient.ListSourcesPagedResponse>
SecurityCenterStubSettings.Builder. listSourcesSettings()
Returns the builder for the settings used for calls to listSources.com.google.api.gax.rpc.PagedCallSettings<ListSourcesRequest,ListSourcesResponse,SecurityCenterClient.ListSourcesPagedResponse>
SecurityCenterStubSettings. listSourcesSettings()
Returns the object with the settings used for calls to listSources.
-