Show / Hide Table of Contents

Class ProjectsResource.LocationsResource.AgentsResource.ChangelogsResource.ListRequest

Returns the list of Changelogs.

Inheritance
object
ClientServiceRequest
ClientServiceRequest<GoogleCloudDialogflowCxV3beta1ListChangelogsResponse>
DialogflowBaseServiceRequest<GoogleCloudDialogflowCxV3beta1ListChangelogsResponse>
ProjectsResource.LocationsResource.AgentsResource.ChangelogsResource.ListRequest
Implements
IClientServiceRequest<GoogleCloudDialogflowCxV3beta1ListChangelogsResponse>
IClientServiceRequest
Inherited Members
DialogflowBaseServiceRequest<GoogleCloudDialogflowCxV3beta1ListChangelogsResponse>.Xgafv
DialogflowBaseServiceRequest<GoogleCloudDialogflowCxV3beta1ListChangelogsResponse>.AccessToken
DialogflowBaseServiceRequest<GoogleCloudDialogflowCxV3beta1ListChangelogsResponse>.Alt
DialogflowBaseServiceRequest<GoogleCloudDialogflowCxV3beta1ListChangelogsResponse>.Callback
DialogflowBaseServiceRequest<GoogleCloudDialogflowCxV3beta1ListChangelogsResponse>.Fields
DialogflowBaseServiceRequest<GoogleCloudDialogflowCxV3beta1ListChangelogsResponse>.Key
DialogflowBaseServiceRequest<GoogleCloudDialogflowCxV3beta1ListChangelogsResponse>.OauthToken
DialogflowBaseServiceRequest<GoogleCloudDialogflowCxV3beta1ListChangelogsResponse>.PrettyPrint
DialogflowBaseServiceRequest<GoogleCloudDialogflowCxV3beta1ListChangelogsResponse>.QuotaUser
DialogflowBaseServiceRequest<GoogleCloudDialogflowCxV3beta1ListChangelogsResponse>.UploadType
DialogflowBaseServiceRequest<GoogleCloudDialogflowCxV3beta1ListChangelogsResponse>.UploadProtocol
ClientServiceRequest<GoogleCloudDialogflowCxV3beta1ListChangelogsResponse>.Execute()
ClientServiceRequest<GoogleCloudDialogflowCxV3beta1ListChangelogsResponse>.ExecuteAsStream()
ClientServiceRequest<GoogleCloudDialogflowCxV3beta1ListChangelogsResponse>.ExecuteAsync()
ClientServiceRequest<GoogleCloudDialogflowCxV3beta1ListChangelogsResponse>.ExecuteAsync(CancellationToken)
ClientServiceRequest<GoogleCloudDialogflowCxV3beta1ListChangelogsResponse>.ExecuteAsStreamAsync()
ClientServiceRequest<GoogleCloudDialogflowCxV3beta1ListChangelogsResponse>.ExecuteAsStreamAsync(CancellationToken)
ClientServiceRequest<GoogleCloudDialogflowCxV3beta1ListChangelogsResponse>.CreateRequest(bool?)
ClientServiceRequest<GoogleCloudDialogflowCxV3beta1ListChangelogsResponse>.GenerateRequestUri()
ClientServiceRequest<GoogleCloudDialogflowCxV3beta1ListChangelogsResponse>.GetBody()
ClientServiceRequest<GoogleCloudDialogflowCxV3beta1ListChangelogsResponse>.GetDefaultETagAction(string)
ClientServiceRequest<GoogleCloudDialogflowCxV3beta1ListChangelogsResponse>.ETagAction
ClientServiceRequest<GoogleCloudDialogflowCxV3beta1ListChangelogsResponse>.ModifyRequest
ClientServiceRequest<GoogleCloudDialogflowCxV3beta1ListChangelogsResponse>.ValidateParameters
ClientServiceRequest<GoogleCloudDialogflowCxV3beta1ListChangelogsResponse>.ApiVersion
ClientServiceRequest<GoogleCloudDialogflowCxV3beta1ListChangelogsResponse>.RequestParameters
ClientServiceRequest<GoogleCloudDialogflowCxV3beta1ListChangelogsResponse>.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.Dialogflow.v3beta1
Assembly: Google.Apis.Dialogflow.v3beta1.dll
Syntax
public class ProjectsResource.LocationsResource.AgentsResource.ChangelogsResource.ListRequest : DialogflowBaseServiceRequest<GoogleCloudDialogflowCxV3beta1ListChangelogsResponse>, IClientServiceRequest<GoogleCloudDialogflowCxV3beta1ListChangelogsResponse>, IClientServiceRequest

Constructors

ListRequest(IClientService, string)

Constructs a new List request.

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

Properties

Filter

The filter string. Supports filter by user_email, resource, type and create_time. Some examples: 1. By user email: user_email = "someone@google.com" 2. By resource name: resource = "projects/123/locations/global/agents/456/flows/789" 3. By resource display name: display_name = "my agent" 4. By action: action = "Create" 5. By type: type = "flows" 6. By create time. Currently predicates on create_time and create_time_epoch_seconds are supported: create_time_epoch_seconds &gt; 1551790877 AND create_time &lt;= 2017-01-15T01:30:15.01Z 7. Combination of above filters: resource = "projects/123/locations/global/agents/456/flows/789" AND user_email = "someone@google.com" AND create_time &lt;= 2017-01-15T01:30:15.01Z

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

HttpMethod

Gets the HTTP method.

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

MethodName

Gets the method name.

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

PageSize

The maximum number of items to return in a single page. By default 100 and at most 1000.

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

PageToken

The next_page_token value returned from a previous list request.

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

Parent

Required. The agent containing the changelogs. Format: projects//locations//agents/.

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<GoogleCloudDialogflowCxV3beta1ListChangelogsResponse>.RestPath

Methods

InitParameters()

Initializes List parameter list.

Declaration
protected override void InitParameters()
Overrides
DialogflowBaseServiceRequest<GoogleCloudDialogflowCxV3beta1ListChangelogsResponse>.InitParameters()

Implements

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