Package com.google.cloud.support.v2
Interface CreateCaseRequestOrBuilder
-
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
CreateCaseRequest,CreateCaseRequest.Builder
public interface CreateCaseRequestOrBuilder extends com.google.protobuf.MessageOrBuilder
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description CasegetCase()Required.CaseOrBuildergetCaseOrBuilder()Required.StringgetParent()Required.com.google.protobuf.ByteStringgetParentBytes()Required.booleanhasCase()Required.-
Methods inherited from interface com.google.protobuf.MessageOrBuilder
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
-
-
-
-
Method Detail
-
getParent
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:
- The parent.
-
getParentBytes
com.google.protobuf.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:
- The bytes for parent.
-
hasCase
boolean hasCase()
Required. The case to be created.
.google.cloud.support.v2.Case case = 2 [(.google.api.field_behavior) = REQUIRED];- Returns:
- Whether the case field is set.
-
getCase
Case getCase()
Required. The case to be created.
.google.cloud.support.v2.Case case = 2 [(.google.api.field_behavior) = REQUIRED];- Returns:
- The case.
-
getCaseOrBuilder
CaseOrBuilder getCaseOrBuilder()
Required. The case to be created.
.google.cloud.support.v2.Case case = 2 [(.google.api.field_behavior) = REQUIRED];
-
-