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