Cloud Build v2 API - Class ListRepositoriesResponse (1.5.0)

public sealed class ListRepositoriesResponse : IMessage<ListRepositoriesResponse>, IEquatable<ListRepositoriesResponse>, IDeepCloneable<ListRepositoriesResponse>, IBufferMessage, IMessage, IPageResponse<Repository>, IEnumerable<Repository>, IEnumerable

Reference documentation and code samples for the Cloud Build v2 API class ListRepositoriesResponse.

Message for response to listing Repositories.

Inheritance

object > ListRepositoriesResponse

Namespace

Google.Cloud.CloudBuild.V2

Assembly

Google.Cloud.CloudBuild.V2.dll

Constructors

ListRepositoriesResponse()

public ListRepositoriesResponse()

ListRepositoriesResponse(ListRepositoriesResponse)

public ListRepositoriesResponse(ListRepositoriesResponse other)
Parameter
Name Description
other ListRepositoriesResponse

Properties

NextPageToken

public string NextPageToken { get; set; }

A token identifying a page of results the server should return.

Property Value
Type Description
string

Repositories

public RepeatedField<Repository> Repositories { get; }

The list of Repositories.

Property Value
Type Description
RepeatedField Repository

Methods

GetEnumerator()

public IEnumerator<Repository> GetEnumerator()

Returns an enumerator that iterates through the resources in this response.

Returns
Type Description
IEnumerator Repository

Except as otherwise noted, the content of this page is licensed under the Creative Commons Attribution 4.0 License, and code samples are licensed under the Apache 2.0 License. For details, see the Google Developers Site Policies. Java is a registered trademark of Oracle and/or its affiliates.

Last updated 2025年11月05日 UTC.