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
Static Fields
APP_GATEWAY_FIELD_NUMBER
public static final int APP_GATEWAY_FIELD_NUMBER
Field Value
INGRESS_PORT_FIELD_NUMBER
public static final int INGRESS_PORT_FIELD_NUMBER
Field Value
TYPE_FIELD_NUMBER
public static final int TYPE_FIELD_NUMBER
Field Value
URI_FIELD_NUMBER
public static final int URI_FIELD_NUMBER
Field Value
Static Methods
getDefaultInstance()
public static AppConnection.Gateway getDefaultInstance()
Returns
getDescriptor()
public static final Descriptors.Descriptor getDescriptor()
Returns
newBuilder()
public static AppConnection.Gateway.Builder newBuilder()
Returns
newBuilder(AppConnection.Gateway prototype)
public static AppConnection.Gateway.Builder newBuilder(AppConnection.Gateway prototype)
Parameter
Returns
public static AppConnection.Gateway parseDelimitedFrom(InputStream input)
Parameter
Returns
Exceptions
public static AppConnection.Gateway parseDelimitedFrom(InputStream input, ExtensionRegistryLite extensionRegistry)
Parameters
Returns
Exceptions
parseFrom(byte[] data)
public static AppConnection.Gateway parseFrom(byte[] data)
Parameter
Name | Description |
data | byte[]
|
Returns
Exceptions
parseFrom(byte[] data, ExtensionRegistryLite extensionRegistry)
public static AppConnection.Gateway parseFrom(byte[] data, ExtensionRegistryLite extensionRegistry)
Parameters
Returns
Exceptions
parseFrom(ByteString data)
public static AppConnection.Gateway parseFrom(ByteString data)
Parameter
Returns
Exceptions
parseFrom(ByteString data, ExtensionRegistryLite extensionRegistry)
public static AppConnection.Gateway parseFrom(ByteString data, ExtensionRegistryLite extensionRegistry)
Parameters
Returns
Exceptions
public static AppConnection.Gateway parseFrom(CodedInputStream input)
Parameter
Returns
Exceptions
public static AppConnection.Gateway parseFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
Parameters
Returns
Exceptions
public static AppConnection.Gateway parseFrom(InputStream input)
Parameter
Returns
Exceptions
public static AppConnection.Gateway parseFrom(InputStream input, ExtensionRegistryLite extensionRegistry)
Parameters
Returns
Exceptions
parseFrom(ByteBuffer data)
public static AppConnection.Gateway parseFrom(ByteBuffer data)
Parameter
Returns
Exceptions
parseFrom(ByteBuffer data, ExtensionRegistryLite extensionRegistry)
public static AppConnection.Gateway parseFrom(ByteBuffer data, ExtensionRegistryLite extensionRegistry)
Parameters
Returns
Exceptions
parser()
public static Parser<AppConnection.Gateway> parser()
Returns
Methods
equals(Object obj)
public boolean equals(Object obj)
Parameter
Returns
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()
Returns
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()
Returns
Overrides
getSerializedSize()
public int getSerializedSize()
Returns
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];
Returns
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.
|
getUnknownFields()
public final UnknownFieldSet getUnknownFields()
Returns
Overrides
getUri()
Output only. Server-defined URI for this resource.
string uri = 3 [(.google.api.field_behavior) = OUTPUT_ONLY];
Returns
getUriBytes()
public ByteString getUriBytes()
Output only. Server-defined URI for this resource.
string uri = 3 [(.google.api.field_behavior) = OUTPUT_ONLY];
Returns
hashCode()
Returns
Overrides
internalGetFieldAccessorTable()
protected GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()
Returns
Overrides
isInitialized()
public final boolean isInitialized()
Returns
Overrides
newBuilderForType()
public AppConnection.Gateway.Builder newBuilderForType()
Returns
newBuilderForType(GeneratedMessageV3.BuilderParent parent)
protected AppConnection.Gateway.Builder newBuilderForType(GeneratedMessageV3.BuilderParent parent)
Parameter
Returns
Overrides
newInstance(GeneratedMessageV3.UnusedPrivateParameter unused)
protected Object newInstance(GeneratedMessageV3.UnusedPrivateParameter unused)
Parameter
Returns
Overrides
toBuilder()
public AppConnection.Gateway.Builder toBuilder()
Returns
writeTo(CodedOutputStream output)
public void writeTo(CodedOutputStream output)
Parameter
Overrides
Exceptions