Some or all of the information on this page might not apply to Trusted Cloud by S3NS.
Class GitSourceContext.Builder (1.4.0)
Note: Some or all of the information on this page might not apply
to Trusted Cloud. For a list of services that are available in
Trusted Cloud, see Services available for
Trusted Cloud .
Version 1.4.0keyboard_arrow_down
public static final class GitSourceContext . Builder extends GeneratedMessageV3 . Builder<GitSourceContext . Builder > implements GitSourceContextOrBuilder
A GitSourceContext denotes a particular revision in a third party Git
repository (e.g. GitHub).
Protobuf type google.devtools.source.v1.GitSourceContext
Inherited Members
com.google.protobuf.GeneratedMessageV3.Builder.getUnknownFieldSetBuilder()
com.google.protobuf.GeneratedMessageV3.Builder.mergeUnknownLengthDelimitedField(int,com.google.protobuf.ByteString)
com.google.protobuf.GeneratedMessageV3.Builder.mergeUnknownVarintField(int,int)
com.google.protobuf.GeneratedMessageV3.Builder.parseUnknownField(com.google.protobuf.CodedInputStream,com.google.protobuf.ExtensionRegistryLite,int)
com.google.protobuf.GeneratedMessageV3.Builder.setUnknownFieldSetBuilder(com.google.protobuf.UnknownFieldSet.Builder)
Static Methods
getDescriptor()
public static final Descriptors . Descriptor getDescriptor ()
Returns
Methods
addRepeatedField(Descriptors.FieldDescriptor field, Object value)
public GitSourceContext . Builder addRepeatedField ( Descriptors . FieldDescriptor field , Object value )
Parameters
Returns
Overrides
build()
public GitSourceContext build ()
Returns
buildPartial()
public GitSourceContext buildPartial ()
Returns
clear()
public GitSourceContext . Builder clear ()
Returns
Overrides
clearField(Descriptors.FieldDescriptor field)
public GitSourceContext . Builder clearField ( Descriptors . FieldDescriptor field )
Parameter
Returns
Overrides
clearOneof(Descriptors.OneofDescriptor oneof)
public GitSourceContext . Builder clearOneof ( Descriptors . OneofDescriptor oneof )
Parameter
Returns
Overrides
clearRevisionId()
public GitSourceContext . Builder clearRevisionId ()
Git commit hash.
required.
string revision_id = 2;
Returns
clearUrl()
public GitSourceContext . Builder clearUrl ()
Git repository URL.
string url = 1;
Returns
clone()
public GitSourceContext . Builder clone ()
Returns
Overrides
getDefaultInstanceForType()
public GitSourceContext getDefaultInstanceForType ()
Returns
getDescriptorForType()
public Descriptors . Descriptor getDescriptorForType ()
Returns
Overrides
getRevisionId()
public String getRevisionId ()
Git commit hash.
required.
string revision_id = 2;
Returns
Type
Description
String
The revisionId.
getRevisionIdBytes()
public ByteString getRevisionIdBytes ()
Git commit hash.
required.
string revision_id = 2;
Returns
Type
Description
ByteString
The bytes for revisionId.
getUrl()
Git repository URL.
string url = 1;
Returns
Type
Description
String
The url.
getUrlBytes()
public ByteString getUrlBytes ()
Git repository URL.
string url = 1;
Returns
internalGetFieldAccessorTable()
protected GeneratedMessageV3 . FieldAccessorTable internalGetFieldAccessorTable ()
Returns
Overrides
isInitialized()
public final boolean isInitialized ()
Returns
Overrides
mergeFrom(GitSourceContext other)
public GitSourceContext . Builder mergeFrom ( GitSourceContext other )
Parameter
Returns
mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
public GitSourceContext . Builder mergeFrom ( CodedInputStream input , ExtensionRegistryLite extensionRegistry )
Parameters
Returns
Overrides
Exceptions
mergeFrom(Message other)
public GitSourceContext . Builder mergeFrom ( Message other )
Parameter
Returns
Overrides
mergeUnknownFields(UnknownFieldSet unknownFields)
public final GitSourceContext . Builder mergeUnknownFields ( UnknownFieldSet unknownFields )
Parameter
Returns
Overrides
setField(Descriptors.FieldDescriptor field, Object value)
public GitSourceContext . Builder setField ( Descriptors . FieldDescriptor field , Object value )
Parameters
Returns
Overrides
setRepeatedField(Descriptors.FieldDescriptor field, int index, Object value)
public GitSourceContext . Builder setRepeatedField ( Descriptors . FieldDescriptor field , int index , Object value )
Parameters
Returns
Overrides
setRevisionId(String value)
public GitSourceContext . Builder setRevisionId ( String value )
Git commit hash.
required.
string revision_id = 2;
Parameter
Name
Description
value
String
The revisionId to set.
Returns
setRevisionIdBytes(ByteString value)
public GitSourceContext . Builder setRevisionIdBytes ( ByteString value )
Git commit hash.
required.
string revision_id = 2;
Parameter
Name
Description
value
ByteString
The bytes for revisionId to set.
Returns
setUnknownFields(UnknownFieldSet unknownFields)
public final GitSourceContext . Builder setUnknownFields ( UnknownFieldSet unknownFields )
Parameter
Returns
Overrides
setUrl(String value)
public GitSourceContext . Builder setUrl ( String value )
Git repository URL.
string url = 1;
Parameter
Name
Description
value
String
The url to set.
Returns
setUrlBytes(ByteString value)
public GitSourceContext . Builder setUrlBytes ( ByteString value )
Git repository URL.
string url = 1;
Parameter
Name
Description
value
ByteString
The bytes for url to set.
Returns
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-07-02 UTC.
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Missing the information I need","missingTheInformationINeed","thumb-down"],["Too complicated / too many steps","tooComplicatedTooManySteps","thumb-down"],["Out of date","outOfDate","thumb-down"],["Samples / code issue","samplesCodeIssue","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-07-02 UTC."],[],[]]