Uses of Class
com.google.cloud.asset.v1.GetFeedRequest
-
Packages that use GetFeedRequest Package Description com.google.cloud.asset.v1 A client to Cloud Asset APIcom.google.cloud.asset.v1.stub -
-
Uses of GetFeedRequest in com.google.cloud.asset.v1
Methods in com.google.cloud.asset.v1 that return GetFeedRequest Modifier and Type Method Description GetFeedRequestGetFeedRequest.Builder. build()GetFeedRequestGetFeedRequest.Builder. buildPartial()static GetFeedRequestGetFeedRequest. getDefaultInstance()GetFeedRequestGetFeedRequest.Builder. getDefaultInstanceForType()GetFeedRequestGetFeedRequest. getDefaultInstanceForType()static GetFeedRequestGetFeedRequest. parseDelimitedFrom(InputStream input)static GetFeedRequestGetFeedRequest. parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static GetFeedRequestGetFeedRequest. parseFrom(byte[] data)static GetFeedRequestGetFeedRequest. parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static GetFeedRequestGetFeedRequest. parseFrom(com.google.protobuf.ByteString data)static GetFeedRequestGetFeedRequest. parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static GetFeedRequestGetFeedRequest. parseFrom(com.google.protobuf.CodedInputStream input)static GetFeedRequestGetFeedRequest. parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static GetFeedRequestGetFeedRequest. parseFrom(InputStream input)static GetFeedRequestGetFeedRequest. parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static GetFeedRequestGetFeedRequest. parseFrom(ByteBuffer data)static GetFeedRequestGetFeedRequest. parseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)Methods in com.google.cloud.asset.v1 that return types with arguments of type GetFeedRequest Modifier and Type Method Description com.google.api.gax.rpc.UnaryCallable<GetFeedRequest,Feed>AssetServiceClient. getFeedCallable()Gets details about an asset feed.com.google.api.gax.rpc.UnaryCallSettings.Builder<GetFeedRequest,Feed>AssetServiceSettings.Builder. getFeedSettings()Returns the builder for the settings used for calls to getFeed.com.google.api.gax.rpc.UnaryCallSettings<GetFeedRequest,Feed>AssetServiceSettings. getFeedSettings()Returns the object with the settings used for calls to getFeed.static io.grpc.MethodDescriptor<GetFeedRequest,Feed>AssetServiceGrpc. getGetFeedMethod()com.google.protobuf.Parser<GetFeedRequest>GetFeedRequest. getParserForType()static com.google.protobuf.Parser<GetFeedRequest>GetFeedRequest. parser()Methods in com.google.cloud.asset.v1 with parameters of type GetFeedRequest Modifier and Type Method Description FeedAssetServiceClient. getFeed(GetFeedRequest request)Gets details about an asset feed.FeedAssetServiceGrpc.AssetServiceBlockingStub. getFeed(GetFeedRequest request)Gets details about an asset feed.com.google.common.util.concurrent.ListenableFuture<Feed>AssetServiceGrpc.AssetServiceFutureStub. getFeed(GetFeedRequest request)Gets details about an asset feed.voidAssetServiceGrpc.AssetServiceStub. getFeed(GetFeedRequest request, io.grpc.stub.StreamObserver<Feed> responseObserver)Gets details about an asset feed.default voidAssetServiceGrpc.AsyncService. getFeed(GetFeedRequest request, io.grpc.stub.StreamObserver<Feed> responseObserver)Gets details about an asset feed.GetFeedRequest.BuilderGetFeedRequest.Builder. mergeFrom(GetFeedRequest other)static GetFeedRequest.BuilderGetFeedRequest. newBuilder(GetFeedRequest prototype) -
Uses of GetFeedRequest in com.google.cloud.asset.v1.stub
Methods in com.google.cloud.asset.v1.stub that return types with arguments of type GetFeedRequest Modifier and Type Method Description com.google.api.gax.rpc.UnaryCallable<GetFeedRequest,Feed>AssetServiceStub. getFeedCallable()com.google.api.gax.rpc.UnaryCallable<GetFeedRequest,Feed>GrpcAssetServiceStub. getFeedCallable()com.google.api.gax.rpc.UnaryCallable<GetFeedRequest,Feed>HttpJsonAssetServiceStub. getFeedCallable()com.google.api.gax.rpc.UnaryCallSettings.Builder<GetFeedRequest,Feed>AssetServiceStubSettings.Builder. getFeedSettings()Returns the builder for the settings used for calls to getFeed.com.google.api.gax.rpc.UnaryCallSettings<GetFeedRequest,Feed>AssetServiceStubSettings. getFeedSettings()Returns the object with the settings used for calls to getFeed.
-