Show / Hide Table of Contents

Class CasesResource.ShowFeedRequest

Show items in the feed of this case, including case emails, attachments, and comments.

Inheritance
object
ClientServiceRequest
ClientServiceRequest<ShowFeedResponse>
CloudSupportBaseServiceRequest<ShowFeedResponse>
CasesResource.ShowFeedRequest
Implements
IClientServiceRequest<ShowFeedResponse>
IClientServiceRequest
Inherited Members
CloudSupportBaseServiceRequest<ShowFeedResponse>.Xgafv
CloudSupportBaseServiceRequest<ShowFeedResponse>.AccessToken
CloudSupportBaseServiceRequest<ShowFeedResponse>.Alt
CloudSupportBaseServiceRequest<ShowFeedResponse>.Callback
CloudSupportBaseServiceRequest<ShowFeedResponse>.Fields
CloudSupportBaseServiceRequest<ShowFeedResponse>.Key
CloudSupportBaseServiceRequest<ShowFeedResponse>.OauthToken
CloudSupportBaseServiceRequest<ShowFeedResponse>.PrettyPrint
CloudSupportBaseServiceRequest<ShowFeedResponse>.QuotaUser
CloudSupportBaseServiceRequest<ShowFeedResponse>.UploadType
CloudSupportBaseServiceRequest<ShowFeedResponse>.UploadProtocol
ClientServiceRequest<ShowFeedResponse>.Execute()
ClientServiceRequest<ShowFeedResponse>.ExecuteAsStream()
ClientServiceRequest<ShowFeedResponse>.ExecuteAsync()
ClientServiceRequest<ShowFeedResponse>.ExecuteAsync(CancellationToken)
ClientServiceRequest<ShowFeedResponse>.ExecuteAsStreamAsync()
ClientServiceRequest<ShowFeedResponse>.ExecuteAsStreamAsync(CancellationToken)
ClientServiceRequest<ShowFeedResponse>.CreateRequest(bool?)
ClientServiceRequest<ShowFeedResponse>.GenerateRequestUri()
ClientServiceRequest<ShowFeedResponse>.GetBody()
ClientServiceRequest<ShowFeedResponse>.GetDefaultETagAction(string)
ClientServiceRequest<ShowFeedResponse>.ETagAction
ClientServiceRequest<ShowFeedResponse>.ModifyRequest
ClientServiceRequest<ShowFeedResponse>.ValidateParameters
ClientServiceRequest<ShowFeedResponse>.ApiVersion
ClientServiceRequest<ShowFeedResponse>.RequestParameters
ClientServiceRequest<ShowFeedResponse>.Service
ClientServiceRequest._unsuccessfulResponseHandlers
ClientServiceRequest._exceptionHandlers
ClientServiceRequest._executeInterceptors
ClientServiceRequest.AddUnsuccessfulResponseHandler(IHttpUnsuccessfulResponseHandler)
ClientServiceRequest.AddExceptionHandler(IHttpExceptionHandler)
ClientServiceRequest.AddExecuteInterceptor(IHttpExecuteInterceptor)
ClientServiceRequest.Credential
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
Namespace: Google.Apis.CloudSupport.v2beta
Assembly: Google.Apis.CloudSupport.v2beta.dll
Syntax
public class CasesResource.ShowFeedRequest : CloudSupportBaseServiceRequest<ShowFeedResponse>, IClientServiceRequest<ShowFeedResponse>, IClientServiceRequest

Constructors

ShowFeedRequest(IClientService, string)

Constructs a new ShowFeed request.

Declaration
public ShowFeedRequest(IClientService service, string parent)
Parameters
Type Name Description
IClientService service
string parent

Properties

HttpMethod

Gets the HTTP method.

Declaration
public override string HttpMethod { get; }
Property Value
Type Description
string
Overrides
ClientServiceRequest<ShowFeedResponse>.HttpMethod

MethodName

Gets the method name.

Declaration
public override string MethodName { get; }
Property Value
Type Description
string
Overrides
ClientServiceRequest<ShowFeedResponse>.MethodName

OrderBy

Optional. Field to order feed items by, followed by asc or desc postfix. The only valid field is creation_time. This list is case-insensitive, default sorting order is ascending, and the redundant space characters are insignificant. Example: creation_time desc

Declaration
[RequestParameter("orderBy", RequestParameterType.Query)]
public virtual string OrderBy { get; set; }
Property Value
Type Description
string

PageSize

Optional. The maximum number of feed items fetched with each request.

Declaration
[RequestParameter("pageSize", RequestParameterType.Query)]
public virtual int? PageSize { get; set; }
Property Value
Type Description
int?

PageToken

Optional. A token identifying the page of results to return. If unspecified, it retrieves the first page.

Declaration
[RequestParameter("pageToken", RequestParameterType.Query)]
public virtual string PageToken { get; set; }
Property Value
Type Description
string

Parent

Required. The resource name of the case for which feed items should be listed.

Declaration
[RequestParameter("parent", RequestParameterType.Path)]
public virtual string Parent { get; }
Property Value
Type Description
string

RestPath

Gets the REST path.

Declaration
public override string RestPath { get; }
Property Value
Type Description
string
Overrides
ClientServiceRequest<ShowFeedResponse>.RestPath

Methods

InitParameters()

Initializes ShowFeed parameter list.

Declaration
protected override void InitParameters()
Overrides
CloudSupportBaseServiceRequest<ShowFeedResponse>.InitParameters()

Implements

IClientServiceRequest<TResponse>
IClientServiceRequest
In this article
Back to top Generated by DocFX