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 |
---|---|
ListFeedsResponse |
ListFeedsResponse.Builder.build() |
ListFeedsResponse |
ListFeedsResponse.Builder.buildPartial() |
static ListFeedsResponse |
ListFeedsResponse.getDefaultInstance() |
ListFeedsResponse |
ListFeedsResponse.getDefaultInstanceForType() |
ListFeedsResponse |
ListFeedsResponse.Builder.getDefaultInstanceForType() |
ListFeedsResponse |
AssetServiceGrpc.AssetServiceBlockingStub.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.
|
ListFeedsResponse |
AssetServiceClient.listFeeds(String parent)
Lists all asset feeds in a parent project/folder/organization.
|
static ListFeedsResponse |
ListFeedsResponse.parseDelimitedFrom(InputStream input) |
static ListFeedsResponse |
ListFeedsResponse.parseDelimitedFrom(InputStream input,
ExtensionRegistryLite extensionRegistry) |
static ListFeedsResponse |
ListFeedsResponse.parseFrom(byte[] data) |
static ListFeedsResponse |
ListFeedsResponse.parseFrom(byte[] data,
ExtensionRegistryLite extensionRegistry) |
static ListFeedsResponse |
ListFeedsResponse.parseFrom(ByteBuffer data) |
static ListFeedsResponse |
ListFeedsResponse.parseFrom(ByteBuffer data,
ExtensionRegistryLite extensionRegistry) |
static ListFeedsResponse |
ListFeedsResponse.parseFrom(ByteString data) |
static ListFeedsResponse |
ListFeedsResponse.parseFrom(ByteString data,
ExtensionRegistryLite extensionRegistry) |
static ListFeedsResponse |
ListFeedsResponse.parseFrom(CodedInputStream input) |
static ListFeedsResponse |
ListFeedsResponse.parseFrom(CodedInputStream input,
ExtensionRegistryLite extensionRegistry) |
static ListFeedsResponse |
ListFeedsResponse.parseFrom(InputStream input) |
static ListFeedsResponse |
ListFeedsResponse.parseFrom(InputStream input,
ExtensionRegistryLite extensionRegistry) |
Modifier and Type | Method and Description |
---|---|
static MethodDescriptor<ListFeedsRequest,ListFeedsResponse> |
AssetServiceGrpc.getListFeedsMethod() |
Parser<ListFeedsResponse> |
ListFeedsResponse.getParserForType() |
com.google.common.util.concurrent.ListenableFuture<ListFeedsResponse> |
AssetServiceGrpc.AssetServiceFutureStub.listFeeds(ListFeedsRequest request)
Lists all asset feeds in a parent project/folder/organization.
|
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<ListFeedsResponse> |
ListFeedsResponse.parser() |
Modifier and Type | Method and Description |
---|---|
ListFeedsResponse.Builder |
ListFeedsResponse.Builder.mergeFrom(ListFeedsResponse other) |
static ListFeedsResponse.Builder |
ListFeedsResponse.newBuilder(ListFeedsResponse prototype) |
Modifier and Type | Method and Description |
---|---|
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.
|
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.