public static interface Destination.DestinationEndpointOrBuilder extends MessageOrBuilderImplements
MessageOrBuilderMethods
getAsn()
public abstract long getAsn()Required. The ASN of the remote IP prefix.
int64 asn = 1 [(.google.api.field_behavior) = REQUIRED];
| Returns | |
|---|---|
| Type | Description |
long |
The asn. |
getCsp()
public abstract String getCsp()Required. The CSP of the remote IP prefix.
string csp = 2 [(.google.api.field_behavior) = REQUIRED];
| Returns | |
|---|---|
| Type | Description |
String |
The csp. |
getCspBytes()
public abstract ByteString getCspBytes()Required. The CSP of the remote IP prefix.
string csp = 2 [(.google.api.field_behavior) = REQUIRED];
| Returns | |
|---|---|
| Type | Description |
ByteString |
The bytes for csp. |
getState()
public abstract Destination.DestinationEndpoint.State getState() Output only. The state of the DestinationEndpoint resource.
.google.cloud.networkconnectivity.v1.Destination.DestinationEndpoint.State state = 3 [(.google.api.field_behavior) = OUTPUT_ONLY];
| Returns | |
|---|---|
| Type | Description |
Destination.DestinationEndpoint.State |
The state. |
getStateValue()
public abstract int getStateValue() Output only. The state of the DestinationEndpoint resource.
.google.cloud.networkconnectivity.v1.Destination.DestinationEndpoint.State state = 3 [(.google.api.field_behavior) = OUTPUT_ONLY];
| Returns | |
|---|---|
| Type | Description |
int |
The enum numeric value on the wire for state. |
getUpdateTime()
public abstract Timestamp getUpdateTime() Output only. Time when the DestinationEndpoint resource was updated.
.google.protobuf.Timestamp update_time = 4 [(.google.api.field_behavior) = OUTPUT_ONLY];
| Returns | |
|---|---|
| Type | Description |
Timestamp |
The updateTime. |
getUpdateTimeOrBuilder()
public abstract TimestampOrBuilder getUpdateTimeOrBuilder() Output only. Time when the DestinationEndpoint resource was updated.
.google.protobuf.Timestamp update_time = 4 [(.google.api.field_behavior) = OUTPUT_ONLY];
| Returns | |
|---|---|
| Type | Description |
TimestampOrBuilder |
|
hasUpdateTime()
public abstract boolean hasUpdateTime() Output only. Time when the DestinationEndpoint resource was updated.
.google.protobuf.Timestamp update_time = 4 [(.google.api.field_behavior) = OUTPUT_ONLY];
| Returns | |
|---|---|
| Type | Description |
boolean |
Whether the updateTime field is set. |