Uses of Class
com.google.cloud.asset.v1p2beta1.ListFeedsRequest
-
Packages that use ListFeedsRequest Package Description com.google.cloud.asset.v1p2beta1 A client to Cloud Asset APIcom.google.cloud.asset.v1p2beta1.stub -
-
Uses of ListFeedsRequest in com.google.cloud.asset.v1p2beta1
Methods in com.google.cloud.asset.v1p2beta1 that return ListFeedsRequest Modifier and Type Method Description ListFeedsRequest
ListFeedsRequest.Builder. build()
ListFeedsRequest
ListFeedsRequest.Builder. buildPartial()
static ListFeedsRequest
ListFeedsRequest. getDefaultInstance()
ListFeedsRequest
ListFeedsRequest.Builder. getDefaultInstanceForType()
ListFeedsRequest
ListFeedsRequest. getDefaultInstanceForType()
static ListFeedsRequest
ListFeedsRequest. parseDelimitedFrom(InputStream input)
static ListFeedsRequest
ListFeedsRequest. parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static ListFeedsRequest
ListFeedsRequest. parseFrom(byte[] data)
static ListFeedsRequest
ListFeedsRequest. parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static ListFeedsRequest
ListFeedsRequest. parseFrom(com.google.protobuf.ByteString data)
static ListFeedsRequest
ListFeedsRequest. parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static ListFeedsRequest
ListFeedsRequest. parseFrom(com.google.protobuf.CodedInputStream input)
static ListFeedsRequest
ListFeedsRequest. parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static ListFeedsRequest
ListFeedsRequest. parseFrom(InputStream input)
static ListFeedsRequest
ListFeedsRequest. parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static ListFeedsRequest
ListFeedsRequest. parseFrom(ByteBuffer data)
static ListFeedsRequest
ListFeedsRequest. parseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
Methods in com.google.cloud.asset.v1p2beta1 that return types with arguments of type ListFeedsRequest Modifier and Type Method Description static io.grpc.MethodDescriptor<ListFeedsRequest,ListFeedsResponse>
AssetServiceGrpc. getListFeedsMethod()
com.google.protobuf.Parser<ListFeedsRequest>
ListFeedsRequest. getParserForType()
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<ListFeedsRequest>
ListFeedsRequest. parser()
Methods in com.google.cloud.asset.v1p2beta1 with parameters of type ListFeedsRequest Modifier and Type Method Description ListFeedsResponse
AssetServiceClient. listFeeds(ListFeedsRequest request)
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.com.google.common.util.concurrent.ListenableFuture<ListFeedsResponse>
AssetServiceGrpc.AssetServiceFutureStub. listFeeds(ListFeedsRequest request)
Lists all asset feeds in a parent project/folder/organization.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.ListFeedsRequest.Builder
ListFeedsRequest.Builder. mergeFrom(ListFeedsRequest other)
static ListFeedsRequest.Builder
ListFeedsRequest. newBuilder(ListFeedsRequest prototype)
-
Uses of ListFeedsRequest in com.google.cloud.asset.v1p2beta1.stub
Methods in com.google.cloud.asset.v1p2beta1.stub that return types with arguments of type ListFeedsRequest 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.
-