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 |
---|---|
Feed |
Feed.Builder.build() |
Feed |
Feed.Builder.buildPartial() |
Feed |
AssetServiceGrpc.AssetServiceBlockingStub.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.
|
Feed |
AssetServiceClient.createFeed(String parent)
Creates a feed in a parent project/folder/organization to listen to its asset updates.
|
static Feed |
Feed.getDefaultInstance() |
Feed |
Feed.getDefaultInstanceForType() |
Feed |
Feed.Builder.getDefaultInstanceForType() |
Feed |
UpdateFeedRequestOrBuilder.getFeed()
Required.
|
Feed |
CreateFeedRequestOrBuilder.getFeed()
Required.
|
Feed |
CreateFeedRequest.getFeed()
Required.
|
Feed |
CreateFeedRequest.Builder.getFeed()
Required.
|
Feed |
UpdateFeedRequest.getFeed()
Required.
|
Feed |
UpdateFeedRequest.Builder.getFeed()
Required.
|
Feed |
AssetServiceClient.getFeed(FeedName name)
Gets details about an asset feed.
|
Feed |
AssetServiceGrpc.AssetServiceBlockingStub.getFeed(GetFeedRequest request)
Gets details about an asset feed.
|
Feed |
AssetServiceClient.getFeed(GetFeedRequest request)
Gets details about an asset feed.
|
Feed |
AssetServiceClient.getFeed(String name)
Gets details about an asset feed.
|
Feed |
ListFeedsResponse.getFeeds(int index)
A list of feeds.
|
Feed |
ListFeedsResponse.Builder.getFeeds(int index)
A list of feeds.
|
Feed |
ListFeedsResponseOrBuilder.getFeeds(int index)
A list of feeds.
|
static Feed |
Feed.parseDelimitedFrom(InputStream input) |
static Feed |
Feed.parseDelimitedFrom(InputStream input,
ExtensionRegistryLite extensionRegistry) |
static Feed |
Feed.parseFrom(byte[] data) |
static Feed |
Feed.parseFrom(byte[] data,
ExtensionRegistryLite extensionRegistry) |
static Feed |
Feed.parseFrom(ByteBuffer data) |
static Feed |
Feed.parseFrom(ByteBuffer data,
ExtensionRegistryLite extensionRegistry) |
static Feed |
Feed.parseFrom(ByteString data) |
static Feed |
Feed.parseFrom(ByteString data,
ExtensionRegistryLite extensionRegistry) |
static Feed |
Feed.parseFrom(CodedInputStream input) |
static Feed |
Feed.parseFrom(CodedInputStream input,
ExtensionRegistryLite extensionRegistry) |
static Feed |
Feed.parseFrom(InputStream input) |
static Feed |
Feed.parseFrom(InputStream input,
ExtensionRegistryLite extensionRegistry) |
Feed |
AssetServiceClient.updateFeed(Feed feed)
Updates an asset feed configuration.
|
Feed |
AssetServiceGrpc.AssetServiceBlockingStub.updateFeed(UpdateFeedRequest request)
Updates an asset feed configuration.
|
Feed |
AssetServiceClient.updateFeed(UpdateFeedRequest request)
Updates an asset feed configuration.
|
Modifier and Type | Method and Description |
---|---|
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.
|
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() |
com.google.common.util.concurrent.ListenableFuture<Feed> |
AssetServiceGrpc.AssetServiceFutureStub.getFeed(GetFeedRequest request)
Gets details about an asset feed.
|
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.
|
List<Feed> |
ListFeedsResponse.getFeedsList()
A list of feeds.
|
List<Feed> |
ListFeedsResponse.Builder.getFeedsList()
A list of feeds.
|
List<Feed> |
ListFeedsResponseOrBuilder.getFeedsList()
A list of feeds.
|
static MethodDescriptor<GetFeedRequest,Feed> |
AssetServiceGrpc.getGetFeedMethod() |
Parser<Feed> |
Feed.getParserForType() |
static MethodDescriptor<UpdateFeedRequest,Feed> |
AssetServiceGrpc.getUpdateFeedMethod() |
static Parser<Feed> |
Feed.parser() |
com.google.common.util.concurrent.ListenableFuture<Feed> |
AssetServiceGrpc.AssetServiceFutureStub.updateFeed(UpdateFeedRequest request)
Updates an asset feed configuration.
|
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 |
---|---|
ListFeedsResponse.Builder |
ListFeedsResponse.Builder.addFeeds(Feed value)
A list of feeds.
|
ListFeedsResponse.Builder |
ListFeedsResponse.Builder.addFeeds(int index,
Feed value)
A list of feeds.
|
CreateFeedRequest.Builder |
CreateFeedRequest.Builder.mergeFeed(Feed value)
Required.
|
UpdateFeedRequest.Builder |
UpdateFeedRequest.Builder.mergeFeed(Feed value)
Required.
|
Feed.Builder |
Feed.Builder.mergeFrom(Feed other) |
static Feed.Builder |
Feed.newBuilder(Feed prototype) |
CreateFeedRequest.Builder |
CreateFeedRequest.Builder.setFeed(Feed value)
Required.
|
UpdateFeedRequest.Builder |
UpdateFeedRequest.Builder.setFeed(Feed value)
Required.
|
ListFeedsResponse.Builder |
ListFeedsResponse.Builder.setFeeds(int index,
Feed value)
A list of feeds.
|
Feed |
AssetServiceClient.updateFeed(Feed feed)
Updates an asset feed configuration.
|
Modifier and Type | Method and Description |
---|---|
ListFeedsResponse.Builder |
ListFeedsResponse.Builder.addAllFeeds(Iterable<? extends Feed> values)
A list of feeds.
|
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.
|
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.
|
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<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.
|
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.
|
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.