Interface CreateCaseRequestOrBuilder (0.29.0)

public interface CreateCaseRequestOrBuilder extends MessageOrBuilder

Implements

MessageOrBuilder

Methods

getCase()

public abstract Case getCase()

Required. The case to be created.

.google.cloud.support.v2.Case case = 2 [(.google.api.field_behavior) = REQUIRED];

Returns
Type Description
Case

The case.

getCaseOrBuilder()

public abstract CaseOrBuilder getCaseOrBuilder()

Required. The case to be created.

.google.cloud.support.v2.Case case = 2 [(.google.api.field_behavior) = REQUIRED];

Returns
Type Description
CaseOrBuilder

getParent()

public abstract String getParent()

Required. The name of the Google Cloud Resource under which the case should be created.

string parent = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... }

Returns
Type Description
String

The parent.

getParentBytes()

public abstract ByteString getParentBytes()

Required. The name of the Google Cloud Resource under which the case should be created.

string parent = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... }

Returns
Type Description
ByteString

The bytes for parent.

hasCase()

public abstract boolean hasCase()

Required. The case to be created.

.google.cloud.support.v2.Case case = 2 [(.google.api.field_behavior) = REQUIRED];

Returns
Type Description
boolean

Whether the case field is set.