Send feedback
Class VPCSCConfig (1.11.0)
Stay organized with collections
Save and categorize content based on your preferences.
Version 1.11.0 keyboard_arrow_down
public final class VPCSCConfig extends GeneratedMessageV3 implements VPCSCConfigOrBuilder
The Artifact Registry VPC SC config that apply to a Project.
Protobuf type google.devtools.artifactregistry.v1.VPCSCConfig
Static Fields
public static final int NAME_FIELD_NUMBER
Field Value
public static final int VPCSC_POLICY_FIELD_NUMBER
Field Value
Static Methods
public static VPCSCConfig getDefaultInstance ()
Returns
public static final Descriptors . Descriptor getDescriptor ()
Returns
public static VPCSCConfig . Builder newBuilder ()
Returns
public static VPCSCConfig . Builder newBuilder ( VPCSCConfig prototype )
Parameter
Returns
public static VPCSCConfig parseDelimitedFrom ( InputStream input )
Parameter
Returns
Exceptions
public static VPCSCConfig parseDelimitedFrom ( InputStream input , ExtensionRegistryLite extensionRegistry )
Parameters
Returns
Exceptions
public static VPCSCConfig parseFrom ( byte [] data )
Parameter
Name Description data
byte []
Returns
Exceptions
public static VPCSCConfig parseFrom ( byte [] data , ExtensionRegistryLite extensionRegistry )
Parameters
Returns
Exceptions
public static VPCSCConfig parseFrom ( ByteString data )
Parameter
Returns
Exceptions
public static VPCSCConfig parseFrom ( ByteString data , ExtensionRegistryLite extensionRegistry )
Parameters
Returns
Exceptions
public static VPCSCConfig parseFrom ( CodedInputStream input )
Parameter
Returns
Exceptions
public static VPCSCConfig parseFrom ( CodedInputStream input , ExtensionRegistryLite extensionRegistry )
Parameters
Returns
Exceptions
public static VPCSCConfig parseFrom ( InputStream input )
Parameter
Returns
Exceptions
public static VPCSCConfig parseFrom ( InputStream input , ExtensionRegistryLite extensionRegistry )
Parameters
Returns
Exceptions
public static VPCSCConfig parseFrom ( ByteBuffer data )
Parameter
Returns
Exceptions
public static VPCSCConfig parseFrom ( ByteBuffer data , ExtensionRegistryLite extensionRegistry )
Parameters
Returns
Exceptions
public static Parser<VPCSCConfig> parser ()
Returns
Methods
public boolean equals ( Object obj )
Parameter
Returns
Overrides
public VPCSCConfig getDefaultInstanceForType ()
Returns
The name of the project's VPC SC Config.
Always of the form:
projects/{projectID}/locations/{location}/vpcscConfig
In update request: never set
In response: always set
string name = 1;
Returns
Type Description String
The name.
public ByteString getNameBytes ()
The name of the project's VPC SC Config.
Always of the form:
projects/{projectID}/locations/{location}/vpcscConfig
In update request: never set
In response: always set
string name = 1;
Returns
public Parser<VPCSCConfig> getParserForType ()
Returns
Overrides
public int getSerializedSize ()
Returns
Overrides
public final UnknownFieldSet getUnknownFields ()
Returns
Overrides
public VPCSCConfig . VPCSCPolicy getVpcscPolicy ()
The project per location VPC SC policy that defines the VPC SC behavior for
the Remote Repository (Allow/Deny).
.google.devtools.artifactregistry.v1.VPCSCConfig.VPCSCPolicy vpcsc_policy = 2;
Returns
public int getVpcscPolicyValue ()
The project per location VPC SC policy that defines the VPC SC behavior for
the Remote Repository (Allow/Deny).
.google.devtools.artifactregistry.v1.VPCSCConfig.VPCSCPolicy vpcsc_policy = 2;
Returns
Type Description int
The enum numeric value on the wire for vpcscPolicy.
Returns
Overrides
protected GeneratedMessageV3 . FieldAccessorTable internalGetFieldAccessorTable ()
Returns
Overrides
public final boolean isInitialized ()
Returns
Overrides
public VPCSCConfig . Builder newBuilderForType ()
Returns
protected VPCSCConfig . Builder newBuilderForType ( GeneratedMessageV3 . BuilderParent parent )
Parameter
Returns
Overrides
protected Object newInstance ( GeneratedMessageV3 . UnusedPrivateParameter unused )
Parameter
Returns
Overrides
public VPCSCConfig . Builder toBuilder ()
Returns
public void writeTo ( CodedOutputStream output )
Parameter
Overrides
Exceptions
Send feedback
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 2024-10-04 UTC.
[{
"type": "thumb-down",
"id": "hardToUnderstand",
"label":"Hard to understand"
},{
"type": "thumb-down",
"id": "incorrectInformationOrSampleCode",
"label":"Incorrect information or sample code"
},{
"type": "thumb-down",
"id": "missingTheInformationSamplesINeed",
"label":"Missing the information/samples I need"
},{
"type": "thumb-down",
"id": "otherDown",
"label":"Other"
}]
[{
"type": "thumb-up",
"id": "easyToUnderstand",
"label":"Easy to understand"
},{
"type": "thumb-up",
"id": "solvedMyProblem",
"label":"Solved my problem"
},{
"type": "thumb-up",
"id": "otherUp",
"label":"Other"
}]
Need to tell us more?
{"lastModified": "Last updated 2024-10-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 2024-10-04 UTC."]]