Interface Instance.PrivateConfig.CustomHostConfigOrBuilder (0.61.0)

public static interface Instance.PrivateConfig.CustomHostConfigOrBuilder extends MessageOrBuilder

Implements

MessageOrBuilder

Methods

getApi()

public abstract String getApi()

Required. The custom API hostname for the instance, e.g., "api.source.internal.mycompany.com"

string api = 2 [(.google.api.field_behavior) = REQUIRED];

Returns
Type Description
String

The api.

getApiBytes()

public abstract ByteString getApiBytes()

Required. The custom API hostname for the instance, e.g., "api.source.internal.mycompany.com"

string api = 2 [(.google.api.field_behavior) = REQUIRED];

Returns
Type Description
ByteString

The bytes for api.

getGitHttp()

public abstract String getGitHttp()

Required. The custom git http hostname for the instance, e.g., "git.source.internal.mycompany.com"

string git_http = 4 [(.google.api.field_behavior) = REQUIRED];

Returns
Type Description
String

The gitHttp.

getGitHttpBytes()

public abstract ByteString getGitHttpBytes()

Required. The custom git http hostname for the instance, e.g., "git.source.internal.mycompany.com"

string git_http = 4 [(.google.api.field_behavior) = REQUIRED];

Returns
Type Description
ByteString

The bytes for gitHttp.

getGitSsh()

public abstract String getGitSsh()

Required. The custom git ssh hostname for the instance, e.g., "ssh.source.internal.mycompany.com"

string git_ssh = 3 [(.google.api.field_behavior) = REQUIRED];

Returns
Type Description
String

The gitSsh.

getGitSshBytes()

public abstract ByteString getGitSshBytes()

Required. The custom git ssh hostname for the instance, e.g., "ssh.source.internal.mycompany.com"

string git_ssh = 3 [(.google.api.field_behavior) = REQUIRED];

Returns
Type Description
ByteString

The bytes for gitSsh.

getHtml()

public abstract String getHtml()

Required. The custom UI hostname for the instance, e.g., "git.source.internal.mycompany.com"

string html = 1 [(.google.api.field_behavior) = REQUIRED];

Returns
Type Description
String

The html.

getHtmlBytes()

public abstract ByteString getHtmlBytes()

Required. The custom UI hostname for the instance, e.g., "git.source.internal.mycompany.com"

string html = 1 [(.google.api.field_behavior) = REQUIRED];

Returns
Type Description
ByteString

The bytes for html.