public final class ServiceAttachmentConnectedEndpoint extends GeneratedMessageV3 implements ServiceAttachmentConnectedEndpointOrBuilder
[Output Only] A connection connected to this service attachment.
Protobuf type google.cloud.compute.v1.ServiceAttachmentConnectedEndpoint
Static Fields
ENDPOINT_FIELD_NUMBER
public static final int ENDPOINT_FIELD_NUMBER
Field Value
PSC_CONNECTION_ID_FIELD_NUMBER
public static final int PSC_CONNECTION_ID_FIELD_NUMBER
Field Value
STATUS_FIELD_NUMBER
public static final int STATUS_FIELD_NUMBER
Field Value
Static Methods
getDefaultInstance()
public static ServiceAttachmentConnectedEndpoint getDefaultInstance()
Returns
getDescriptor()
public static final Descriptors.Descriptor getDescriptor()
Returns
newBuilder()
public static ServiceAttachmentConnectedEndpoint.Builder newBuilder()
Returns
newBuilder(ServiceAttachmentConnectedEndpoint prototype)
public static ServiceAttachmentConnectedEndpoint.Builder newBuilder(ServiceAttachmentConnectedEndpoint prototype)
Parameter
Returns
public static ServiceAttachmentConnectedEndpoint parseDelimitedFrom(InputStream input)
Parameter
Returns
Exceptions
public static ServiceAttachmentConnectedEndpoint parseDelimitedFrom(InputStream input, ExtensionRegistryLite extensionRegistry)
Parameters
Returns
Exceptions
parseFrom(byte[] data)
public static ServiceAttachmentConnectedEndpoint parseFrom(byte[] data)
Parameter
Name | Description |
data | byte[]
|
Returns
Exceptions
parseFrom(byte[] data, ExtensionRegistryLite extensionRegistry)
public static ServiceAttachmentConnectedEndpoint parseFrom(byte[] data, ExtensionRegistryLite extensionRegistry)
Parameters
Returns
Exceptions
parseFrom(ByteString data)
public static ServiceAttachmentConnectedEndpoint parseFrom(ByteString data)
Parameter
Returns
Exceptions
parseFrom(ByteString data, ExtensionRegistryLite extensionRegistry)
public static ServiceAttachmentConnectedEndpoint parseFrom(ByteString data, ExtensionRegistryLite extensionRegistry)
Parameters
Returns
Exceptions
public static ServiceAttachmentConnectedEndpoint parseFrom(CodedInputStream input)
Parameter
Returns
Exceptions
public static ServiceAttachmentConnectedEndpoint parseFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
Parameters
Returns
Exceptions
public static ServiceAttachmentConnectedEndpoint parseFrom(InputStream input)
Parameter
Returns
Exceptions
public static ServiceAttachmentConnectedEndpoint parseFrom(InputStream input, ExtensionRegistryLite extensionRegistry)
Parameters
Returns
Exceptions
parseFrom(ByteBuffer data)
public static ServiceAttachmentConnectedEndpoint parseFrom(ByteBuffer data)
Parameter
Returns
Exceptions
parseFrom(ByteBuffer data, ExtensionRegistryLite extensionRegistry)
public static ServiceAttachmentConnectedEndpoint parseFrom(ByteBuffer data, ExtensionRegistryLite extensionRegistry)
Parameters
Returns
Exceptions
parser()
public static Parser<ServiceAttachmentConnectedEndpoint> parser()
Returns
Methods
equals(Object obj)
public boolean equals(Object obj)
Parameter
Returns
Overrides
getDefaultInstanceForType()
public ServiceAttachmentConnectedEndpoint getDefaultInstanceForType()
Returns
getEndpoint()
public String getEndpoint()
The url of a connected endpoint.
optional string endpoint = 130489749;
Returns
Type | Description |
String | The endpoint.
|
getEndpointBytes()
public ByteString getEndpointBytes()
The url of a connected endpoint.
optional string endpoint = 130489749;
Returns
getParserForType()
public Parser<ServiceAttachmentConnectedEndpoint> getParserForType()
Returns
Overrides
getPscConnectionId()
public long getPscConnectionId()
The PSC connection id of the connected endpoint.
optional uint64 psc_connection_id = 292082397;
Returns
Type | Description |
long | The pscConnectionId.
|
getSerializedSize()
public int getSerializedSize()
Returns
Overrides
getStatus()
public String getStatus()
The status of a connected endpoint to this service attachment.
Check the Status enum for the list of possible values.
optional string status = 181260274;
Returns
Type | Description |
String | The status.
|
getStatusBytes()
public ByteString getStatusBytes()
The status of a connected endpoint to this service attachment.
Check the Status enum for the list of possible values.
optional string status = 181260274;
Returns
getUnknownFields()
public final UnknownFieldSet getUnknownFields()
Returns
Overrides
hasEndpoint()
public boolean hasEndpoint()
The url of a connected endpoint.
optional string endpoint = 130489749;
Returns
Type | Description |
boolean | Whether the endpoint field is set.
|
hasPscConnectionId()
public boolean hasPscConnectionId()
The PSC connection id of the connected endpoint.
optional uint64 psc_connection_id = 292082397;
Returns
Type | Description |
boolean | Whether the pscConnectionId field is set.
|
hasStatus()
public boolean hasStatus()
The status of a connected endpoint to this service attachment.
Check the Status enum for the list of possible values.
optional string status = 181260274;
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 ServiceAttachmentConnectedEndpoint.Builder newBuilderForType()
Returns
newBuilderForType(GeneratedMessageV3.BuilderParent parent)
protected ServiceAttachmentConnectedEndpoint.Builder newBuilderForType(GeneratedMessageV3.BuilderParent parent)
Parameter
Returns
Overrides
newInstance(GeneratedMessageV3.UnusedPrivateParameter unused)
protected Object newInstance(GeneratedMessageV3.UnusedPrivateParameter unused)
Parameter
Returns
Overrides
toBuilder()
public ServiceAttachmentConnectedEndpoint.Builder toBuilder()
Returns
writeTo(CodedOutputStream output)
public void writeTo(CodedOutputStream output)
Parameter
Overrides
Exceptions