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<CreateFeedRequest,Feed> |
AssetServiceClient.createFeedCallable()
Creates a feed in a parent project/folder/organization to listen to its asset updates.
|
UnaryCallSettings<CreateFeedRequest,Feed> |
AssetServiceSettings.createFeedSettings()
Returns the object with the settings used for calls to createFeed.
|
UnaryCallSettings.Builder<CreateFeedRequest,Feed> |
AssetServiceSettings.Builder.createFeedSettings()
Returns the builder for the settings used for calls to createFeed.
|
static MethodDescriptor<CreateFeedRequest,Feed> |
AssetServiceGrpc.getCreateFeedMethod() |
Parser<CreateFeedRequest> |
CreateFeedRequest.getParserForType() |
static Parser<CreateFeedRequest> |
CreateFeedRequest.parser() |
Modifier and Type | Method and Description |
---|---|
Feed |
AssetServiceGrpc.AssetServiceBlockingStub.createFeed(CreateFeedRequest request)
Creates a feed in a parent project/folder/organization to listen to its
asset updates.
|
com.google.common.util.concurrent.ListenableFuture<Feed> |
AssetServiceGrpc.AssetServiceFutureStub.createFeed(CreateFeedRequest request)
Creates a feed in a parent project/folder/organization to listen to its
asset updates.
|
Feed |
AssetServiceClient.createFeed(CreateFeedRequest request)
Creates a feed in a parent project/folder/organization to listen to its asset updates.
|
void |
AssetServiceGrpc.AssetServiceImplBase.createFeed(CreateFeedRequest request,
StreamObserver<Feed> responseObserver)
Creates a feed in a parent project/folder/organization to listen to its
asset updates.
|
void |
AssetServiceGrpc.AssetServiceStub.createFeed(CreateFeedRequest request,
StreamObserver<Feed> responseObserver)
Creates a feed in a parent project/folder/organization to listen to its
asset updates.
|
CreateFeedRequest.Builder |
CreateFeedRequest.Builder.mergeFrom(CreateFeedRequest other) |
static CreateFeedRequest.Builder |
CreateFeedRequest.newBuilder(CreateFeedRequest prototype) |
Modifier and Type | Method and Description |
---|---|
UnaryCallable<CreateFeedRequest,Feed> |
HttpJsonAssetServiceStub.createFeedCallable() |
UnaryCallable<CreateFeedRequest,Feed> |
AssetServiceStub.createFeedCallable() |
UnaryCallable<CreateFeedRequest,Feed> |
GrpcAssetServiceStub.createFeedCallable() |
UnaryCallSettings<CreateFeedRequest,Feed> |
AssetServiceStubSettings.createFeedSettings()
Returns the object with the settings used for calls to createFeed.
|
UnaryCallSettings.Builder<CreateFeedRequest,Feed> |
AssetServiceStubSettings.Builder.createFeedSettings()
Returns the builder for the settings used for calls to createFeed.
|
Copyright © 2022 Google LLC. All rights reserved.