Send feedback
Class Instance.PrivateConfig (0.24.0)
Stay organized with collections
Save and categorize content based on your preferences.
Version 0.24.0 keyboard_arrow_down
public static final class Instance . PrivateConfig extends GeneratedMessageV3 implements Instance . PrivateConfigOrBuilder
PrivateConfig includes settings for private instance.
Protobuf type google.cloud.securesourcemanager.v1.Instance.PrivateConfig
Inherited Members
com.google.protobuf.GeneratedMessageV3.<ListT>makeMutableCopy(ListT)
com.google.protobuf.GeneratedMessageV3.<ListT>makeMutableCopy(ListT,int)
com.google.protobuf.GeneratedMessageV3.<T>emptyList(java.lang.Class<T>)
com.google.protobuf.GeneratedMessageV3.internalGetMapFieldReflection(int)
Static Fields
CA_POOL_FIELD_NUMBER
public static final int CA_POOL_FIELD_NUMBER
Field Value
Type
Description
int
HTTP_SERVICE_ATTACHMENT_FIELD_NUMBER
public static final int HTTP_SERVICE_ATTACHMENT_FIELD_NUMBER
Field Value
Type
Description
int
IS_PRIVATE_FIELD_NUMBER
public static final int IS_PRIVATE_FIELD_NUMBER
Field Value
Type
Description
int
PSC_ALLOWED_PROJECTS_FIELD_NUMBER
public static final int PSC_ALLOWED_PROJECTS_FIELD_NUMBER
Field Value
Type
Description
int
SSH_SERVICE_ATTACHMENT_FIELD_NUMBER
public static final int SSH_SERVICE_ATTACHMENT_FIELD_NUMBER
Field Value
Type
Description
int
Static Methods
getDefaultInstance()
public static Instance . PrivateConfig getDefaultInstance ()
getDescriptor()
public static final Descriptors . Descriptor getDescriptor ()
newBuilder()
public static Instance . PrivateConfig . Builder newBuilder ()
newBuilder(Instance.PrivateConfig prototype)
public static Instance . PrivateConfig . Builder newBuilder ( Instance . PrivateConfig prototype )
public static Instance . PrivateConfig parseDelimitedFrom ( InputStream input )
public static Instance . PrivateConfig parseDelimitedFrom ( InputStream input , ExtensionRegistryLite extensionRegistry )
parseFrom(byte[] data)
public static Instance . PrivateConfig parseFrom ( byte [] data )
Parameter
Name
Description
data
byte []
parseFrom(byte[] data, ExtensionRegistryLite extensionRegistry)
public static Instance . PrivateConfig parseFrom ( byte [] data , ExtensionRegistryLite extensionRegistry )
parseFrom(ByteString data)
public static Instance . PrivateConfig parseFrom ( ByteString data )
parseFrom(ByteString data, ExtensionRegistryLite extensionRegistry)
public static Instance . PrivateConfig parseFrom ( ByteString data , ExtensionRegistryLite extensionRegistry )
public static Instance . PrivateConfig parseFrom ( CodedInputStream input )
public static Instance . PrivateConfig parseFrom ( CodedInputStream input , ExtensionRegistryLite extensionRegistry )
public static Instance . PrivateConfig parseFrom ( InputStream input )
public static Instance . PrivateConfig parseFrom ( InputStream input , ExtensionRegistryLite extensionRegistry )
parseFrom(ByteBuffer data)
public static Instance . PrivateConfig parseFrom ( ByteBuffer data )
parseFrom(ByteBuffer data, ExtensionRegistryLite extensionRegistry)
public static Instance . PrivateConfig parseFrom ( ByteBuffer data , ExtensionRegistryLite extensionRegistry )
parser()
public static Parser<Instance . PrivateConfig > parser ()
Methods
equals(Object obj)
public boolean equals ( Object obj )
Parameter
Name
Description
obj
Object
Overrides
getCaPool()
public String getCaPool ()
Required. Immutable. CA pool resource, resource must in the format of
projects/{project}/locations/{location}/caPools/{ca_pool}
.
string ca_pool = 2 [(.google.api.field_behavior) = IMMUTABLE, (.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... }
Returns
Type
Description
String
The caPool.
getCaPoolBytes()
public ByteString getCaPoolBytes ()
Required. Immutable. CA pool resource, resource must in the format of
projects/{project}/locations/{location}/caPools/{ca_pool}
.
string ca_pool = 2 [(.google.api.field_behavior) = IMMUTABLE, (.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... }
Returns
Type
Description
ByteString
The bytes for caPool.
getDefaultInstanceForType()
public Instance . PrivateConfig getDefaultInstanceForType ()
getHttpServiceAttachment()
public String getHttpServiceAttachment ()
Output only. Service Attachment for HTTP, resource is in the format of
projects/{project}/regions/{region}/serviceAttachments/{service_attachment}
.
string http_service_attachment = 3 [(.google.api.field_behavior) = OUTPUT_ONLY, (.google.api.resource_reference) = { ... }
Returns
Type
Description
String
The httpServiceAttachment.
getHttpServiceAttachmentBytes()
public ByteString getHttpServiceAttachmentBytes ()
Output only. Service Attachment for HTTP, resource is in the format of
projects/{project}/regions/{region}/serviceAttachments/{service_attachment}
.
string http_service_attachment = 3 [(.google.api.field_behavior) = OUTPUT_ONLY, (.google.api.resource_reference) = { ... }
Returns
Type
Description
ByteString
The bytes for httpServiceAttachment.
getIsPrivate()
public boolean getIsPrivate ()
Required. Immutable. Indicate if it's private instance.
bool is_private = 1 [(.google.api.field_behavior) = IMMUTABLE, (.google.api.field_behavior) = REQUIRED];
Returns
Type
Description
boolean
The isPrivate.
getParserForType()
public Parser<Instance . PrivateConfig > getParserForType ()
Overrides
getPscAllowedProjects(int index)
public String getPscAllowedProjects ( int index )
Optional. Additional allowed projects for setting up PSC connections.
Instance host project is automatically allowed and does not need to be
included in this list.
repeated string psc_allowed_projects = 6 [(.google.api.field_behavior) = OPTIONAL];
Parameter
Name
Description
index
int
The index of the element to return.
Returns
Type
Description
String
The pscAllowedProjects at the given index.
getPscAllowedProjectsBytes(int index)
public ByteString getPscAllowedProjectsBytes ( int index )
Optional. Additional allowed projects for setting up PSC connections.
Instance host project is automatically allowed and does not need to be
included in this list.
repeated string psc_allowed_projects = 6 [(.google.api.field_behavior) = OPTIONAL];
Parameter
Name
Description
index
int
The index of the value to return.
Returns
Type
Description
ByteString
The bytes of the pscAllowedProjects at the given index.
getPscAllowedProjectsCount()
public int getPscAllowedProjectsCount ()
Optional. Additional allowed projects for setting up PSC connections.
Instance host project is automatically allowed and does not need to be
included in this list.
repeated string psc_allowed_projects = 6 [(.google.api.field_behavior) = OPTIONAL];
Returns
Type
Description
int
The count of pscAllowedProjects.
getPscAllowedProjectsList()
public ProtocolStringList getPscAllowedProjectsList ()
Optional. Additional allowed projects for setting up PSC connections.
Instance host project is automatically allowed and does not need to be
included in this list.
repeated string psc_allowed_projects = 6 [(.google.api.field_behavior) = OPTIONAL];
getSerializedSize()
public int getSerializedSize ()
Returns
Type
Description
int
Overrides
getSshServiceAttachment()
public String getSshServiceAttachment ()
Output only. Service Attachment for SSH, resource is in the format of
projects/{project}/regions/{region}/serviceAttachments/{service_attachment}
.
string ssh_service_attachment = 4 [(.google.api.field_behavior) = OUTPUT_ONLY, (.google.api.resource_reference) = { ... }
Returns
Type
Description
String
The sshServiceAttachment.
getSshServiceAttachmentBytes()
public ByteString getSshServiceAttachmentBytes ()
Output only. Service Attachment for SSH, resource is in the format of
projects/{project}/regions/{region}/serviceAttachments/{service_attachment}
.
string ssh_service_attachment = 4 [(.google.api.field_behavior) = OUTPUT_ONLY, (.google.api.resource_reference) = { ... }
Returns
Type
Description
ByteString
The bytes for sshServiceAttachment.
hashCode()
Returns
Type
Description
int
Overrides
internalGetFieldAccessorTable()
protected GeneratedMessageV3 . FieldAccessorTable internalGetFieldAccessorTable ()
Overrides
isInitialized()
public final boolean isInitialized ()
Overrides
newBuilderForType()
public Instance . PrivateConfig . Builder newBuilderForType ()
newBuilderForType(GeneratedMessageV3.BuilderParent parent)
protected Instance . PrivateConfig . Builder newBuilderForType ( GeneratedMessageV3 . BuilderParent parent )
Overrides
newInstance(GeneratedMessageV3.UnusedPrivateParameter unused)
protected Object newInstance ( GeneratedMessageV3 . UnusedPrivateParameter unused )
Returns
Type
Description
Object
Overrides
toBuilder()
public Instance . PrivateConfig . Builder toBuilder ()
writeTo(CodedOutputStream output)
public void writeTo ( CodedOutputStream output )
Overrides
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 2025-01-28 UTC.
Need to tell us more?
[[["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-01-28 UTC."],[],[]]