Interface BackendServiceOrchestrationInfoOrBuilder (1.98.0)

public interface BackendServiceOrchestrationInfoOrBuilder extends MessageOrBuilder

Implements

MessageOrBuilder

Methods

getResourceUri()

public abstract String getResourceUri()

The resource URI of the resource or system that manages the backend service.

optional string resource_uri = 152830395;

Returns
Type Description
String

The resourceUri.

getResourceUriBytes()

public abstract ByteString getResourceUriBytes()

The resource URI of the resource or system that manages the backend service.

optional string resource_uri = 152830395;

Returns
Type Description
ByteString

The bytes for resourceUri.

hasResourceUri()

public abstract boolean hasResourceUri()

The resource URI of the resource or system that manages the backend service.

optional string resource_uri = 152830395;

Returns
Type Description
boolean

Whether the resourceUri field is set.