Show / Hide Table of Contents

Class ProjectsResource.LocationsResource.RepositoriesResource.BranchRulesResource.ListRequest

ListBranchRules lists branch rules in a given repository.

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

MethodName

Gets the method name.

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

PageSize

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

PageToken

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

Parent

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

Methods

InitParameters()

Initializes List parameter list.

Declaration
protected override void InitParameters()
Overrides
SecureSourceManagerBaseServiceRequest<ListBranchRulesResponse>.InitParameters()

Implements

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