public static interface Instance.HostConfigOrBuilder
extends com.google.protobuf.MessageOrBuilder
| Modifier and Type | Method and Description |
|---|---|
String |
getApi()
Output only.
|
com.google.protobuf.ByteString |
getApiBytes()
Output only.
|
String |
getGitHttp()
Output only.
|
com.google.protobuf.ByteString |
getGitHttpBytes()
Output only.
|
String |
getGitSsh()
Output only.
|
com.google.protobuf.ByteString |
getGitSshBytes()
Output only.
|
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 hostname.
string html = 1 [(.google.api.field_behavior) = OUTPUT_ONLY];com.google.protobuf.ByteString getHtmlBytes()
Output only. HTML hostname.
string html = 1 [(.google.api.field_behavior) = OUTPUT_ONLY];String getApi()
Output only. API hostname. This is the hostname to use for **Host: Data Plane** endpoints.
string api = 2 [(.google.api.field_behavior) = OUTPUT_ONLY];com.google.protobuf.ByteString getApiBytes()
Output only. API hostname. This is the hostname to use for **Host: Data Plane** endpoints.
string api = 2 [(.google.api.field_behavior) = OUTPUT_ONLY];String getGitHttp()
Output only. Git HTTP hostname.
string git_http = 3 [(.google.api.field_behavior) = OUTPUT_ONLY];com.google.protobuf.ByteString getGitHttpBytes()
Output only. Git HTTP hostname.
string git_http = 3 [(.google.api.field_behavior) = OUTPUT_ONLY];String getGitSsh()
Output only. Git SSH hostname.
string git_ssh = 4 [(.google.api.field_behavior) = OUTPUT_ONLY];com.google.protobuf.ByteString getGitSshBytes()
Output only. Git SSH hostname.
string git_ssh = 4 [(.google.api.field_behavior) = OUTPUT_ONLY];Copyright © 2025 Google LLC. All rights reserved.