Uses of Class
com.google.cloud.asset.v1.ListFeedsRequest
-
Packages that use ListFeedsRequest Package Description com.google.cloud.asset.v1 A client to Cloud Asset APIcom.google.cloud.asset.v1.stub -
-
Uses of ListFeedsRequest in com.google.cloud.asset.v1
Methods in com.google.cloud.asset.v1 that return ListFeedsRequest Modifier and Type Method Description ListFeedsRequestListFeedsRequest.Builder. build()ListFeedsRequestListFeedsRequest.Builder. buildPartial()static ListFeedsRequestListFeedsRequest. getDefaultInstance()ListFeedsRequestListFeedsRequest.Builder. getDefaultInstanceForType()ListFeedsRequestListFeedsRequest. getDefaultInstanceForType()static ListFeedsRequestListFeedsRequest. parseDelimitedFrom(InputStream input)static ListFeedsRequestListFeedsRequest. parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static ListFeedsRequestListFeedsRequest. parseFrom(byte[] data)static ListFeedsRequestListFeedsRequest. parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static ListFeedsRequestListFeedsRequest. parseFrom(com.google.protobuf.ByteString data)static ListFeedsRequestListFeedsRequest. parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static ListFeedsRequestListFeedsRequest. parseFrom(com.google.protobuf.CodedInputStream input)static ListFeedsRequestListFeedsRequest. parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static ListFeedsRequestListFeedsRequest. parseFrom(InputStream input)static ListFeedsRequestListFeedsRequest. parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static ListFeedsRequestListFeedsRequest. parseFrom(ByteBuffer data)static ListFeedsRequestListFeedsRequest. parseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)Methods in com.google.cloud.asset.v1 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.v1 with parameters of type ListFeedsRequest Modifier and Type Method Description ListFeedsResponseAssetServiceClient. listFeeds(ListFeedsRequest request)Lists all asset feeds in a parent project/folder/organization.ListFeedsResponseAssetServiceGrpc.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.voidAssetServiceGrpc.AssetServiceStub. listFeeds(ListFeedsRequest request, io.grpc.stub.StreamObserver<ListFeedsResponse> responseObserver)Lists all asset feeds in a parent project/folder/organization.default voidAssetServiceGrpc.AsyncService. listFeeds(ListFeedsRequest request, io.grpc.stub.StreamObserver<ListFeedsResponse> responseObserver)Lists all asset feeds in a parent project/folder/organization.ListFeedsRequest.BuilderListFeedsRequest.Builder. mergeFrom(ListFeedsRequest other)static ListFeedsRequest.BuilderListFeedsRequest. newBuilder(ListFeedsRequest prototype) -
Uses of ListFeedsRequest in com.google.cloud.asset.v1.stub
Methods in com.google.cloud.asset.v1.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.
-