public static interface Repository.URIsOrBuilder extends MessageOrBuilder
Implements
MessageOrBuilderMethods
getApi()
public abstract String getApi()
Output only. API is the URI for API access.
string api = 3 [(.google.api.field_behavior) = OUTPUT_ONLY];
Returns | |
---|---|
Type | Description |
String |
The api. |
getApiBytes()
public abstract ByteString getApiBytes()
Output only. API is the URI for API access.
string api = 3 [(.google.api.field_behavior) = OUTPUT_ONLY];
Returns | |
---|---|
Type | Description |
ByteString |
The bytes for api. |
getGitHttps()
public abstract String getGitHttps()
Output only. git_https is the git HTTPS URI for git operations.
string git_https = 2 [(.google.api.field_behavior) = OUTPUT_ONLY];
Returns | |
---|---|
Type | Description |
String |
The gitHttps. |
getGitHttpsBytes()
public abstract ByteString getGitHttpsBytes()
Output only. git_https is the git HTTPS URI for git operations.
string git_https = 2 [(.google.api.field_behavior) = OUTPUT_ONLY];
Returns | |
---|---|
Type | Description |
ByteString |
The bytes for gitHttps. |
getHtml()
public abstract String getHtml()
Output only. HTML is the URI for user to view the repository in a browser.
string html = 1 [(.google.api.field_behavior) = OUTPUT_ONLY];
Returns | |
---|---|
Type | Description |
String |
The html. |
getHtmlBytes()
public abstract ByteString getHtmlBytes()
Output only. HTML is the URI for user to view the repository in a browser.
string html = 1 [(.google.api.field_behavior) = OUTPUT_ONLY];
Returns | |
---|---|
Type | Description |
ByteString |
The bytes for html. |