[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Hard to understand","hardToUnderstand","thumb-down"],["Incorrect information or sample code","incorrectInformationOrSampleCode","thumb-down"],["Missing the information/samples I need","missingTheInformationSamplesINeed","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-09-04 UTC."],[],[],null,["# Google Cloud Support v2beta API - Class FeedServiceClientImpl (1.0.0-beta02)\n\nVersion latestkeyboard_arrow_down\n\n- [1.0.0-beta02 (latest)](/dotnet/docs/reference/Google.Cloud.Support.V2Beta/latest/Google.Cloud.Support.V2Beta.FeedServiceClientImpl)\n- [1.0.0-beta01](/dotnet/docs/reference/Google.Cloud.Support.V2Beta/1.0.0-beta01/Google.Cloud.Support.V2Beta.FeedServiceClientImpl) \n\n public sealed class FeedServiceClientImpl : FeedServiceClient\n\nReference documentation and code samples for the Google Cloud Support v2beta API class FeedServiceClientImpl.\n\nFeedService client wrapper implementation, for convenient use. \n\nInheritance\n-----------\n\n[object](https://learn.microsoft.com/dotnet/api/system.object) \\\u003e [FeedServiceClient](/dotnet/docs/reference/Google.Cloud.Support.V2Beta/latest/Google.Cloud.Support.V2Beta.FeedServiceClient) \\\u003e FeedServiceClientImpl \n\nInherited Members\n-----------------\n\n[FeedServiceClient.DefaultEndpoint](/dotnet/docs/reference/Google.Cloud.Support.V2Beta/latest/Google.Cloud.Support.V2Beta.FeedServiceClient#Google_Cloud_Support_V2Beta_FeedServiceClient_DefaultEndpoint) \n[FeedServiceClient.DefaultScopes](/dotnet/docs/reference/Google.Cloud.Support.V2Beta/latest/Google.Cloud.Support.V2Beta.FeedServiceClient#Google_Cloud_Support_V2Beta_FeedServiceClient_DefaultScopes) \n[FeedServiceClient.ServiceMetadata](/dotnet/docs/reference/Google.Cloud.Support.V2Beta/latest/Google.Cloud.Support.V2Beta.FeedServiceClient#Google_Cloud_Support_V2Beta_FeedServiceClient_ServiceMetadata) \n[FeedServiceClient.CreateAsync(CancellationToken)](/dotnet/docs/reference/Google.Cloud.Support.V2Beta/latest/Google.Cloud.Support.V2Beta.FeedServiceClient#Google_Cloud_Support_V2Beta_FeedServiceClient_CreateAsync_System_Threading_CancellationToken_) \n[FeedServiceClient.Create()](/dotnet/docs/reference/Google.Cloud.Support.V2Beta/latest/Google.Cloud.Support.V2Beta.FeedServiceClient#Google_Cloud_Support_V2Beta_FeedServiceClient_Create) \n[FeedServiceClient.ShutdownDefaultChannelsAsync()](/dotnet/docs/reference/Google.Cloud.Support.V2Beta/latest/Google.Cloud.Support.V2Beta.FeedServiceClient#Google_Cloud_Support_V2Beta_FeedServiceClient_ShutdownDefaultChannelsAsync) \n[FeedServiceClient.ShowFeed(string, string, int?, CallSettings)](/dotnet/docs/reference/Google.Cloud.Support.V2Beta/latest/Google.Cloud.Support.V2Beta.FeedServiceClient#Google_Cloud_Support_V2Beta_FeedServiceClient_ShowFeed_System_String_System_String_System_Nullable_System_Int32__Google_Api_Gax_Grpc_CallSettings_) \n[FeedServiceClient.ShowFeedAsync(string, string, int?, CallSettings)](/dotnet/docs/reference/Google.Cloud.Support.V2Beta/latest/Google.Cloud.Support.V2Beta.FeedServiceClient#Google_Cloud_Support_V2Beta_FeedServiceClient_ShowFeedAsync_System_String_System_String_System_Nullable_System_Int32__Google_Api_Gax_Grpc_CallSettings_) \n[FeedServiceClient.ShowFeed(CaseName, string, int?, CallSettings)](/dotnet/docs/reference/Google.Cloud.Support.V2Beta/latest/Google.Cloud.Support.V2Beta.FeedServiceClient#Google_Cloud_Support_V2Beta_FeedServiceClient_ShowFeed_Google_Cloud_Support_V2Beta_CaseName_System_String_System_Nullable_System_Int32__Google_Api_Gax_Grpc_CallSettings_) \n[FeedServiceClient.ShowFeedAsync(CaseName, string, int?, CallSettings)](/dotnet/docs/reference/Google.Cloud.Support.V2Beta/latest/Google.Cloud.Support.V2Beta.FeedServiceClient#Google_Cloud_Support_V2Beta_FeedServiceClient_ShowFeedAsync_Google_Cloud_Support_V2Beta_CaseName_System_String_System_Nullable_System_Int32__Google_Api_Gax_Grpc_CallSettings_) \n[object.GetHashCode()](https://learn.microsoft.com/dotnet/api/system.object.gethashcode) \n[object.GetType()](https://learn.microsoft.com/dotnet/api/system.object.gettype) \n[object.ToString()](https://learn.microsoft.com/dotnet/api/system.object.tostring)\n\nNamespace\n---------\n\n[Google.Cloud.Support.V2Beta](/dotnet/docs/reference/Google.Cloud.Support.V2Beta/latest/Google.Cloud.Support.V2Beta)\n\nAssembly\n--------\n\nGoogle.Cloud.Support.V2Beta.dll\n\nRemarks\n-------\n\nA service to view case feed items.\n\nConstructors\n------------\n\n### FeedServiceClientImpl(FeedServiceClient, FeedServiceSettings, ILogger)\n\n public FeedServiceClientImpl(FeedService.FeedServiceClient grpcClient, FeedServiceSettings settings, ILogger logger)\n\nConstructs a client wrapper for the FeedService service, with the specified gRPC client and settings.\n\nProperties\n----------\n\n### GrpcClient\n\n public override FeedService.FeedServiceClient GrpcClient { get; }\n\nThe underlying gRPC FeedService client\n\n**Overrides** \n[FeedServiceClient.GrpcClient](/dotnet/docs/reference/Google.Cloud.Support.V2Beta/latest/Google.Cloud.Support.V2Beta.FeedServiceClient#Google_Cloud_Support_V2Beta_FeedServiceClient_GrpcClient)\n\nMethods\n-------\n\n### ShowFeed(ShowFeedRequest, CallSettings)\n\n public override PagedEnumerable\u003cShowFeedResponse, FeedItem\u003e ShowFeed(ShowFeedRequest request, CallSettings callSettings = null)\n\nShow items in the feed of this case, including case emails,\nattachments, and comments.\n\n**Overrides** \n[FeedServiceClient.ShowFeed(ShowFeedRequest, CallSettings)](/dotnet/docs/reference/Google.Cloud.Support.V2Beta/latest/Google.Cloud.Support.V2Beta.FeedServiceClient#Google_Cloud_Support_V2Beta_FeedServiceClient_ShowFeed_Google_Cloud_Support_V2Beta_ShowFeedRequest_Google_Api_Gax_Grpc_CallSettings_)\n\n### ShowFeedAsync(ShowFeedRequest, CallSettings)\n\n public override PagedAsyncEnumerable\u003cShowFeedResponse, FeedItem\u003e ShowFeedAsync(ShowFeedRequest request, CallSettings callSettings = null)\n\nShow items in the feed of this case, including case emails,\nattachments, and comments.\n\n**Overrides** \n[FeedServiceClient.ShowFeedAsync(ShowFeedRequest, CallSettings)](/dotnet/docs/reference/Google.Cloud.Support.V2Beta/latest/Google.Cloud.Support.V2Beta.FeedServiceClient#Google_Cloud_Support_V2Beta_FeedServiceClient_ShowFeedAsync_Google_Cloud_Support_V2Beta_ShowFeedRequest_Google_Api_Gax_Grpc_CallSettings_)"]]