Package com.google.devtools.source.v1
Interface GitSourceContextOrBuilder
-
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
GitSourceContext,GitSourceContext.Builder
public interface GitSourceContextOrBuilder extends com.google.protobuf.MessageOrBuilder
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description StringgetRevisionId()Git commit hash.com.google.protobuf.ByteStringgetRevisionIdBytes()Git commit hash.StringgetUrl()Git repository URL.com.google.protobuf.ByteStringgetUrlBytes()Git repository URL.-
Methods inherited from interface com.google.protobuf.MessageOrBuilder
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
-
-
-
-
Method Detail
-
getUrl
String getUrl()
Git repository URL.
string url = 1;- Returns:
- The url.
-
getUrlBytes
com.google.protobuf.ByteString getUrlBytes()
Git repository URL.
string url = 1;- Returns:
- The bytes for url.
-
getRevisionId
String getRevisionId()
Git commit hash. required.
string revision_id = 2;- Returns:
- The revisionId.
-
getRevisionIdBytes
com.google.protobuf.ByteString getRevisionIdBytes()
Git commit hash. required.
string revision_id = 2;- Returns:
- The bytes for revisionId.
-
-