Interface GetTargetSslProxyRequestOrBuilder (1.47.0)

public interface GetTargetSslProxyRequestOrBuilder extends MessageOrBuilder

Implements

MessageOrBuilder

Methods

getProject()

public abstract String getProject()

Project ID for this request.

string project = 227560217 [(.google.api.field_behavior) = REQUIRED];

Returns
TypeDescription
String

The project.

getProjectBytes()

public abstract ByteString getProjectBytes()

Project ID for this request.

string project = 227560217 [(.google.api.field_behavior) = REQUIRED];

Returns
TypeDescription
ByteString

The bytes for project.

getTargetSslProxy()

public abstract String getTargetSslProxy()

Name of the TargetSslProxy resource to return.

string target_ssl_proxy = 338795853 [(.google.api.field_behavior) = REQUIRED];

Returns
TypeDescription
String

The targetSslProxy.

getTargetSslProxyBytes()

public abstract ByteString getTargetSslProxyBytes()

Name of the TargetSslProxy resource to return.

string target_ssl_proxy = 338795853 [(.google.api.field_behavior) = REQUIRED];

Returns
TypeDescription
ByteString

The bytes for targetSslProxy.