Interface ClientFunctionOrBuilder (0.1.0)

public interface ClientFunctionOrBuilder extends MessageOrBuilder

Implements

MessageOrBuilder

Methods

getDescription()

public abstract String getDescription()

Optional. The function description.

string description = 2 [(.google.api.field_behavior) = OPTIONAL];

Returns
Type Description
String

The description.

getDescriptionBytes()

public abstract ByteString getDescriptionBytes()

Optional. The function description.

string description = 2 [(.google.api.field_behavior) = OPTIONAL];

Returns
Type Description
ByteString

The bytes for description.

getName()

public abstract String getName()

Required. The function name.

string name = 1 [(.google.api.field_behavior) = REQUIRED];

Returns
Type Description
String

The name.

getNameBytes()

public abstract ByteString getNameBytes()

Required. The function name.

string name = 1 [(.google.api.field_behavior) = REQUIRED];

Returns
Type Description
ByteString

The bytes for name.

getParameters()

public abstract Schema getParameters()

Optional. The schema of the function parameters.

.google.cloud.ces.v1.Schema parameters = 3 [(.google.api.field_behavior) = OPTIONAL];

Returns
Type Description
Schema

The parameters.

getParametersOrBuilder()

public abstract SchemaOrBuilder getParametersOrBuilder()

Optional. The schema of the function parameters.

.google.cloud.ces.v1.Schema parameters = 3 [(.google.api.field_behavior) = OPTIONAL];

Returns
Type Description
SchemaOrBuilder

getResponse()

public abstract Schema getResponse()

Optional. The schema of the function response.

.google.cloud.ces.v1.Schema response = 4 [(.google.api.field_behavior) = OPTIONAL];

Returns
Type Description
Schema

The response.

getResponseOrBuilder()

public abstract SchemaOrBuilder getResponseOrBuilder()

Optional. The schema of the function response.

.google.cloud.ces.v1.Schema response = 4 [(.google.api.field_behavior) = OPTIONAL];

Returns
Type Description
SchemaOrBuilder

hasParameters()

public abstract boolean hasParameters()

Optional. The schema of the function parameters.

.google.cloud.ces.v1.Schema parameters = 3 [(.google.api.field_behavior) = OPTIONAL];

Returns
Type Description
boolean

Whether the parameters field is set.

hasResponse()

public abstract boolean hasResponse()

Optional. The schema of the function response.

.google.cloud.ces.v1.Schema response = 4 [(.google.api.field_behavior) = OPTIONAL];

Returns
Type Description
boolean

Whether the response field is set.