Interface BackendBackendOrchestrationInfoOrBuilder (1.98.0)

public interface BackendBackendOrchestrationInfoOrBuilder extends MessageOrBuilder

Implements

MessageOrBuilder

Methods

getResourceUri()

public abstract String getResourceUri()

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

optional string resource_uri = 152830395;

Returns
Type Description
String

The resourceUri.

getResourceUriBytes()

public abstract ByteString getResourceUriBytes()

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

optional string resource_uri = 152830395;

Returns
Type Description
ByteString

The bytes for resourceUri.

hasResourceUri()

public abstract boolean hasResourceUri()

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

optional string resource_uri = 152830395;

Returns
Type Description
boolean

Whether the resourceUri field is set.