Show / Hide Table of Contents

Class OrganizationsResource.LocationsResource.GlobalResource.PartnerTenantsResource.ProxyConfigsResource.ListRequest

Lists ProxyConfigs for PartnerTenant in a given organization.

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

Optional. A filter specifying constraints of a list operation. All fields in the ProxyConfig message are supported. For example, the following query will return the ProxyConfigs with displayName "test-config" organizations/\({ORG_ID}/locations/global/partnerTenants/\){PARTNER_TENANT_ID}/proxyConfigs?filter=displayName="test-config" Nested fields are also supported. The follow query will return ProxyConfigs with pacUri "example.com/pac.pac" organizations/\({ORG_ID}/locations/global/partnerTenants/\){PARTNER_TENANT_ID}/proxyConfigs?filter=routingInfo.pacUri="example.com/pac.pac" For more information, please refer to https://google.aip.dev/160.

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<GoogleCloudBeyondcorpPartnerservicesV1alphaListProxyConfigsResponse>.HttpMethod

MethodName

Gets the method name.

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

OrderBy

Optional. Specifies the ordering of results. See Sorting order for more information.

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

PageSize

Optional. The maximum number of items to return. If not specified, a default value of 50 will be used by the service. Regardless of the page_size value, the response may include a partial list and a caller should only rely on response's next_page_token to determine if there are more instances left to be queried.

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

PageToken

Optional. The next_page_token value returned from a previous ListProxyConfigsRequest, if any.

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

Parent

Required. The parent organization to which the ProxyConfigs belong. Format: organizations/{organization_id}/locations/global/partnerTenants/{partner_tenant_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
ClientServiceRequest<GoogleCloudBeyondcorpPartnerservicesV1alphaListProxyConfigsResponse>.RestPath

Methods

InitParameters()

Initializes List parameter list.

Declaration
protected override void InitParameters()
Overrides
BeyondCorpBaseServiceRequest<GoogleCloudBeyondcorpPartnerservicesV1alphaListProxyConfigsResponse>.InitParameters()

Implements

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