Send feedback
Class EgressResponse (2.5.0)
Stay organized with collections
Save and categorize content based on your preferences.
Version 2.5.0 keyboard_arrow_down
public final class EgressResponse extends GeneratedMessageV3 implements EgressResponseOrBuilder
gRPC response payload for tether.
Protobuf type google.cloud.apigeeconnect.v1.EgressResponse
Static Fields
ENDPOINT_FIELD_NUMBER
public static final int ENDPOINT_FIELD_NUMBER
Field Value
HTTP_RESPONSE_FIELD_NUMBER
public static final int HTTP_RESPONSE_FIELD_NUMBER
Field Value
ID_FIELD_NUMBER
public static final int ID_FIELD_NUMBER
Field Value
NAME_FIELD_NUMBER
public static final int NAME_FIELD_NUMBER
Field Value
PROJECT_FIELD_NUMBER
public static final int PROJECT_FIELD_NUMBER
Field Value
STATUS_FIELD_NUMBER
public static final int STATUS_FIELD_NUMBER
Field Value
TRACE_ID_FIELD_NUMBER
public static final int TRACE_ID_FIELD_NUMBER
Field Value
Static Methods
getDefaultInstance()
public static EgressResponse getDefaultInstance ()
Returns
getDescriptor()
public static final Descriptors . Descriptor getDescriptor ()
Returns
newBuilder()
public static EgressResponse . Builder newBuilder ()
Returns
newBuilder(EgressResponse prototype)
public static EgressResponse . Builder newBuilder ( EgressResponse prototype )
Parameter
Returns
public static EgressResponse parseDelimitedFrom ( InputStream input )
Parameter
Returns
Exceptions
public static EgressResponse parseDelimitedFrom ( InputStream input , ExtensionRegistryLite extensionRegistry )
Parameters
Returns
Exceptions
parseFrom(byte[] data)
public static EgressResponse parseFrom ( byte [] data )
Parameter
Name Description data byte []
Returns
Exceptions
parseFrom(byte[] data, ExtensionRegistryLite extensionRegistry)
public static EgressResponse parseFrom ( byte [] data , ExtensionRegistryLite extensionRegistry )
Parameters
Returns
Exceptions
parseFrom(ByteString data)
public static EgressResponse parseFrom ( ByteString data )
Parameter
Returns
Exceptions
parseFrom(ByteString data, ExtensionRegistryLite extensionRegistry)
public static EgressResponse parseFrom ( ByteString data , ExtensionRegistryLite extensionRegistry )
Parameters
Returns
Exceptions
public static EgressResponse parseFrom ( CodedInputStream input )
Parameter
Returns
Exceptions
public static EgressResponse parseFrom ( CodedInputStream input , ExtensionRegistryLite extensionRegistry )
Parameters
Returns
Exceptions
public static EgressResponse parseFrom ( InputStream input )
Parameter
Returns
Exceptions
public static EgressResponse parseFrom ( InputStream input , ExtensionRegistryLite extensionRegistry )
Parameters
Returns
Exceptions
parseFrom(ByteBuffer data)
public static EgressResponse parseFrom ( ByteBuffer data )
Parameter
Returns
Exceptions
parseFrom(ByteBuffer data, ExtensionRegistryLite extensionRegistry)
public static EgressResponse parseFrom ( ByteBuffer data , ExtensionRegistryLite extensionRegistry )
Parameters
Returns
Exceptions
parser()
public static Parser<EgressResponse> parser ()
Returns
Methods
equals(Object obj)
public boolean equals ( Object obj )
Parameter
Returns
Overrides
getDefaultInstanceForType()
public EgressResponse getDefaultInstanceForType ()
Returns
getEndpoint()
public TetherEndpoint getEndpoint ()
Tether Endpoint.
.google.cloud.apigeeconnect.v1.TetherEndpoint endpoint = 6;
Returns
getEndpointValue()
public int getEndpointValue ()
Tether Endpoint.
.google.cloud.apigeeconnect.v1.TetherEndpoint endpoint = 6;
Returns
Type Description int The enum numeric value on the wire for endpoint.
getHttpResponse()
public HttpResponse getHttpResponse ()
HttpResponse.
.google.cloud.apigeeconnect.v1.HttpResponse http_response = 2;
Returns
getHttpResponseOrBuilder()
public HttpResponseOrBuilder getHttpResponseOrBuilder ()
HttpResponse.
.google.cloud.apigeeconnect.v1.HttpResponse http_response = 2;
Returns
getId()
Unique identifier for the response. Matches the EgressRequest's id.
string id = 1;
Returns
getIdBytes()
public ByteString getIdBytes ()
Unique identifier for the response. Matches the EgressRequest's id.
string id = 1;
Returns
getName()
Name is the full resource path of endpoint.
Format: projects/{project_number or project_id}/endpoints/{endpoint}
string name = 7;
Returns
Type Description String The name.
getNameBytes()
public ByteString getNameBytes ()
Name is the full resource path of endpoint.
Format: projects/{project_number or project_id}/endpoints/{endpoint}
string name = 7;
Returns
getParserForType()
public Parser<EgressResponse> getParserForType ()
Returns
Overrides
getProject()
public String getProject ()
GCP Project.
Format: projects/{project_number}
.
string project = 4;
Returns
Type Description String The project.
getProjectBytes()
public ByteString getProjectBytes ()
GCP Project.
Format: projects/{project_number}
.
string project = 4;
Returns
getSerializedSize()
public int getSerializedSize ()
Returns
Overrides
getStatus()
public Status getStatus ()
Errors from application when handling the http request.
.google.rpc.Status status = 3;
Returns
Type Description com.google.rpc.Status The status.
getStatusOrBuilder()
public StatusOrBuilder getStatusOrBuilder ()
Errors from application when handling the http request.
.google.rpc.Status status = 3;
Returns
Type Description com.google.rpc.StatusOrBuilder
getTraceId()
public String getTraceId ()
Unique identifier for clients to trace their request/response. Matches the
EgressRequest's trace id
string trace_id = 5;
Returns
Type Description String The traceId.
getTraceIdBytes()
public ByteString getTraceIdBytes ()
Unique identifier for clients to trace their request/response. Matches the
EgressRequest's trace id
string trace_id = 5;
Returns
getUnknownFields()
public final UnknownFieldSet getUnknownFields ()
Returns
Overrides
hasHttpResponse()
public boolean hasHttpResponse ()
HttpResponse.
.google.cloud.apigeeconnect.v1.HttpResponse http_response = 2;
Returns
Type Description boolean Whether the httpResponse field is set.
hasStatus()
public boolean hasStatus ()
Errors from application when handling the http request.
.google.rpc.Status status = 3;
Returns
Type Description boolean Whether the status field is set.
hashCode()
Returns
Overrides
internalGetFieldAccessorTable()
protected GeneratedMessageV3 . FieldAccessorTable internalGetFieldAccessorTable ()
Returns
Overrides
isInitialized()
public final boolean isInitialized ()
Returns
Overrides
newBuilderForType()
public EgressResponse . Builder newBuilderForType ()
Returns
newBuilderForType(GeneratedMessageV3.BuilderParent parent)
protected EgressResponse . Builder newBuilderForType ( GeneratedMessageV3 . BuilderParent parent )
Parameter
Returns
Overrides
newInstance(GeneratedMessageV3.UnusedPrivateParameter unused)
protected Object newInstance ( GeneratedMessageV3 . UnusedPrivateParameter unused )
Parameter
Returns
Overrides
toBuilder()
public EgressResponse . Builder toBuilder ()
Returns
writeTo(CodedOutputStream output)
public void writeTo ( CodedOutputStream output )
Parameter
Overrides
Exceptions
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."],[],[]]