Class ProjectsResource.LocationsResource.ConnectClustersResource.ConnectorsResource.ListRequest
Lists the connectors in a given Connect cluster.
Inheritance
ProjectsResource.LocationsResource.ConnectClustersResource.ConnectorsResource.ListRequest
Inherited Members
Namespace: Google.Apis.ManagedKafka .v1
Assembly: Google.Apis.ManagedKafka.v1.dll
Syntax
public class ProjectsResource.LocationsResource.ConnectClustersResource.ConnectorsResource.ListRequest : ManagedKafkaBaseServiceRequest<ListConnectorsResponse>, IClientServiceRequest<ListConnectorsResponse>, IClientServiceRequest
Constructors
ListRequest(IClientService, string)
Constructs a new List request.
Declaration
public ListRequest(IClientService service, string parent)
Parameters
Type | Name | Description |
---|---|---|
IClient |
service | |
string | parent |
Properties
HttpMethod
Gets the HTTP method.
Declaration
public override string HttpMethod { get; }
Property Value
Type | Description |
---|---|
string |
Overrides
MethodName
Gets the method name.
Declaration
public override string MethodName { get; }
Property Value
Type | Description |
---|---|
string |
Overrides
PageSize
Optional. The maximum number of connectors to return. The service may return fewer than this value. If unspecified, server will pick an appropriate default.
Declaration
[RequestParameter("pageSize", RequestParameterType.Query)]
public virtual int? PageSize { get; set; }
Property Value
Type | Description |
---|---|
int? |
PageToken
Optional. A page token, received from a previous ListConnectors
call. Provide this to
retrieve the subsequent page. When paginating, all other parameters provided to
ListConnectors
must match the call that provided the page token.
Declaration
[RequestParameter("pageToken", RequestParameterType.Query)]
public virtual string PageToken { get; set; }
Property Value
Type | Description |
---|---|
string |
Parent
Required. The parent Connect cluster whose connectors are to be listed. Structured like
projects/{project}/locations/{location}/connectClusters/{connect_cluster_id}
.
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
Methods
InitParameters()
Initializes List parameter list.
Declaration
protected override void InitParameters()