Google Cloud Secure Source Manager V1 Client - Class State (1.6.1)

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

Parameter
Name Description
value mixed

static::value

Parameter
Name Description
name mixed

Constants

STATE_UNSPECIFIED

Value: 0

Unspecified.

Generated from protobuf enum STATE_UNSPECIFIED = 0;

OPEN

Value: 1

An open pull request.

Generated from protobuf enum OPEN = 1;

CLOSED

Value: 2

A closed pull request.

Generated from protobuf enum CLOSED = 2;

MERGED

Value: 3

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年10月30日 UTC.