Cloud Build v2 API - Class FetchGitRefsResponse (1.3.0)

public sealed class FetchGitRefsResponse : IMessage<FetchGitRefsResponse>, IEquatable<FetchGitRefsResponse>, IDeepCloneable<FetchGitRefsResponse>, IBufferMessage, IMessage

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

Response for fetching git refs

Inheritance

object > FetchGitRefsResponse

Namespace

Google.Cloud.CloudBuild.V2

Assembly

Google.Cloud.CloudBuild.V2.dll

Constructors

FetchGitRefsResponse()

public FetchGitRefsResponse()

FetchGitRefsResponse(FetchGitRefsResponse)

public FetchGitRefsResponse(FetchGitRefsResponse other)
Parameter
NameDescription
otherFetchGitRefsResponse

Properties

RefNames

public RepeatedField<string> RefNames { get; }

Name of the refs fetched.

Property Value
TypeDescription
RepeatedFieldstring