Uses of Class
com.google.cloud.asset.v1.ListFeedsResponse
-
Packages that use ListFeedsResponse Package Description com.google.cloud.asset.v1 A client to Cloud Asset APIcom.google.cloud.asset.v1.stub -
-
Uses of ListFeedsResponse in com.google.cloud.asset.v1
Methods in com.google.cloud.asset.v1 that return ListFeedsResponse Modifier and Type Method Description ListFeedsResponse
ListFeedsResponse.Builder. build()
ListFeedsResponse
ListFeedsResponse.Builder. buildPartial()
static ListFeedsResponse
ListFeedsResponse. getDefaultInstance()
ListFeedsResponse
ListFeedsResponse.Builder. getDefaultInstanceForType()
ListFeedsResponse
ListFeedsResponse. getDefaultInstanceForType()
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.ListFeedsResponse
AssetServiceGrpc.AssetServiceBlockingStub. listFeeds(ListFeedsRequest request)
Lists all asset feeds in a parent project/folder/organization.static ListFeedsResponse
ListFeedsResponse. parseDelimitedFrom(InputStream input)
static ListFeedsResponse
ListFeedsResponse. parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static ListFeedsResponse
ListFeedsResponse. parseFrom(byte[] data)
static ListFeedsResponse
ListFeedsResponse. parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static ListFeedsResponse
ListFeedsResponse. parseFrom(com.google.protobuf.ByteString data)
static ListFeedsResponse
ListFeedsResponse. parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static ListFeedsResponse
ListFeedsResponse. parseFrom(com.google.protobuf.CodedInputStream input)
static ListFeedsResponse
ListFeedsResponse. parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static ListFeedsResponse
ListFeedsResponse. parseFrom(InputStream input)
static ListFeedsResponse
ListFeedsResponse. parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static ListFeedsResponse
ListFeedsResponse. parseFrom(ByteBuffer data)
static ListFeedsResponse
ListFeedsResponse. parseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
Methods in com.google.cloud.asset.v1 that return types with arguments of type ListFeedsResponse Modifier and Type Method Description static io.grpc.MethodDescriptor<ListFeedsRequest,ListFeedsResponse>
AssetServiceGrpc. getListFeedsMethod()
com.google.protobuf.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.com.google.api.gax.rpc.UnaryCallable<ListFeedsRequest,ListFeedsResponse>
AssetServiceClient. listFeedsCallable()
Lists all asset feeds in a parent project/folder/organization.com.google.api.gax.rpc.UnaryCallSettings.Builder<ListFeedsRequest,ListFeedsResponse>
AssetServiceSettings.Builder. listFeedsSettings()
Returns the builder for the settings used for calls to listFeeds.com.google.api.gax.rpc.UnaryCallSettings<ListFeedsRequest,ListFeedsResponse>
AssetServiceSettings. listFeedsSettings()
Returns the object with the settings used for calls to listFeeds.static com.google.protobuf.Parser<ListFeedsResponse>
ListFeedsResponse. parser()
Methods in com.google.cloud.asset.v1 with parameters of type ListFeedsResponse Modifier and Type Method Description ListFeedsResponse.Builder
ListFeedsResponse.Builder. mergeFrom(ListFeedsResponse other)
static ListFeedsResponse.Builder
ListFeedsResponse. newBuilder(ListFeedsResponse prototype)
Method parameters in com.google.cloud.asset.v1 with type arguments of type ListFeedsResponse Modifier and Type Method Description void
AssetServiceGrpc.AssetServiceStub. listFeeds(ListFeedsRequest request, io.grpc.stub.StreamObserver<ListFeedsResponse> responseObserver)
Lists all asset feeds in a parent project/folder/organization.default void
AssetServiceGrpc.AsyncService. listFeeds(ListFeedsRequest request, io.grpc.stub.StreamObserver<ListFeedsResponse> responseObserver)
Lists all asset feeds in a parent project/folder/organization. -
Uses of ListFeedsResponse in com.google.cloud.asset.v1.stub
Methods in com.google.cloud.asset.v1.stub that return types with arguments of type ListFeedsResponse Modifier and Type Method Description com.google.api.gax.rpc.UnaryCallable<ListFeedsRequest,ListFeedsResponse>
AssetServiceStub. listFeedsCallable()
com.google.api.gax.rpc.UnaryCallable<ListFeedsRequest,ListFeedsResponse>
GrpcAssetServiceStub. listFeedsCallable()
com.google.api.gax.rpc.UnaryCallable<ListFeedsRequest,ListFeedsResponse>
HttpJsonAssetServiceStub. listFeedsCallable()
com.google.api.gax.rpc.UnaryCallSettings.Builder<ListFeedsRequest,ListFeedsResponse>
AssetServiceStubSettings.Builder. listFeedsSettings()
Returns the builder for the settings used for calls to listFeeds.com.google.api.gax.rpc.UnaryCallSettings<ListFeedsRequest,ListFeedsResponse>
AssetServiceStubSettings. listFeedsSettings()
Returns the object with the settings used for calls to listFeeds.
-