- 2.54.0 (latest)
- 2.53.0
- 2.52.0
- 2.50.0
- 2.49.0
- 2.48.0
- 2.47.0
- 2.46.0
- 2.45.0
- 2.44.0
- 2.43.0
- 2.42.0
- 2.41.0
- 2.40.0
- 2.38.0
- 2.37.0
- 2.36.0
- 2.35.0
- 2.34.0
- 2.33.0
- 2.32.0
- 2.31.0
- 2.30.0
- 2.29.0
- 2.28.0
- 2.25.0
- 2.24.0
- 2.23.0
- 2.22.0
- 2.21.0
- 2.20.0
- 2.19.0
- 2.18.0
- 2.17.0
- 2.16.0
- 2.15.0
- 2.14.0
- 2.13.0
- 2.12.0
- 2.10.0
- 2.9.0
- 2.8.0
- 2.7.0
- 2.6.0
- 2.5.0
- 2.4.5
- 2.3.1
- 2.2.3
- 2.1.3
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.v1.GitSourceContext
Inheritance
Object > AbstractMessageLite.Builder<MessageType,BuilderType> > AbstractMessage.Builder<BuilderType> > GeneratedMessageV3.Builder > GitSourceContext.BuilderImplements
GitSourceContextOrBuilderStatic Methods
getDescriptor()
public static final Descriptors.Descriptor getDescriptor()
Type | Description |
Descriptor |
Methods
addRepeatedField(Descriptors.FieldDescriptor field, Object value)
public GitSourceContext.Builder addRepeatedField(Descriptors.FieldDescriptor field, Object value)
Name | Description |
field | FieldDescriptor |
value | Object |
Type | Description |
GitSourceContext.Builder |
build()
public GitSourceContext build()
Type | Description |
GitSourceContext |
buildPartial()
public GitSourceContext buildPartial()
Type | Description |
GitSourceContext |
clear()
public GitSourceContext.Builder clear()
Type | Description |
GitSourceContext.Builder |
clearField(Descriptors.FieldDescriptor field)
public GitSourceContext.Builder clearField(Descriptors.FieldDescriptor field)
Name | Description |
field | FieldDescriptor |
Type | Description |
GitSourceContext.Builder |
clearOneof(Descriptors.OneofDescriptor oneof)
public GitSourceContext.Builder clearOneof(Descriptors.OneofDescriptor oneof)
Name | Description |
oneof | OneofDescriptor |
Type | Description |
GitSourceContext.Builder |
clearRevisionId()
public GitSourceContext.Builder clearRevisionId()
Git commit hash.
string revision_id = 2;
Type | Description |
GitSourceContext.Builder | This builder for chaining. |
clearUrl()
public GitSourceContext.Builder clearUrl()
Git repository URL.
string url = 1;
Type | Description |
GitSourceContext.Builder | This builder for chaining. |
clone()
public GitSourceContext.Builder clone()
Type | Description |
GitSourceContext.Builder |
getDefaultInstanceForType()
public GitSourceContext getDefaultInstanceForType()
Type | Description |
GitSourceContext |
getDescriptorForType()
public Descriptors.Descriptor getDescriptorForType()
Type | Description |
Descriptor |
getRevisionId()
public String getRevisionId()
Git commit hash.
string revision_id = 2;
Type | Description |
String | The revisionId. |
getRevisionIdBytes()
public ByteString getRevisionIdBytes()
Git commit hash.
string revision_id = 2;
Type | Description |
ByteString | The bytes for revisionId. |
getUrl()
public String getUrl()
Git repository URL.
string url = 1;
Type | Description |
String | The url. |
getUrlBytes()
public ByteString getUrlBytes()
Git repository URL.
string url = 1;
Type | Description |
ByteString | The bytes for url. |
internalGetFieldAccessorTable()
protected GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()
Type | Description |
FieldAccessorTable |
isInitialized()
public final boolean isInitialized()
Type | Description |
boolean |
mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
public GitSourceContext.Builder mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
Name | Description |
input | CodedInputStream |
extensionRegistry | ExtensionRegistryLite |
Type | Description |
GitSourceContext.Builder |
Type | Description |
IOException |
mergeFrom(Message other)
public GitSourceContext.Builder mergeFrom(Message other)
Name | Description |
other | Message |
Type | Description |
GitSourceContext.Builder |
mergeFrom(GitSourceContext other)
public GitSourceContext.Builder mergeFrom(GitSourceContext other)
Name | Description |
other | GitSourceContext |
Type | Description |
GitSourceContext.Builder |
mergeUnknownFields(UnknownFieldSet unknownFields)
public final GitSourceContext.Builder mergeUnknownFields(UnknownFieldSet unknownFields)
Name | Description |
unknownFields | UnknownFieldSet |
Type | Description |
GitSourceContext.Builder |
setField(Descriptors.FieldDescriptor field, Object value)
public GitSourceContext.Builder setField(Descriptors.FieldDescriptor field, Object value)
Name | Description |
field | FieldDescriptor |
value | Object |
Type | Description |
GitSourceContext.Builder |
setRepeatedField(Descriptors.FieldDescriptor field, int index, Object value)
public GitSourceContext.Builder setRepeatedField(Descriptors.FieldDescriptor field, int index, Object value)
Name | Description |
field | FieldDescriptor |
index | int |
value | Object |
Type | Description |
GitSourceContext.Builder |
setRevisionId(String value)
public GitSourceContext.Builder setRevisionId(String value)
Git commit hash.
string revision_id = 2;
Name | Description |
value | String The revisionId to set. |
Type | Description |
GitSourceContext.Builder | This builder for chaining. |
setRevisionIdBytes(ByteString value)
public GitSourceContext.Builder setRevisionIdBytes(ByteString value)
Git commit hash.
string revision_id = 2;
Name | Description |
value | ByteString The bytes for revisionId to set. |
Type | Description |
GitSourceContext.Builder | This builder for chaining. |
setUnknownFields(UnknownFieldSet unknownFields)
public final GitSourceContext.Builder setUnknownFields(UnknownFieldSet unknownFields)
Name | Description |
unknownFields | UnknownFieldSet |
Type | Description |
GitSourceContext.Builder |
setUrl(String value)
public GitSourceContext.Builder setUrl(String value)
Git repository URL.
string url = 1;
Name | Description |
value | String The url to set. |
Type | Description |
GitSourceContext.Builder | This builder for chaining. |
setUrlBytes(ByteString value)
public GitSourceContext.Builder setUrlBytes(ByteString value)
Git repository URL.
string url = 1;
Name | Description |
value | ByteString The bytes for url to set. |
Type | Description |
GitSourceContext.Builder | This builder for chaining. |