Send feedback
Class AppConnection.Gateway (0.45.0)
Stay organized with collections
Save and categorize content based on your preferences.
Version 0.45.0 keyboard_arrow_down
public static final class AppConnection . Gateway extends GeneratedMessageV3 implements AppConnection . GatewayOrBuilder
Gateway represents a user facing component that serves as an entrance to
enable connectivity.
Protobuf type google.cloud.beyondcorp.appconnections.v1.AppConnection.Gateway
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_GATEWAY_FIELD_NUMBER
public static final int APP_GATEWAY_FIELD_NUMBER
Field Value
Type
Description
int
INGRESS_PORT_FIELD_NUMBER
public static final int INGRESS_PORT_FIELD_NUMBER
Field Value
Type
Description
int
TYPE_FIELD_NUMBER
public static final int TYPE_FIELD_NUMBER
Field Value
Type
Description
int
URI_FIELD_NUMBER
public static final int URI_FIELD_NUMBER
Field Value
Type
Description
int
Static Methods
getDefaultInstance()
public static AppConnection . Gateway getDefaultInstance ()
getDescriptor()
public static final Descriptors . Descriptor getDescriptor ()
newBuilder()
public static AppConnection . Gateway . Builder newBuilder ()
newBuilder(AppConnection.Gateway prototype)
public static AppConnection . Gateway . Builder newBuilder ( AppConnection . Gateway prototype )
public static AppConnection . Gateway parseDelimitedFrom ( InputStream input )
public static AppConnection . Gateway parseDelimitedFrom ( InputStream input , ExtensionRegistryLite extensionRegistry )
parseFrom(byte[] data)
public static AppConnection . Gateway parseFrom ( byte [] data )
Parameter
Name
Description
data
byte []
parseFrom(byte[] data, ExtensionRegistryLite extensionRegistry)
public static AppConnection . Gateway parseFrom ( byte [] data , ExtensionRegistryLite extensionRegistry )
parseFrom(ByteString data)
public static AppConnection . Gateway parseFrom ( ByteString data )
parseFrom(ByteString data, ExtensionRegistryLite extensionRegistry)
public static AppConnection . Gateway parseFrom ( ByteString data , ExtensionRegistryLite extensionRegistry )
public static AppConnection . Gateway parseFrom ( CodedInputStream input )
public static AppConnection . Gateway parseFrom ( CodedInputStream input , ExtensionRegistryLite extensionRegistry )
public static AppConnection . Gateway parseFrom ( InputStream input )
public static AppConnection . Gateway parseFrom ( InputStream input , ExtensionRegistryLite extensionRegistry )
parseFrom(ByteBuffer data)
public static AppConnection . Gateway parseFrom ( ByteBuffer data )
parseFrom(ByteBuffer data, ExtensionRegistryLite extensionRegistry)
public static AppConnection . Gateway parseFrom ( ByteBuffer data , ExtensionRegistryLite extensionRegistry )
parser()
public static Parser<AppConnection . Gateway > parser ()
Methods
equals(Object obj)
public boolean equals ( Object obj )
Parameter
Name
Description
obj
Object
Overrides
getAppGateway()
public String getAppGateway ()
Required. AppGateway name in following format:
projects/{project_id}/locations/{location_id}/appgateways/{gateway_id}
string app_gateway = 5 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... }
Returns
Type
Description
String
The appGateway.
getAppGatewayBytes()
public ByteString getAppGatewayBytes ()
Required. AppGateway name in following format:
projects/{project_id}/locations/{location_id}/appgateways/{gateway_id}
string app_gateway = 5 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... }
Returns
Type
Description
ByteString
The bytes for appGateway.
getDefaultInstanceForType()
public AppConnection . Gateway getDefaultInstanceForType ()
getIngressPort()
public int getIngressPort ()
Output only. Ingress port reserved on the gateways for this
AppConnection, if not specified or zero, the default port is 19443.
int32 ingress_port = 4 [(.google.api.field_behavior) = OUTPUT_ONLY];
Returns
Type
Description
int
The ingressPort.
getParserForType()
public Parser<AppConnection . Gateway > getParserForType ()
Overrides
getSerializedSize()
public int getSerializedSize ()
Returns
Type
Description
int
Overrides
getType()
public AppConnection . Gateway . Type getType ()
Required. The type of hosting used by the gateway.
.google.cloud.beyondcorp.appconnections.v1.AppConnection.Gateway.Type type = 2 [(.google.api.field_behavior) = REQUIRED];
getTypeValue()
public int getTypeValue ()
Required. The type of hosting used by the gateway.
.google.cloud.beyondcorp.appconnections.v1.AppConnection.Gateway.Type type = 2 [(.google.api.field_behavior) = REQUIRED];
Returns
Type
Description
int
The enum numeric value on the wire for type.
getUri()
Output only. Server-defined URI for this resource.
string uri = 3 [(.google.api.field_behavior) = OUTPUT_ONLY];
Returns
Type
Description
String
The uri.
getUriBytes()
public ByteString getUriBytes ()
Output only. Server-defined URI for this resource.
string uri = 3 [(.google.api.field_behavior) = OUTPUT_ONLY];
Returns
Type
Description
ByteString
The bytes for uri.
hashCode()
Returns
Type
Description
int
Overrides
internalGetFieldAccessorTable()
protected GeneratedMessageV3 . FieldAccessorTable internalGetFieldAccessorTable ()
Overrides
isInitialized()
public final boolean isInitialized ()
Overrides
newBuilderForType()
public AppConnection . Gateway . Builder newBuilderForType ()
newBuilderForType(GeneratedMessageV3.BuilderParent parent)
protected AppConnection . Gateway . Builder newBuilderForType ( GeneratedMessageV3 . BuilderParent parent )
Overrides
newInstance(GeneratedMessageV3.UnusedPrivateParameter unused)
protected Object newInstance ( GeneratedMessageV3 . UnusedPrivateParameter unused )
Returns
Type
Description
Object
Overrides
toBuilder()
public AppConnection . Gateway . 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."],[],[]]