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 |
---|
Type | Description |
int | |
PSC_CONNECTION_ID_FIELD_NUMBER
public static final int PSC_CONNECTION_ID_FIELD_NUMBER
Field Value |
---|
Type | Description |
int | |
STATUS_FIELD_NUMBER
public static final int STATUS_FIELD_NUMBER
Field Value |
---|
Type | Description |
int | |
Static Methods
getDefaultInstance()
public static ServiceAttachmentConnectedEndpoint getDefaultInstance()
getDescriptor()
public static final Descriptors.Descriptor getDescriptor()
newBuilder()
public static ServiceAttachmentConnectedEndpoint.Builder newBuilder()
newBuilder(ServiceAttachmentConnectedEndpoint prototype)
public static ServiceAttachmentConnectedEndpoint.Builder newBuilder(ServiceAttachmentConnectedEndpoint prototype)
public static ServiceAttachmentConnectedEndpoint parseDelimitedFrom(InputStream input)
public static ServiceAttachmentConnectedEndpoint parseDelimitedFrom(InputStream input, ExtensionRegistryLite extensionRegistry)
parseFrom(byte[] data)
public static ServiceAttachmentConnectedEndpoint parseFrom(byte[] data)
Parameter |
---|
Name | Description |
data | byte[]
|
parseFrom(byte[] data, ExtensionRegistryLite extensionRegistry)
public static ServiceAttachmentConnectedEndpoint parseFrom(byte[] data, ExtensionRegistryLite extensionRegistry)
parseFrom(ByteString data)
public static ServiceAttachmentConnectedEndpoint parseFrom(ByteString data)
parseFrom(ByteString data, ExtensionRegistryLite extensionRegistry)
public static ServiceAttachmentConnectedEndpoint parseFrom(ByteString data, ExtensionRegistryLite extensionRegistry)
public static ServiceAttachmentConnectedEndpoint parseFrom(CodedInputStream input)
public static ServiceAttachmentConnectedEndpoint parseFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
public static ServiceAttachmentConnectedEndpoint parseFrom(InputStream input)
public static ServiceAttachmentConnectedEndpoint parseFrom(InputStream input, ExtensionRegistryLite extensionRegistry)
parseFrom(ByteBuffer data)
public static ServiceAttachmentConnectedEndpoint parseFrom(ByteBuffer data)
parseFrom(ByteBuffer data, ExtensionRegistryLite extensionRegistry)
public static ServiceAttachmentConnectedEndpoint parseFrom(ByteBuffer data, ExtensionRegistryLite extensionRegistry)
parser()
public static Parser<ServiceAttachmentConnectedEndpoint> parser()
Methods
equals(Object obj)
public boolean equals(Object obj)
Parameter |
---|
Name | Description |
obj | Object
|
Overrides
getDefaultInstanceForType()
public ServiceAttachmentConnectedEndpoint getDefaultInstanceForType()
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 |
---|
Type | Description |
ByteString | The bytes for endpoint.
|
getParserForType()
public Parser<ServiceAttachmentConnectedEndpoint> getParserForType()
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 |
---|
Type | Description |
int | |
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 |
---|
Type | Description |
ByteString | The bytes for status.
|
getUnknownFields()
public final UnknownFieldSet getUnknownFields()
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 |
---|
Type | Description |
int | |
Overrides
internalGetFieldAccessorTable()
protected GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()
Overrides
isInitialized()
public final boolean isInitialized()
Overrides
newBuilderForType()
public ServiceAttachmentConnectedEndpoint.Builder newBuilderForType()
newBuilderForType(GeneratedMessageV3.BuilderParent parent)
protected ServiceAttachmentConnectedEndpoint.Builder newBuilderForType(GeneratedMessageV3.BuilderParent parent)
Overrides
newInstance(GeneratedMessageV3.UnusedPrivateParameter unused)
protected Object newInstance(GeneratedMessageV3.UnusedPrivateParameter unused)
Overrides
toBuilder()
public ServiceAttachmentConnectedEndpoint.Builder toBuilder()
writeTo(CodedOutputStream output)
public void writeTo(CodedOutputStream output)
Overrides