Send feedback
Class ResolveAppConnectionsResponse.AppConnectionDetails (0.13.0)
Stay organized with collections
Save and categorize content based on your preferences.
Version 0.13.0 keyboard_arrow_down
public static final class ResolveAppConnectionsResponse . AppConnectionDetails extends GeneratedMessageV3 implements ResolveAppConnectionsResponse . AppConnectionDetailsOrBuilder
Details of the AppConnection.
Protobuf type
google.cloud.beyondcorp.appconnections.v1.ResolveAppConnectionsResponse.AppConnectionDetails
Static Fields
APP_CONNECTION_FIELD_NUMBER
public static final int APP_CONNECTION_FIELD_NUMBER
Field Value Type Description int
RECENT_MIG_VMS_FIELD_NUMBER
public static final int RECENT_MIG_VMS_FIELD_NUMBER
Field Value Type Description int
Static Methods
getDefaultInstance()
public static ResolveAppConnectionsResponse . AppConnectionDetails getDefaultInstance ()
getDescriptor()
public static final Descriptors . Descriptor getDescriptor ()
newBuilder()
public static ResolveAppConnectionsResponse . AppConnectionDetails . Builder newBuilder ()
newBuilder(ResolveAppConnectionsResponse.AppConnectionDetails prototype)
public static ResolveAppConnectionsResponse . AppConnectionDetails . Builder newBuilder ( ResolveAppConnectionsResponse . AppConnectionDetails prototype )
public static ResolveAppConnectionsResponse . AppConnectionDetails parseDelimitedFrom ( InputStream input )
public static ResolveAppConnectionsResponse . AppConnectionDetails parseDelimitedFrom ( InputStream input , ExtensionRegistryLite extensionRegistry )
parseFrom(byte[] data)
public static ResolveAppConnectionsResponse . AppConnectionDetails parseFrom ( byte [] data )
Parameter Name Description data
byte []
parseFrom(byte[] data, ExtensionRegistryLite extensionRegistry)
public static ResolveAppConnectionsResponse . AppConnectionDetails parseFrom ( byte [] data , ExtensionRegistryLite extensionRegistry )
parseFrom(ByteString data)
public static ResolveAppConnectionsResponse . AppConnectionDetails parseFrom ( ByteString data )
parseFrom(ByteString data, ExtensionRegistryLite extensionRegistry)
public static ResolveAppConnectionsResponse . AppConnectionDetails parseFrom ( ByteString data , ExtensionRegistryLite extensionRegistry )
public static ResolveAppConnectionsResponse . AppConnectionDetails parseFrom ( CodedInputStream input )
public static ResolveAppConnectionsResponse . AppConnectionDetails parseFrom ( CodedInputStream input , ExtensionRegistryLite extensionRegistry )
public static ResolveAppConnectionsResponse . AppConnectionDetails parseFrom ( InputStream input )
public static ResolveAppConnectionsResponse . AppConnectionDetails parseFrom ( InputStream input , ExtensionRegistryLite extensionRegistry )
parseFrom(ByteBuffer data)
public static ResolveAppConnectionsResponse . AppConnectionDetails parseFrom ( ByteBuffer data )
parseFrom(ByteBuffer data, ExtensionRegistryLite extensionRegistry)
public static ResolveAppConnectionsResponse . AppConnectionDetails parseFrom ( ByteBuffer data , ExtensionRegistryLite extensionRegistry )
parser()
public static Parser<ResolveAppConnectionsResponse . AppConnectionDetails > parser ()
Methods
equals(Object obj)
public boolean equals ( Object obj )
Parameter Name Description obj
Object
Overrides
getAppConnection()
public AppConnection getAppConnection ()
A BeyondCorp AppConnection in the project.
.google.cloud.beyondcorp.appconnections.v1.AppConnection app_connection = 1;
getAppConnectionOrBuilder()
public AppConnectionOrBuilder getAppConnectionOrBuilder ()
A BeyondCorp AppConnection in the project.
.google.cloud.beyondcorp.appconnections.v1.AppConnection app_connection = 1;
getDefaultInstanceForType()
public ResolveAppConnectionsResponse . AppConnectionDetails getDefaultInstanceForType ()
getParserForType()
public Parser<ResolveAppConnectionsResponse . AppConnectionDetails > getParserForType ()
Overrides
getRecentMigVms(int index)
public String getRecentMigVms ( int index )
If type=GCP_REGIONAL_MIG, contains most recent VM instances, like
https://www.googleapis.com/compute/v1/projects/{project_id}/zones/{zone_id}/instances/{instance_id}
.
repeated string recent_mig_vms = 2;
Parameter Name Description index
int
The index of the element to return.
Returns Type Description String
The recentMigVms at the given index.
getRecentMigVmsBytes(int index)
public ByteString getRecentMigVmsBytes ( int index )
If type=GCP_REGIONAL_MIG, contains most recent VM instances, like
https://www.googleapis.com/compute/v1/projects/{project_id}/zones/{zone_id}/instances/{instance_id}
.
repeated string recent_mig_vms = 2;
Parameter Name Description index
int
The index of the value to return.
Returns Type Description ByteString
The bytes of the recentMigVms at the given index.
getRecentMigVmsCount()
public int getRecentMigVmsCount ()
If type=GCP_REGIONAL_MIG, contains most recent VM instances, like
https://www.googleapis.com/compute/v1/projects/{project_id}/zones/{zone_id}/instances/{instance_id}
.
repeated string recent_mig_vms = 2;
Returns Type Description int
The count of recentMigVms.
getRecentMigVmsList()
public ProtocolStringList getRecentMigVmsList ()
If type=GCP_REGIONAL_MIG, contains most recent VM instances, like
https://www.googleapis.com/compute/v1/projects/{project_id}/zones/{zone_id}/instances/{instance_id}
.
repeated string recent_mig_vms = 2;
getSerializedSize()
public int getSerializedSize ()
Returns Type Description int
Overrides
getUnknownFields()
public final UnknownFieldSet getUnknownFields ()
Overrides
hasAppConnection()
public boolean hasAppConnection ()
A BeyondCorp AppConnection in the project.
.google.cloud.beyondcorp.appconnections.v1.AppConnection app_connection = 1;
Returns Type Description boolean
Whether the appConnection field is set.
hashCode()
Returns Type Description int
Overrides
internalGetFieldAccessorTable()
protected GeneratedMessageV3 . FieldAccessorTable internalGetFieldAccessorTable ()
Overrides
isInitialized()
public final boolean isInitialized ()
Overrides
newBuilderForType()
public ResolveAppConnectionsResponse . AppConnectionDetails . Builder newBuilderForType ()
newBuilderForType(GeneratedMessageV3.BuilderParent parent)
protected ResolveAppConnectionsResponse . AppConnectionDetails . Builder newBuilderForType ( GeneratedMessageV3 . BuilderParent parent )
Overrides
newInstance(GeneratedMessageV3.UnusedPrivateParameter unused)
protected Object newInstance ( GeneratedMessageV3 . UnusedPrivateParameter unused )
Overrides
toBuilder()
public ResolveAppConnectionsResponse . AppConnectionDetails . 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-27 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-27 UTC."],[],[]]