public interface CreateIssueRequestOrBuilder extends MessageOrBuilder
Implements
MessageOrBuilderMethods
getIssue()
public abstract Issue getIssue()
Required. The issue to create.
.google.cloud.securesourcemanager.v1.Issue issue = 2 [(.google.api.field_behavior) = REQUIRED];
Returns | |
---|---|
Type | Description |
Issue |
The issue. |
getIssueOrBuilder()
public abstract IssueOrBuilder getIssueOrBuilder()
Required. The issue to create.
.google.cloud.securesourcemanager.v1.Issue issue = 2 [(.google.api.field_behavior) = REQUIRED];
Returns | |
---|---|
Type | Description |
IssueOrBuilder |
getParent()
public abstract String getParent()
Required. The repository in which to create the issue. Format:
projects/{project_number}/locations/{location_id}/repositories/{repository_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 repository in which to create the issue. Format:
projects/{project_number}/locations/{location_id}/repositories/{repository_id}
string parent = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... }
Returns | |
---|---|
Type | Description |
ByteString |
The bytes for parent. |
hasIssue()
public abstract boolean hasIssue()
Required. The issue to create.
.google.cloud.securesourcemanager.v1.Issue issue = 2 [(.google.api.field_behavior) = REQUIRED];
Returns | |
---|---|
Type | Description |
boolean |
Whether the issue field is set. |