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 |
---|---|
UnaryCallable<GetFeedRequest,Feed> |
AssetServiceClient.getFeedCallable()
Gets details about an asset feed.
|
UnaryCallSettings<GetFeedRequest,Feed> |
AssetServiceSettings.getFeedSettings()
Returns the object with the settings used for calls to getFeed.
|
UnaryCallSettings.Builder<GetFeedRequest,Feed> |
AssetServiceSettings.Builder.getFeedSettings()
Returns the builder for the settings used for calls to getFeed.
|
static MethodDescriptor<GetFeedRequest,Feed> |
AssetServiceGrpc.getGetFeedMethod() |
Parser<GetFeedRequest> |
GetFeedRequest.getParserForType() |
static Parser<GetFeedRequest> |
GetFeedRequest.parser() |
Modifier and Type | Method and Description |
---|---|
Feed |
AssetServiceGrpc.AssetServiceBlockingStub.getFeed(GetFeedRequest request)
Gets details about an asset feed.
|
com.google.common.util.concurrent.ListenableFuture<Feed> |
AssetServiceGrpc.AssetServiceFutureStub.getFeed(GetFeedRequest request)
Gets details about an asset feed.
|
Feed |
AssetServiceClient.getFeed(GetFeedRequest request)
Gets details about an asset feed.
|
void |
AssetServiceGrpc.AssetServiceImplBase.getFeed(GetFeedRequest request,
StreamObserver<Feed> responseObserver)
Gets details about an asset feed.
|
void |
AssetServiceGrpc.AssetServiceStub.getFeed(GetFeedRequest request,
StreamObserver<Feed> responseObserver)
Gets details about an asset feed.
|
GetFeedRequest.Builder |
GetFeedRequest.Builder.mergeFrom(GetFeedRequest other) |
static GetFeedRequest.Builder |
GetFeedRequest.newBuilder(GetFeedRequest prototype) |
Modifier and Type | Method and Description |
---|---|
UnaryCallable<GetFeedRequest,Feed> |
HttpJsonAssetServiceStub.getFeedCallable() |
UnaryCallable<GetFeedRequest,Feed> |
AssetServiceStub.getFeedCallable() |
UnaryCallable<GetFeedRequest,Feed> |
GrpcAssetServiceStub.getFeedCallable() |
UnaryCallSettings<GetFeedRequest,Feed> |
AssetServiceStubSettings.getFeedSettings()
Returns the object with the settings used for calls to getFeed.
|
UnaryCallSettings.Builder<GetFeedRequest,Feed> |
AssetServiceStubSettings.Builder.getFeedSettings()
Returns the builder for the settings used for calls to getFeed.
|
Copyright © 2022 Google LLC. All rights reserved.