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
Implements
IMessageFetchGitRefsResponse, IEquatableFetchGitRefsResponse, IDeepCloneableFetchGitRefsResponse, IBufferMessage, IMessageNamespace
Google.Cloud.CloudBuild.V2Assembly
Google.Cloud.CloudBuild.V2.dll
Constructors
FetchGitRefsResponse()
public FetchGitRefsResponse()
FetchGitRefsResponse(FetchGitRefsResponse)
public FetchGitRefsResponse(FetchGitRefsResponse other)
Parameter | |
---|---|
Name | Description |
other | FetchGitRefsResponse |
Properties
RefNames
public RepeatedField<string> RefNames { get; }
Name of the refs fetched.
Property Value | |
---|---|
Type | Description |
RepeatedFieldstring |