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 ListFeedsResponseListFeedsResponse.Builder. build()ListFeedsResponseListFeedsResponse.Builder. buildPartial()static ListFeedsResponseListFeedsResponse. getDefaultInstance()ListFeedsResponseListFeedsResponse.Builder. getDefaultInstanceForType()ListFeedsResponseListFeedsResponse. getDefaultInstanceForType()ListFeedsResponseAssetServiceClient. listFeeds(ListFeedsRequest request)Lists all asset feeds in a parent project/folder/organization.ListFeedsResponseAssetServiceClient. listFeeds(String parent)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.static ListFeedsResponseListFeedsResponse. parseDelimitedFrom(InputStream input)static ListFeedsResponseListFeedsResponse. parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static ListFeedsResponseListFeedsResponse. parseFrom(byte[] data)static ListFeedsResponseListFeedsResponse. parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static ListFeedsResponseListFeedsResponse. parseFrom(com.google.protobuf.ByteString data)static ListFeedsResponseListFeedsResponse. parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static ListFeedsResponseListFeedsResponse. parseFrom(com.google.protobuf.CodedInputStream input)static ListFeedsResponseListFeedsResponse. parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static ListFeedsResponseListFeedsResponse. parseFrom(InputStream input)static ListFeedsResponseListFeedsResponse. parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static ListFeedsResponseListFeedsResponse. parseFrom(ByteBuffer data)static ListFeedsResponseListFeedsResponse. 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.BuilderListFeedsResponse.Builder. mergeFrom(ListFeedsResponse other)static ListFeedsResponse.BuilderListFeedsResponse. newBuilder(ListFeedsResponse prototype)Method parameters in com.google.cloud.asset.v1 with type arguments of type ListFeedsResponse Modifier and Type Method Description 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. -
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.
-