Interface ManagementURIOrBuilder (0.3.0)

public interface ManagementURIOrBuilder extends MessageOrBuilder

Implements

MessageOrBuilder

Methods

getApi()

public abstract String getApi()

Output only. The ManagementServer AGM/RD API URL.

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

Returns
Type Description
String

The api.

getApiBytes()

public abstract ByteString getApiBytes()

Output only. The ManagementServer AGM/RD API URL.

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

Returns
Type Description
ByteString

The bytes for api.

getWebUi()

public abstract String getWebUi()

Output only. The ManagementServer AGM/RD WebUI URL.

string web_ui = 1 [(.google.api.field_behavior) = OUTPUT_ONLY];

Returns
Type Description
String

The webUi.

getWebUiBytes()

public abstract ByteString getWebUiBytes()

Output only. The ManagementServer AGM/RD WebUI URL.

string web_ui = 1 [(.google.api.field_behavior) = OUTPUT_ONLY];

Returns
Type Description
ByteString

The bytes for webUi.