Show / Hide Table of Contents

Class ProjectsResource.LocationsResource.EntryGroupsResource.ListRequest

Lists entry groups.

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

HttpMethod

Gets the HTTP method.

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

MethodName

Gets the method name.

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

PageSize

Optional. The maximum number of items to return. Default is 10. Maximum limit is 1000. Throws an invalid argument if page_size is greater than 1000.

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

PageToken

Optional. Pagination token that specifies the next page to return. If empty, returns the first page.

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

Parent

Required. The name of the location that contains the entry groups to list. Can be provided as a URL.

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

Methods

InitParameters()

Initializes List parameter list.

Declaration
protected override void InitParameters()
Overrides
DataCatalogBaseServiceRequest<GoogleCloudDatacatalogV1ListEntryGroupsResponse>.InitParameters()

Implements

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