Some or all of the information on this page might not apply to Trusted Cloud by S3NS.
Class GitSourceContext.Builder (2.43.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 2.43.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 grafeas.v1beta1.source.GitSourceContext
Inherited Members
com.google.protobuf.GeneratedMessageV3.Builder.getUnknownFieldSetBuilder()
com.google.protobuf.GeneratedMessageV3.Builder.internalGetMapFieldReflection(int)
com.google.protobuf.GeneratedMessageV3.Builder.internalGetMutableMapFieldReflection(int)
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 ()
Methods
addRepeatedField(Descriptors.FieldDescriptor field, Object value)
public GitSourceContext . Builder addRepeatedField ( Descriptors . FieldDescriptor field , Object value )
Overrides
build()
public GitSourceContext build ()
buildPartial()
public GitSourceContext buildPartial ()
clear()
public GitSourceContext . Builder clear ()
Overrides
clearField(Descriptors.FieldDescriptor field)
public GitSourceContext . Builder clearField ( Descriptors . FieldDescriptor field )
Overrides
clearOneof(Descriptors.OneofDescriptor oneof)
public GitSourceContext . Builder clearOneof ( Descriptors . OneofDescriptor oneof )
Overrides
clearRevisionId()
public GitSourceContext . Builder clearRevisionId ()
Git commit hash.
string revision_id = 2;
clearUrl()
public GitSourceContext . Builder clearUrl ()
Git repository URL.
string url = 1;
clone()
public GitSourceContext . Builder clone ()
Overrides
getDefaultInstanceForType()
public GitSourceContext getDefaultInstanceForType ()
getDescriptorForType()
public Descriptors . Descriptor getDescriptorForType ()
Overrides
getRevisionId()
public String getRevisionId ()
Git commit hash.
string revision_id = 2;
Returns
Type
Description
String
The revisionId.
getRevisionIdBytes()
public ByteString getRevisionIdBytes ()
Git commit hash.
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
Type
Description
ByteString
The bytes for url.
internalGetFieldAccessorTable()
protected GeneratedMessageV3 . FieldAccessorTable internalGetFieldAccessorTable ()
Overrides
isInitialized()
public final boolean isInitialized ()
Overrides
mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
public GitSourceContext . Builder mergeFrom ( CodedInputStream input , ExtensionRegistryLite extensionRegistry )
Overrides
mergeFrom(Message other)
public GitSourceContext . Builder mergeFrom ( Message other )
Parameter
Name
Description
other
Message
Overrides
mergeFrom(GitSourceContext other)
public GitSourceContext . Builder mergeFrom ( GitSourceContext other )
mergeUnknownFields(UnknownFieldSet unknownFields)
public final GitSourceContext . Builder mergeUnknownFields ( UnknownFieldSet unknownFields )
Overrides
setField(Descriptors.FieldDescriptor field, Object value)
public GitSourceContext . Builder setField ( Descriptors . FieldDescriptor field , Object value )
Overrides
setRepeatedField(Descriptors.FieldDescriptor field, int index, Object value)
public GitSourceContext . Builder setRepeatedField ( Descriptors . FieldDescriptor field , int index , Object value )
Overrides
setRevisionId(String value)
public GitSourceContext . Builder setRevisionId ( String value )
Git commit hash.
string revision_id = 2;
Parameter
Name
Description
value
String
The revisionId to set.
setRevisionIdBytes(ByteString value)
public GitSourceContext . Builder setRevisionIdBytes ( ByteString value )
Git commit hash.
string revision_id = 2;
Parameter
Name
Description
value
ByteString
The bytes for revisionId to set.
setUnknownFields(UnknownFieldSet unknownFields)
public final GitSourceContext . Builder setUnknownFields ( UnknownFieldSet unknownFields )
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.
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.
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."],[],[]]