public final class EgressResponse extends GeneratedMessageV3 implements EgressResponseOrBuilder
gRPC response payload for tether.
Protobuf type google.cloud.apigeeconnect.v1.EgressResponse
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
ENDPOINT_FIELD_NUMBER
public static final int ENDPOINT_FIELD_NUMBER
Field Value |
---|
Type | Description |
int | |
HTTP_RESPONSE_FIELD_NUMBER
public static final int HTTP_RESPONSE_FIELD_NUMBER
Field Value |
---|
Type | Description |
int | |
ID_FIELD_NUMBER
public static final int ID_FIELD_NUMBER
Field Value |
---|
Type | Description |
int | |
NAME_FIELD_NUMBER
public static final int NAME_FIELD_NUMBER
Field Value |
---|
Type | Description |
int | |
PROJECT_FIELD_NUMBER
public static final int PROJECT_FIELD_NUMBER
Field Value |
---|
Type | Description |
int | |
STATUS_FIELD_NUMBER
public static final int STATUS_FIELD_NUMBER
Field Value |
---|
Type | Description |
int | |
TRACE_ID_FIELD_NUMBER
public static final int TRACE_ID_FIELD_NUMBER
Field Value |
---|
Type | Description |
int | |
Static Methods
getDefaultInstance()
public static EgressResponse getDefaultInstance()
getDescriptor()
public static final Descriptors.Descriptor getDescriptor()
newBuilder()
public static EgressResponse.Builder newBuilder()
newBuilder(EgressResponse prototype)
public static EgressResponse.Builder newBuilder(EgressResponse prototype)
public static EgressResponse parseDelimitedFrom(InputStream input)
public static EgressResponse parseDelimitedFrom(InputStream input, ExtensionRegistryLite extensionRegistry)
parseFrom(byte[] data)
public static EgressResponse parseFrom(byte[] data)
Parameter |
---|
Name | Description |
data | byte[]
|
parseFrom(byte[] data, ExtensionRegistryLite extensionRegistry)
public static EgressResponse parseFrom(byte[] data, ExtensionRegistryLite extensionRegistry)
parseFrom(ByteString data)
public static EgressResponse parseFrom(ByteString data)
parseFrom(ByteString data, ExtensionRegistryLite extensionRegistry)
public static EgressResponse parseFrom(ByteString data, ExtensionRegistryLite extensionRegistry)
public static EgressResponse parseFrom(CodedInputStream input)
public static EgressResponse parseFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
public static EgressResponse parseFrom(InputStream input)
public static EgressResponse parseFrom(InputStream input, ExtensionRegistryLite extensionRegistry)
parseFrom(ByteBuffer data)
public static EgressResponse parseFrom(ByteBuffer data)
parseFrom(ByteBuffer data, ExtensionRegistryLite extensionRegistry)
public static EgressResponse parseFrom(ByteBuffer data, ExtensionRegistryLite extensionRegistry)
parser()
public static Parser<EgressResponse> parser()
Methods
equals(Object obj)
public boolean equals(Object obj)
Parameter |
---|
Name | Description |
obj | Object
|
Overrides
getDefaultInstanceForType()
public EgressResponse getDefaultInstanceForType()
getEndpoint()
public TetherEndpoint getEndpoint()
Tether Endpoint.
.google.cloud.apigeeconnect.v1.TetherEndpoint endpoint = 6;
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;
getHttpResponseOrBuilder()
public HttpResponseOrBuilder getHttpResponseOrBuilder()
HttpResponse.
.google.cloud.apigeeconnect.v1.HttpResponse http_response = 2;
getId()
Unique identifier for the response. Matches the EgressRequest's id.
string id = 1;
Returns |
---|
Type | Description |
String | The id.
|
getIdBytes()
public ByteString getIdBytes()
Unique identifier for the response. Matches the EgressRequest's id.
string id = 1;
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 |
---|
Type | Description |
ByteString | The bytes for name.
|
getParserForType()
public Parser<EgressResponse> getParserForType()
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 |
---|
Type | Description |
ByteString | The bytes for project.
|
getSerializedSize()
public int getSerializedSize()
Returns |
---|
Type | Description |
int | |
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 |
---|
Type | Description |
ByteString | The bytes for traceId.
|
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 |
---|
Type | Description |
int | |
Overrides
internalGetFieldAccessorTable()
protected GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()
Overrides
isInitialized()
public final boolean isInitialized()
Overrides
newBuilderForType()
public EgressResponse.Builder newBuilderForType()
newBuilderForType(GeneratedMessageV3.BuilderParent parent)
protected EgressResponse.Builder newBuilderForType(GeneratedMessageV3.BuilderParent parent)
Overrides
newInstance(GeneratedMessageV3.UnusedPrivateParameter unused)
protected Object newInstance(GeneratedMessageV3.UnusedPrivateParameter unused)
Overrides
toBuilder()
public EgressResponse.Builder toBuilder()
writeTo(CodedOutputStream output)
public void writeTo(CodedOutputStream output)
Overrides