Interface TargetTcpProxiesSetBackendServiceRequestOrBuilder (1.43.0)

See more code actions.
public interface TargetTcpProxiesSetBackendServiceRequestOrBuilder extends MessageOrBuilder
MessageOrBuilder

getService()

public abstract String getService()

The URL of the new BackendService resource for the targetTcpProxy.

optional string service = 373540533;

Returns
TypeDescription
String

The service.

getServiceBytes()

public abstract ByteString getServiceBytes()

The URL of the new BackendService resource for the targetTcpProxy.

optional string service = 373540533;

Returns
TypeDescription
ByteString

The bytes for service.

hasService()

public abstract boolean hasService()

The URL of the new BackendService resource for the targetTcpProxy.

optional string service = 373540533;

Returns
TypeDescription
boolean

Whether the service field is set.