Package | Description |
---|---|
com.google.cloud.asset.v1p2beta1 |
The interfaces provided are listed below, along with usage samples.
|
com.google.cloud.asset.v1p2beta1.stub |
Modifier and Type | Method and Description |
---|---|
static MethodDescriptor<ListFeedsRequest,ListFeedsResponse> |
AssetServiceGrpc.getListFeedsMethod() |
Parser<ListFeedsRequest> |
ListFeedsRequest.getParserForType() |
UnaryCallable<ListFeedsRequest,ListFeedsResponse> |
AssetServiceClient.listFeedsCallable()
Lists all asset feeds in a parent project/folder/organization.
|
UnaryCallSettings<ListFeedsRequest,ListFeedsResponse> |
AssetServiceSettings.listFeedsSettings()
Returns the object with the settings used for calls to listFeeds.
|
UnaryCallSettings.Builder<ListFeedsRequest,ListFeedsResponse> |
AssetServiceSettings.Builder.listFeedsSettings()
Returns the builder for the settings used for calls to listFeeds.
|
static Parser<ListFeedsRequest> |
ListFeedsRequest.parser() |
Modifier and Type | Method and Description |
---|---|
ListFeedsResponse |
AssetServiceGrpc.AssetServiceBlockingStub.listFeeds(ListFeedsRequest request)
Lists all asset feeds in a parent project/folder/organization.
|
com.google.common.util.concurrent.ListenableFuture<ListFeedsResponse> |
AssetServiceGrpc.AssetServiceFutureStub.listFeeds(ListFeedsRequest request)
Lists all asset feeds in a parent project/folder/organization.
|
ListFeedsResponse |
AssetServiceClient.listFeeds(ListFeedsRequest request)
Lists all asset feeds in a parent project/folder/organization.
|
void |
AssetServiceGrpc.AssetServiceImplBase.listFeeds(ListFeedsRequest request,
StreamObserver<ListFeedsResponse> responseObserver)
Lists all asset feeds in a parent project/folder/organization.
|
void |
AssetServiceGrpc.AssetServiceStub.listFeeds(ListFeedsRequest request,
StreamObserver<ListFeedsResponse> responseObserver)
Lists all asset feeds in a parent project/folder/organization.
|
ListFeedsRequest.Builder |
ListFeedsRequest.Builder.mergeFrom(ListFeedsRequest other) |
static ListFeedsRequest.Builder |
ListFeedsRequest.newBuilder(ListFeedsRequest prototype) |
Modifier and Type | Method and Description |
---|---|
UnaryCallable<ListFeedsRequest,ListFeedsResponse> |
HttpJsonAssetServiceStub.listFeedsCallable() |
UnaryCallable<ListFeedsRequest,ListFeedsResponse> |
AssetServiceStub.listFeedsCallable() |
UnaryCallable<ListFeedsRequest,ListFeedsResponse> |
GrpcAssetServiceStub.listFeedsCallable() |
UnaryCallSettings<ListFeedsRequest,ListFeedsResponse> |
AssetServiceStubSettings.listFeedsSettings()
Returns the object with the settings used for calls to listFeeds.
|
UnaryCallSettings.Builder<ListFeedsRequest,ListFeedsResponse> |
AssetServiceStubSettings.Builder.listFeedsSettings()
Returns the builder for the settings used for calls to listFeeds.
|
Copyright © 2022 Google LLC. All rights reserved.