public static final class ResolveAppConnectionsResponse.AppConnectionDetails extends GeneratedMessageV3 implements ResolveAppConnectionsResponse.AppConnectionDetailsOrBuilder
Details of the AppConnection.
Protobuf type
google.cloud.beyondcorp.appconnections.v1.ResolveAppConnectionsResponse.AppConnectionDetails
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
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
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)
Returns |
Type |
Description |
Object |
|
Overrides
toBuilder()
public ResolveAppConnectionsResponse.AppConnectionDetails.Builder toBuilder()
writeTo(CodedOutputStream output)
public void writeTo(CodedOutputStream output)
Overrides