public final class ConnectivityTest extends GeneratedMessageV3 implements ConnectivityTestOrBuilder
A Connectivity Test for a network reachability analysis.
Protobuf type google.cloud.networkmanagement.v1.ConnectivityTest
Static Fields
CREATE_TIME_FIELD_NUMBER
public static final int CREATE_TIME_FIELD_NUMBER
Field Value
DESCRIPTION_FIELD_NUMBER
public static final int DESCRIPTION_FIELD_NUMBER
Field Value
DESTINATION_FIELD_NUMBER
public static final int DESTINATION_FIELD_NUMBER
Field Value
DISPLAY_NAME_FIELD_NUMBER
public static final int DISPLAY_NAME_FIELD_NUMBER
Field Value
LABELS_FIELD_NUMBER
public static final int LABELS_FIELD_NUMBER
Field Value
NAME_FIELD_NUMBER
public static final int NAME_FIELD_NUMBER
Field Value
PROTOCOL_FIELD_NUMBER
public static final int PROTOCOL_FIELD_NUMBER
Field Value
REACHABILITY_DETAILS_FIELD_NUMBER
public static final int REACHABILITY_DETAILS_FIELD_NUMBER
Field Value
public static final int RELATED_PROJECTS_FIELD_NUMBER
Field Value
SOURCE_FIELD_NUMBER
public static final int SOURCE_FIELD_NUMBER
Field Value
UPDATE_TIME_FIELD_NUMBER
public static final int UPDATE_TIME_FIELD_NUMBER
Field Value
Static Methods
getDefaultInstance()
public static ConnectivityTest getDefaultInstance()
Returns
getDescriptor()
public static final Descriptors.Descriptor getDescriptor()
Returns
newBuilder()
public static ConnectivityTest.Builder newBuilder()
Returns
newBuilder(ConnectivityTest prototype)
public static ConnectivityTest.Builder newBuilder(ConnectivityTest prototype)
Parameter
Returns
public static ConnectivityTest parseDelimitedFrom(InputStream input)
Parameter
Returns
Exceptions
public static ConnectivityTest parseDelimitedFrom(InputStream input, ExtensionRegistryLite extensionRegistry)
Parameters
Returns
Exceptions
parseFrom(byte[] data)
public static ConnectivityTest parseFrom(byte[] data)
Parameter
Name | Description |
data | byte[]
|
Returns
Exceptions
parseFrom(byte[] data, ExtensionRegistryLite extensionRegistry)
public static ConnectivityTest parseFrom(byte[] data, ExtensionRegistryLite extensionRegistry)
Parameters
Returns
Exceptions
parseFrom(ByteString data)
public static ConnectivityTest parseFrom(ByteString data)
Parameter
Returns
Exceptions
parseFrom(ByteString data, ExtensionRegistryLite extensionRegistry)
public static ConnectivityTest parseFrom(ByteString data, ExtensionRegistryLite extensionRegistry)
Parameters
Returns
Exceptions
public static ConnectivityTest parseFrom(CodedInputStream input)
Parameter
Returns
Exceptions
public static ConnectivityTest parseFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
Parameters
Returns
Exceptions
public static ConnectivityTest parseFrom(InputStream input)
Parameter
Returns
Exceptions
public static ConnectivityTest parseFrom(InputStream input, ExtensionRegistryLite extensionRegistry)
Parameters
Returns
Exceptions
parseFrom(ByteBuffer data)
public static ConnectivityTest parseFrom(ByteBuffer data)
Parameter
Returns
Exceptions
parseFrom(ByteBuffer data, ExtensionRegistryLite extensionRegistry)
public static ConnectivityTest parseFrom(ByteBuffer data, ExtensionRegistryLite extensionRegistry)
Parameters
Returns
Exceptions
parser()
public static Parser<ConnectivityTest> parser()
Returns
Methods
containsLabels(String key)
public boolean containsLabels(String key)
Resource labels to represent user-provided metadata.
map<string, string> labels = 8;
Parameter
Returns
equals(Object obj)
public boolean equals(Object obj)
Parameter
Returns
Overrides
getCreateTime()
public Timestamp getCreateTime()
Output only. The time the test was created.
.google.protobuf.Timestamp create_time = 10 [(.google.api.field_behavior) = OUTPUT_ONLY];
Returns
getCreateTimeOrBuilder()
public TimestampOrBuilder getCreateTimeOrBuilder()
Output only. The time the test was created.
.google.protobuf.Timestamp create_time = 10 [(.google.api.field_behavior) = OUTPUT_ONLY];
Returns
getDefaultInstanceForType()
public ConnectivityTest getDefaultInstanceForType()
Returns
getDescription()
public String getDescription()
The user-supplied description of the Connectivity Test.
Maximum of 512 characters.
string description = 2;
Returns
Type | Description |
String | The description.
|
getDescriptionBytes()
public ByteString getDescriptionBytes()
The user-supplied description of the Connectivity Test.
Maximum of 512 characters.
string description = 2;
Returns
Type | Description |
ByteString | The bytes for description.
|
getDestination()
public Endpoint getDestination()
Required. Destination specification of the Connectivity Test.
You can use a combination of destination IP address, Compute Engine
VM instance, or VPC network to uniquely identify the destination
location.
Even if the destination IP address is not unique, the source IP
location is unique. Usually, the analysis can infer the destination
endpoint from route information.
If the destination you specify is a VM instance and the instance has
multiple network interfaces, then you must also specify either
a destination IP address or VPC network to identify the destination
interface.
A reachability analysis proceeds even if the destination location is
ambiguous. However, the result can include endpoints that you don't
intend to test.
.google.cloud.networkmanagement.v1.Endpoint destination = 4 [(.google.api.field_behavior) = REQUIRED];
Returns
getDestinationOrBuilder()
public EndpointOrBuilder getDestinationOrBuilder()
Required. Destination specification of the Connectivity Test.
You can use a combination of destination IP address, Compute Engine
VM instance, or VPC network to uniquely identify the destination
location.
Even if the destination IP address is not unique, the source IP
location is unique. Usually, the analysis can infer the destination
endpoint from route information.
If the destination you specify is a VM instance and the instance has
multiple network interfaces, then you must also specify either
a destination IP address or VPC network to identify the destination
interface.
A reachability analysis proceeds even if the destination location is
ambiguous. However, the result can include endpoints that you don't
intend to test.
.google.cloud.networkmanagement.v1.Endpoint destination = 4 [(.google.api.field_behavior) = REQUIRED];
Returns
getDisplayName()
public String getDisplayName()
Output only. The display name of a Connectivity Test.
string display_name = 7 [(.google.api.field_behavior) = OUTPUT_ONLY];
Returns
Type | Description |
String | The displayName.
|
getDisplayNameBytes()
public ByteString getDisplayNameBytes()
Output only. The display name of a Connectivity Test.
string display_name = 7 [(.google.api.field_behavior) = OUTPUT_ONLY];
Returns
Type | Description |
ByteString | The bytes for displayName.
|
getLabels()
public Map<String,String> getLabels()
Returns
getLabelsCount()
public int getLabelsCount()
Resource labels to represent user-provided metadata.
map<string, string> labels = 8;
Returns
getLabelsMap()
public Map<String,String> getLabelsMap()
Resource labels to represent user-provided metadata.
map<string, string> labels = 8;
Returns
getLabelsOrDefault(String key, String defaultValue)
public String getLabelsOrDefault(String key, String defaultValue)
Resource labels to represent user-provided metadata.
map<string, string> labels = 8;
Parameters
Returns
getLabelsOrThrow(String key)
public String getLabelsOrThrow(String key)
Resource labels to represent user-provided metadata.
map<string, string> labels = 8;
Parameter
Returns
getName()
Required. Unique name of the resource using the form:
projects/{project_id}/locations/global/connectivityTests/{test_id}
string name = 1 [(.google.api.field_behavior) = REQUIRED];
Returns
Type | Description |
String | The name.
|
getNameBytes()
public ByteString getNameBytes()
Required. Unique name of the resource using the form:
projects/{project_id}/locations/global/connectivityTests/{test_id}
string name = 1 [(.google.api.field_behavior) = REQUIRED];
Returns
getParserForType()
public Parser<ConnectivityTest> getParserForType()
Returns
Overrides
getProtocol()
public String getProtocol()
IP Protocol of the test. When not provided, "TCP" is assumed.
string protocol = 5;
Returns
Type | Description |
String | The protocol.
|
getProtocolBytes()
public ByteString getProtocolBytes()
IP Protocol of the test. When not provided, "TCP" is assumed.
string protocol = 5;
Returns