public static interface Repository.URIsOrBuilder
extends com.google.protobuf.MessageOrBuilder
| Modifier and Type | Method and Description |
|---|---|
String |
getApi()
Output only.
|
com.google.protobuf.ByteString |
getApiBytes()
Output only.
|
String |
getGitHttps()
Output only. git_https is the git HTTPS URI for git operations.
|
com.google.protobuf.ByteString |
getGitHttpsBytes()
Output only. git_https is the git HTTPS URI for git operations.
|
String |
getHtml()
Output only.
|
com.google.protobuf.ByteString |
getHtmlBytes()
Output only.
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneofString 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];com.google.protobuf.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];String getGitHttps()
Output only. git_https is the git HTTPS URI for git operations.
string git_https = 2 [(.google.api.field_behavior) = OUTPUT_ONLY];com.google.protobuf.ByteString getGitHttpsBytes()
Output only. git_https is the git HTTPS URI for git operations.
string git_https = 2 [(.google.api.field_behavior) = OUTPUT_ONLY];String getApi()
Output only. API is the URI for API access.
string api = 3 [(.google.api.field_behavior) = OUTPUT_ONLY];com.google.protobuf.ByteString getApiBytes()
Output only. API is the URI for API access.
string api = 3 [(.google.api.field_behavior) = OUTPUT_ONLY];Copyright © 2025 Google LLC. All rights reserved.