public interface GitSourceContextOrBuilder
extends com.google.protobuf.MessageOrBuilder
| Modifier and Type | Method and Description |
|---|---|
String |
getRevisionId()
Git commit hash.
|
com.google.protobuf.ByteString |
getRevisionIdBytes()
Git commit hash.
|
String |
getUrl()
Git repository URL.
|
com.google.protobuf.ByteString |
getUrlBytes()
Git repository URL.
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneofString getUrl()
Git repository URL.
string url = 1;com.google.protobuf.ByteString getUrlBytes()
Git repository URL.
string url = 1;String getRevisionId()
Git commit hash.
string revision_id = 2;com.google.protobuf.ByteString getRevisionIdBytes()
Git commit hash.
string revision_id = 2;Copyright © 2019 Google LLC. All rights reserved.