public static final class ServiceConnectionMap.ConsumerPscConnection extends GeneratedMessageV3 implements ServiceConnectionMap.ConsumerPscConnectionOrBuilder
PSC connection details on consumer side.
Protobuf type
google.events.cloud.networkconnectivity.v1.ServiceConnectionMap.ConsumerPscConnection
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
ERROR_FIELD_NUMBER
public static final int ERROR_FIELD_NUMBER
Field Value |
Type |
Description |
int |
|
ERROR_TYPE_FIELD_NUMBER
public static final int ERROR_TYPE_FIELD_NUMBER
Field Value |
Type |
Description |
int |
|
FORWARDING_RULE_FIELD_NUMBER
public static final int FORWARDING_RULE_FIELD_NUMBER
Field Value |
Type |
Description |
int |
|
GCE_OPERATION_FIELD_NUMBER
public static final int GCE_OPERATION_FIELD_NUMBER
Field Value |
Type |
Description |
int |
|
IP_FIELD_NUMBER
public static final int IP_FIELD_NUMBER
Field Value |
Type |
Description |
int |
|
NETWORK_FIELD_NUMBER
public static final int NETWORK_FIELD_NUMBER
Field Value |
Type |
Description |
int |
|
PROJECT_FIELD_NUMBER
public static final int PROJECT_FIELD_NUMBER
Field Value |
Type |
Description |
int |
|
PSC_CONNECTION_ID_FIELD_NUMBER
public static final int PSC_CONNECTION_ID_FIELD_NUMBER
Field Value |
Type |
Description |
int |
|
SERVICE_ATTACHMENT_URI_FIELD_NUMBER
public static final int SERVICE_ATTACHMENT_URI_FIELD_NUMBER
Field Value |
Type |
Description |
int |
|
STATE_FIELD_NUMBER
public static final int STATE_FIELD_NUMBER
Field Value |
Type |
Description |
int |
|
Static Methods
getDefaultInstance()
public static ServiceConnectionMap.ConsumerPscConnection getDefaultInstance()
getDescriptor()
public static final Descriptors.Descriptor getDescriptor()
newBuilder()
public static ServiceConnectionMap.ConsumerPscConnection.Builder newBuilder()
newBuilder(ServiceConnectionMap.ConsumerPscConnection prototype)
public static ServiceConnectionMap.ConsumerPscConnection.Builder newBuilder(ServiceConnectionMap.ConsumerPscConnection prototype)
public static ServiceConnectionMap.ConsumerPscConnection parseDelimitedFrom(InputStream input)
public static ServiceConnectionMap.ConsumerPscConnection parseDelimitedFrom(InputStream input, ExtensionRegistryLite extensionRegistry)
parseFrom(byte[] data)
public static ServiceConnectionMap.ConsumerPscConnection parseFrom(byte[] data)
Parameter |
Name |
Description |
data |
byte[]
|
parseFrom(byte[] data, ExtensionRegistryLite extensionRegistry)
public static ServiceConnectionMap.ConsumerPscConnection parseFrom(byte[] data, ExtensionRegistryLite extensionRegistry)
parseFrom(ByteString data)
public static ServiceConnectionMap.ConsumerPscConnection parseFrom(ByteString data)
parseFrom(ByteString data, ExtensionRegistryLite extensionRegistry)
public static ServiceConnectionMap.ConsumerPscConnection parseFrom(ByteString data, ExtensionRegistryLite extensionRegistry)
public static ServiceConnectionMap.ConsumerPscConnection parseFrom(CodedInputStream input)
public static ServiceConnectionMap.ConsumerPscConnection parseFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
public static ServiceConnectionMap.ConsumerPscConnection parseFrom(InputStream input)
public static ServiceConnectionMap.ConsumerPscConnection parseFrom(InputStream input, ExtensionRegistryLite extensionRegistry)
parseFrom(ByteBuffer data)
public static ServiceConnectionMap.ConsumerPscConnection parseFrom(ByteBuffer data)
parseFrom(ByteBuffer data, ExtensionRegistryLite extensionRegistry)
public static ServiceConnectionMap.ConsumerPscConnection parseFrom(ByteBuffer data, ExtensionRegistryLite extensionRegistry)
parser()
public static Parser<ServiceConnectionMap.ConsumerPscConnection> parser()
Methods
equals(Object obj)
public boolean equals(Object obj)
Parameter |
Name |
Description |
obj |
Object
|
Overrides
getDefaultInstanceForType()
public ServiceConnectionMap.ConsumerPscConnection getDefaultInstanceForType()
getError()
The most recent error during operating this connection.
.google.rpc.Status error = 8;
Returns |
Type |
Description |
com.google.rpc.Status |
The error.
|
getErrorOrBuilder()
public StatusOrBuilder getErrorOrBuilder()
The most recent error during operating this connection.
.google.rpc.Status error = 8;
Returns |
Type |
Description |
com.google.rpc.StatusOrBuilder |
|
getErrorType()
public ConnectionErrorType getErrorType()
The error type indicates whether the error is consumer facing, producer
facing or system internal.
.google.events.cloud.networkconnectivity.v1.ConnectionErrorType error_type = 7;
getErrorTypeValue()
public int getErrorTypeValue()
The error type indicates whether the error is consumer facing, producer
facing or system internal.
.google.events.cloud.networkconnectivity.v1.ConnectionErrorType error_type = 7;
Returns |
Type |
Description |
int |
The enum numeric value on the wire for errorType.
|
getForwardingRule()
public String getForwardingRule()
The URI of the consumer forwarding rule created.
Example:
projects/{projectNumOrId}/regions/us-east1/networks/{resourceId}.
string forwarding_rule = 10;
Returns |
Type |
Description |
String |
The forwardingRule.
|
getForwardingRuleBytes()
public ByteString getForwardingRuleBytes()
The URI of the consumer forwarding rule created.
Example:
projects/{projectNumOrId}/regions/us-east1/networks/{resourceId}.
string forwarding_rule = 10;
Returns |
Type |
Description |
ByteString |
The bytes for forwardingRule.
|
getGceOperation()
public String getGceOperation()
The last Compute Engine operation to setup PSC connection.
string gce_operation = 9;
Returns |
Type |
Description |
String |
The gceOperation.
|
getGceOperationBytes()
public ByteString getGceOperationBytes()
The last Compute Engine operation to setup PSC connection.
string gce_operation = 9;
Returns |
Type |
Description |
ByteString |
The bytes for gceOperation.
|
getIp()
The IP literal allocated on the consumer network for the PSC forwarding
rule that is created to connect to the producer service attachment in
this service connection map.
string ip = 6;
Returns |
Type |
Description |
String |
The ip.
|
getIpBytes()
public ByteString getIpBytes()
The IP literal allocated on the consumer network for the PSC forwarding
rule that is created to connect to the producer service attachment in
this service connection map.
string ip = 6;
Returns |
Type |
Description |
ByteString |
The bytes for ip.
|
getNetwork()
public String getNetwork()
The consumer network whose PSC forwarding rule is connected to the
service attachments in this service connection map.
Note that the network could be on a different project (shared VPC).
string network = 4;
Returns |
Type |
Description |
String |
The network.
|
getNetworkBytes()
public ByteString getNetworkBytes()
The consumer network whose PSC forwarding rule is connected to the
service attachments in this service connection map.
Note that the network could be on a different project (shared VPC).
string network = 4;
Returns |
Type |
Description |
ByteString |
The bytes for network.
|
getParserForType()
public Parser<ServiceConnectionMap.ConsumerPscConnection> getParserForType()
Overrides
getProject()
public String getProject()
The consumer project whose PSC forwarding rule is connected to the
service attachments in this service connection map.
string project = 3;
Returns |
Type |
Description |
String |
The project.
|
getProjectBytes()
public ByteString getProjectBytes()
The consumer project whose PSC forwarding rule is connected to the
service attachments in this service connection map.
string project = 3;
Returns |
Type |
Description |
ByteString |
The bytes for project.
|
getPscConnectionId()
public String getPscConnectionId()
The PSC connection id of the PSC forwarding rule connected
to the service attachments in this service connection map.
string psc_connection_id = 5;
Returns |
Type |
Description |
String |
The pscConnectionId.
|
getPscConnectionIdBytes()
public ByteString getPscConnectionIdBytes()
The PSC connection id of the PSC forwarding rule connected
to the service attachments in this service connection map.
string psc_connection_id = 5;
Returns |
Type |
Description |
ByteString |
The bytes for pscConnectionId.
|
getSerializedSize()
public int getSerializedSize()
Returns |
Type |
Description |
int |
|
Overrides
getServiceAttachmentUri()
public String getServiceAttachmentUri()
The URI of a service attachment which is the target of the PSC
connection.
string service_attachment_uri = 1;
Returns |
Type |
Description |
String |
The serviceAttachmentUri.
|
getServiceAttachmentUriBytes()
public ByteString getServiceAttachmentUriBytes()
The URI of a service attachment which is the target of the PSC
connection.
string service_attachment_uri = 1;
Returns |
Type |
Description |
ByteString |
The bytes for serviceAttachmentUri.
|
getState()
public ServiceConnectionMap.ConsumerPscConnection.State getState()
The state of the PSC connection.
.google.events.cloud.networkconnectivity.v1.ServiceConnectionMap.ConsumerPscConnection.State state = 2;
getStateValue()
public int getStateValue()
The state of the PSC connection.
.google.events.cloud.networkconnectivity.v1.ServiceConnectionMap.ConsumerPscConnection.State state = 2;
Returns |
Type |
Description |
int |
The enum numeric value on the wire for state.
|
getUnknownFields()
public final UnknownFieldSet getUnknownFields()
Overrides
hasError()
public boolean hasError()
The most recent error during operating this connection.
.google.rpc.Status error = 8;
Returns |
Type |
Description |
boolean |
Whether the error field is set.
|
hashCode()
Returns |
Type |
Description |
int |
|
Overrides
internalGetFieldAccessorTable()
protected GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()
Overrides
isInitialized()
public final boolean isInitialized()
Overrides
newBuilderForType()
public ServiceConnectionMap.ConsumerPscConnection.Builder newBuilderForType()
newBuilderForType(GeneratedMessageV3.BuilderParent parent)
protected ServiceConnectionMap.ConsumerPscConnection.Builder newBuilderForType(GeneratedMessageV3.BuilderParent parent)
Overrides
newInstance(GeneratedMessageV3.UnusedPrivateParameter unused)
protected Object newInstance(GeneratedMessageV3.UnusedPrivateParameter unused)
Returns |
Type |
Description |
Object |
|
Overrides
toBuilder()
public ServiceConnectionMap.ConsumerPscConnection.Builder toBuilder()
writeTo(CodedOutputStream output)
public void writeTo(CodedOutputStream output)
Overrides