Show / Hide Table of Contents

Class FeedsResource.ListRequest

Lists all asset feeds in a parent project/folder/organization.

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

MethodName

Gets the method name.

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

Parent

Required. The parent project/folder/organization whose feeds are to be listed. It can only be using project/folder/organization number (such as "folders/12345")", or a project ID (such as "projects/my-project-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<ListFeedsResponse>.RestPath

Methods

InitParameters()

Initializes List parameter list.

Declaration
protected override void InitParameters()
Overrides
CloudAssetBaseServiceRequest<ListFeedsResponse>.InitParameters()

Implements

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