Package com.google.cloud.support.v2
Interface CreateCommentRequestOrBuilder
-
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder
,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
CreateCommentRequest
,CreateCommentRequest.Builder
public interface CreateCommentRequestOrBuilder extends com.google.protobuf.MessageOrBuilder
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description Comment
getComment()
Required.CommentOrBuilder
getCommentOrBuilder()
Required.String
getParent()
Required.com.google.protobuf.ByteString
getParentBytes()
Required.boolean
hasComment()
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 resource name of Case to which this comment should be added.
string parent = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... }
- Returns:
- The parent.
-
getParentBytes
com.google.protobuf.ByteString getParentBytes()
Required. The resource name of Case to which this comment should be added.
string parent = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... }
- Returns:
- The bytes for parent.
-
hasComment
boolean hasComment()
Required. The Comment object to be added to this Case.
.google.cloud.support.v2.Comment comment = 2 [(.google.api.field_behavior) = REQUIRED];
- Returns:
- Whether the comment field is set.
-
getComment
Comment getComment()
Required. The Comment object to be added to this Case.
.google.cloud.support.v2.Comment comment = 2 [(.google.api.field_behavior) = REQUIRED];
- Returns:
- The comment.
-
getCommentOrBuilder
CommentOrBuilder getCommentOrBuilder()
Required. The Comment object to be added to this Case.
.google.cloud.support.v2.Comment comment = 2 [(.google.api.field_behavior) = REQUIRED];
-
-