Interface CreateIssueCommentRequestOrBuilder (0.40.0)

public interface CreateIssueCommentRequestOrBuilder extends MessageOrBuilder

Implements

MessageOrBuilder

Methods

getIssueComment()

public abstract IssueComment getIssueComment()

Required. The issue comment to create.

.google.cloud.securesourcemanager.v1.IssueComment issue_comment = 2 [(.google.api.field_behavior) = REQUIRED];

Returns
Type Description
IssueComment

The issueComment.

getIssueCommentOrBuilder()

public abstract IssueCommentOrBuilder getIssueCommentOrBuilder()

Required. The issue comment to create.

.google.cloud.securesourcemanager.v1.IssueComment issue_comment = 2 [(.google.api.field_behavior) = REQUIRED];

Returns
Type Description
IssueCommentOrBuilder

getParent()

public abstract String getParent()

Required. The issue in which to create the issue comment. Format: projects/{project_number}/locations/{location_id}/repositories/{repository_id}/issues/{issue_id}

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 issue in which to create the issue comment. Format: projects/{project_number}/locations/{location_id}/repositories/{repository_id}/issues/{issue_id}

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

Returns
Type Description
ByteString

The bytes for parent.

hasIssueComment()

public abstract boolean hasIssueComment()

Required. The issue comment to create.

.google.cloud.securesourcemanager.v1.IssueComment issue_comment = 2 [(.google.api.field_behavior) = REQUIRED];

Returns
Type Description
boolean

Whether the issueComment field is set.