Google Cloud Secure Source Manager V1 Client - Class State (1.5.0)
Stay organized with collections
Save and categorize content based on your preferences.
Reference documentation and code samples for the Google Cloud Secure Source Manager V1 Client class State.
State of the pull request.
Protobuf type google.cloud.securesourcemanager.v1.PullRequest.State
Namespace
Google \ Cloud \ SecureSourceManager \ V1 \ PullRequest
Methods
static::name
static::value
Constants
STATE_UNSPECIFIED
Unspecified.
Generated from protobuf enum STATE_UNSPECIFIED = 0;
OPEN
An open pull request.
Generated from protobuf enum OPEN = 1;
CLOSED
A closed pull request.
Generated from protobuf enum CLOSED = 2;
MERGED
A merged pull request.
Generated from protobuf enum MERGED = 3;
Except as otherwise noted, the content of this page is licensed under the Creative Commons Attribution 4.0 License
, and code samples are licensed under the Apache 2.0 License
. For details, see the Google Developers Site Policies
. Java is a registered trademark of Oracle and/or its affiliates.
Last updated 2025-09-04 UTC.
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Hard to understand","hardToUnderstand","thumb-down"],["Incorrect information or sample code","incorrectInformationOrSampleCode","thumb-down"],["Missing the information/samples I need","missingTheInformationSamplesINeed","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-09-04 UTC."],[],[],null,["# Google Cloud Secure Source Manager V1 Client - Class State (1.5.0)\n\nVersion latestkeyboard_arrow_down\n\n- [1.5.0 (latest)](/php/docs/reference/cloud-securesourcemanager/latest/V1.PullRequest.State)\n- [1.4.1](/php/docs/reference/cloud-securesourcemanager/1.4.1/V1.PullRequest.State)\n- [1.3.3](/php/docs/reference/cloud-securesourcemanager/1.3.3/V1.PullRequest.State)\n- [1.2.0](/php/docs/reference/cloud-securesourcemanager/1.2.0/V1.PullRequest.State)\n- [1.1.0](/php/docs/reference/cloud-securesourcemanager/1.1.0/V1.PullRequest.State)\n- [1.0.0](/php/docs/reference/cloud-securesourcemanager/1.0.0/V1.PullRequest.State)\n- [0.2.5](/php/docs/reference/cloud-securesourcemanager/0.2.5/V1.PullRequest.State)\n- [0.1.0](/php/docs/reference/cloud-securesourcemanager/0.1.0/V1.PullRequest.State) \nReference documentation and code samples for the Google Cloud Secure Source Manager V1 Client class State.\n\nState of the pull request.\n\nProtobuf type `google.cloud.securesourcemanager.v1.PullRequest.State`\n\nNamespace\n---------\n\nGoogle \\\\ Cloud \\\\ SecureSourceManager \\\\ V1 \\\\ PullRequest\n\nMethods\n-------\n\n### static::name\n\n### static::value\n\nConstants\n---------\n\n### STATE_UNSPECIFIED\n\n Value: 0\n\nUnspecified.\n\nGenerated from protobuf enum `STATE_UNSPECIFIED = 0;`\n\n### OPEN\n\n Value: 1\n\nAn open pull request.\n\nGenerated from protobuf enum `OPEN = 1;`\n\n### CLOSED\n\n Value: 2\n\nA closed pull request.\n\nGenerated from protobuf enum `CLOSED = 2;`\n\n### MERGED\n\n Value: 3\n\nA merged pull request.\n\nGenerated from protobuf enum `MERGED = 3;`"]]