Interface TargetSslProxiesSetBackendServiceRequestOrBuilder (1.31.0)

public interface TargetSslProxiesSetBackendServiceRequestOrBuilder extends MessageOrBuilder

Implements

MessageOrBuilder

Methods

getService()

public abstract String getService()

The URL of the new BackendService resource for the targetSslProxy.

optional string service = 373540533;

Returns
TypeDescription
String

The service.

getServiceBytes()

public abstract ByteString getServiceBytes()

The URL of the new BackendService resource for the targetSslProxy.

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 targetSslProxy.

optional string service = 373540533;

Returns
TypeDescription
boolean

Whether the service field is set.