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