Show / Hide Table of Contents

Class ProjectsResource.DatasetsResource.AnnotatedDatasetsResource.ExamplesResource.ListRequest

Lists examples in an annotated dataset. Pagination is supported.

Inheritance
object
ClientServiceRequest
ClientServiceRequest<GoogleCloudDatalabelingV1beta1ListExamplesResponse>
DataLabelingBaseServiceRequest<GoogleCloudDatalabelingV1beta1ListExamplesResponse>
ProjectsResource.DatasetsResource.AnnotatedDatasetsResource.ExamplesResource.ListRequest
Implements
IClientServiceRequest<GoogleCloudDatalabelingV1beta1ListExamplesResponse>
IClientServiceRequest
Inherited Members
DataLabelingBaseServiceRequest<GoogleCloudDatalabelingV1beta1ListExamplesResponse>.Xgafv
DataLabelingBaseServiceRequest<GoogleCloudDatalabelingV1beta1ListExamplesResponse>.AccessToken
DataLabelingBaseServiceRequest<GoogleCloudDatalabelingV1beta1ListExamplesResponse>.Alt
DataLabelingBaseServiceRequest<GoogleCloudDatalabelingV1beta1ListExamplesResponse>.Callback
DataLabelingBaseServiceRequest<GoogleCloudDatalabelingV1beta1ListExamplesResponse>.Fields
DataLabelingBaseServiceRequest<GoogleCloudDatalabelingV1beta1ListExamplesResponse>.Key
DataLabelingBaseServiceRequest<GoogleCloudDatalabelingV1beta1ListExamplesResponse>.OauthToken
DataLabelingBaseServiceRequest<GoogleCloudDatalabelingV1beta1ListExamplesResponse>.PrettyPrint
DataLabelingBaseServiceRequest<GoogleCloudDatalabelingV1beta1ListExamplesResponse>.QuotaUser
DataLabelingBaseServiceRequest<GoogleCloudDatalabelingV1beta1ListExamplesResponse>.UploadType
DataLabelingBaseServiceRequest<GoogleCloudDatalabelingV1beta1ListExamplesResponse>.UploadProtocol
ClientServiceRequest<GoogleCloudDatalabelingV1beta1ListExamplesResponse>.Execute()
ClientServiceRequest<GoogleCloudDatalabelingV1beta1ListExamplesResponse>.ExecuteAsStream()
ClientServiceRequest<GoogleCloudDatalabelingV1beta1ListExamplesResponse>.ExecuteAsync()
ClientServiceRequest<GoogleCloudDatalabelingV1beta1ListExamplesResponse>.ExecuteAsync(CancellationToken)
ClientServiceRequest<GoogleCloudDatalabelingV1beta1ListExamplesResponse>.ExecuteAsStreamAsync()
ClientServiceRequest<GoogleCloudDatalabelingV1beta1ListExamplesResponse>.ExecuteAsStreamAsync(CancellationToken)
ClientServiceRequest<GoogleCloudDatalabelingV1beta1ListExamplesResponse>.CreateRequest(bool?)
ClientServiceRequest<GoogleCloudDatalabelingV1beta1ListExamplesResponse>.GenerateRequestUri()
ClientServiceRequest<GoogleCloudDatalabelingV1beta1ListExamplesResponse>.GetBody()
ClientServiceRequest<GoogleCloudDatalabelingV1beta1ListExamplesResponse>.GetDefaultETagAction(string)
ClientServiceRequest<GoogleCloudDatalabelingV1beta1ListExamplesResponse>.ETagAction
ClientServiceRequest<GoogleCloudDatalabelingV1beta1ListExamplesResponse>.ModifyRequest
ClientServiceRequest<GoogleCloudDatalabelingV1beta1ListExamplesResponse>.ValidateParameters
ClientServiceRequest<GoogleCloudDatalabelingV1beta1ListExamplesResponse>.RequestParameters
ClientServiceRequest<GoogleCloudDatalabelingV1beta1ListExamplesResponse>.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.DataLabeling.v1beta1
Assembly: Google.Apis.DataLabeling.v1beta1.dll
Syntax
public class ProjectsResource.DatasetsResource.AnnotatedDatasetsResource.ExamplesResource.ListRequest : DataLabelingBaseServiceRequest<GoogleCloudDatalabelingV1beta1ListExamplesResponse>, IClientServiceRequest<GoogleCloudDatalabelingV1beta1ListExamplesResponse>, 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. An expression for filtering Examples. For annotated datasets that have annotation spec set, filter by annotation_spec.display_name is supported. Format "annotation_spec.display_name = {display_name}"

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
Google.Apis.Requests.ClientServiceRequest<Google.Apis.DataLabeling.v1beta1.Data.GoogleCloudDatalabelingV1beta1ListExamplesResponse>.HttpMethod

MethodName

Gets the method name.

Declaration
public override string MethodName { get; }
Property Value
Type Description
string
Overrides
Google.Apis.Requests.ClientServiceRequest<Google.Apis.DataLabeling.v1beta1.Data.GoogleCloudDatalabelingV1beta1ListExamplesResponse>.MethodName

PageSize

Optional. Requested page size. Server may return fewer results than requested. Default value is 100.

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

PageToken

Optional. A token identifying a page of results for the server to return. Typically obtained by ListExamplesResponse.next_page_token of the previous [DataLabelingService.ListExamples] call. Return first page if empty.

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

Parent

Required. Example resource 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
Google.Apis.Requests.ClientServiceRequest<Google.Apis.DataLabeling.v1beta1.Data.GoogleCloudDatalabelingV1beta1ListExamplesResponse>.RestPath

Methods

InitParameters()

Initializes List parameter list.

Declaration
protected override void InitParameters()
Overrides
DataLabelingBaseServiceRequest<GoogleCloudDatalabelingV1beta1ListExamplesResponse>.InitParameters()

Implements

IClientServiceRequest<TResponse>
IClientServiceRequest
In This Article
Back to top Generated by DocFX