public static interface Instance.HostConfigOrBuilder extends MessageOrBuilder
Implements
MessageOrBuilderMethods
getApi()
public abstract 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];
Returns | |
---|---|
Type | Description |
String | The api. |
getApiBytes()
public abstract 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];
Returns | |
---|---|
Type | Description |
ByteString | The bytes for api. |
getGitHttp()
public abstract String getGitHttp()
Output only. Git HTTP hostname.
string git_http = 3 [(.google.api.field_behavior) = OUTPUT_ONLY];
Returns | |
---|---|
Type | Description |
String | The gitHttp. |
getGitHttpBytes()
public abstract ByteString getGitHttpBytes()
Output only. Git HTTP hostname.
string git_http = 3 [(.google.api.field_behavior) = OUTPUT_ONLY];
Returns | |
---|---|
Type | Description |
ByteString | The bytes for gitHttp. |
getGitSsh()
public abstract String getGitSsh()
Output only. Git SSH hostname.
string git_ssh = 4 [(.google.api.field_behavior) = OUTPUT_ONLY];
Returns | |
---|---|
Type | Description |
String | The gitSsh. |
getGitSshBytes()
public abstract ByteString getGitSshBytes()
Output only. Git SSH hostname.
string git_ssh = 4 [(.google.api.field_behavior) = OUTPUT_ONLY];
Returns | |
---|---|
Type | Description |
ByteString | The bytes for gitSsh. |
getHtml()
public abstract String getHtml()
Output only. HTML hostname.
string html = 1 [(.google.api.field_behavior) = OUTPUT_ONLY];
Returns | |
---|---|
Type | Description |
String | The html. |
getHtmlBytes()
public abstract ByteString getHtmlBytes()
Output only. HTML hostname.
string html = 1 [(.google.api.field_behavior) = OUTPUT_ONLY];
Returns | |
---|---|
Type | Description |
ByteString | The bytes for html. |