| Modifier and Type | Method and Description |
|---|---|
Endpoint.Builder |
Endpoint.Builder.addRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field,
Object value) |
Endpoint.Builder |
Endpoint.Builder.clear() |
Endpoint.Builder |
Endpoint.Builder.clearCloudFunction()
A [Cloud function](https://cloud.google.com/functions).
|
Endpoint.Builder |
Endpoint.Builder.clearCloudSqlInstance()
A [Cloud SQL](https://cloud.google.com/sql) instance URI.
|
Endpoint.Builder |
Endpoint.Builder.clearField(com.google.protobuf.Descriptors.FieldDescriptor field) |
Endpoint.Builder |
Endpoint.Builder.clearGkeMasterCluster()
A cluster URI for [Google Kubernetes Engine
master](https://cloud.google.com/kubernetes-engine/docs/concepts/cluster-architecture).
|
Endpoint.Builder |
Endpoint.Builder.clearInstance()
A Compute Engine instance URI.
|
Endpoint.Builder |
Endpoint.Builder.clearIpAddress()
The IP address of the endpoint, which can be an external or internal IP.
|
Endpoint.Builder |
Endpoint.Builder.clearNetwork()
A Compute Engine network URI.
|
Endpoint.Builder |
Endpoint.Builder.clearNetworkType()
Type of the network where the endpoint is located.
|
Endpoint.Builder |
Endpoint.Builder.clearOneof(com.google.protobuf.Descriptors.OneofDescriptor oneof) |
Endpoint.Builder |
Endpoint.Builder.clearPort()
The IP protocol port of the endpoint.
|
Endpoint.Builder |
Endpoint.Builder.clearProjectId()
Project ID where the endpoint is located.
|
Endpoint.Builder |
Endpoint.Builder.clone() |
Endpoint.Builder |
ConnectivityTest.Builder.getDestinationBuilder()
Required.
|
Endpoint.Builder |
ConnectivityTest.Builder.getSourceBuilder()
Required.
|
Endpoint.Builder |
Endpoint.Builder.mergeCloudFunction(Endpoint.CloudFunctionEndpoint value)
A [Cloud function](https://cloud.google.com/functions).
|
Endpoint.Builder |
Endpoint.Builder.mergeFrom(com.google.protobuf.CodedInputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
Endpoint.Builder |
Endpoint.Builder.mergeFrom(Endpoint other) |
Endpoint.Builder |
Endpoint.Builder.mergeFrom(com.google.protobuf.Message other) |
Endpoint.Builder |
Endpoint.Builder.mergeUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields) |
static Endpoint.Builder |
Endpoint.newBuilder() |
static Endpoint.Builder |
Endpoint.newBuilder(Endpoint prototype) |
Endpoint.Builder |
Endpoint.newBuilderForType() |
protected Endpoint.Builder |
Endpoint.newBuilderForType(com.google.protobuf.GeneratedMessageV3.BuilderParent parent) |
Endpoint.Builder |
Endpoint.Builder.setCloudFunction(Endpoint.CloudFunctionEndpoint.Builder builderForValue)
A [Cloud function](https://cloud.google.com/functions).
|
Endpoint.Builder |
Endpoint.Builder.setCloudFunction(Endpoint.CloudFunctionEndpoint value)
A [Cloud function](https://cloud.google.com/functions).
|
Endpoint.Builder |
Endpoint.Builder.setCloudSqlInstance(String value)
A [Cloud SQL](https://cloud.google.com/sql) instance URI.
|
Endpoint.Builder |
Endpoint.Builder.setCloudSqlInstanceBytes(com.google.protobuf.ByteString value)
A [Cloud SQL](https://cloud.google.com/sql) instance URI.
|
Endpoint.Builder |
Endpoint.Builder.setField(com.google.protobuf.Descriptors.FieldDescriptor field,
Object value) |
Endpoint.Builder |
Endpoint.Builder.setGkeMasterCluster(String value)
A cluster URI for [Google Kubernetes Engine
master](https://cloud.google.com/kubernetes-engine/docs/concepts/cluster-architecture).
|
Endpoint.Builder |
Endpoint.Builder.setGkeMasterClusterBytes(com.google.protobuf.ByteString value)
A cluster URI for [Google Kubernetes Engine
master](https://cloud.google.com/kubernetes-engine/docs/concepts/cluster-architecture).
|
Endpoint.Builder |
Endpoint.Builder.setInstance(String value)
A Compute Engine instance URI.
|
Endpoint.Builder |
Endpoint.Builder.setInstanceBytes(com.google.protobuf.ByteString value)
A Compute Engine instance URI.
|
Endpoint.Builder |
Endpoint.Builder.setIpAddress(String value)
The IP address of the endpoint, which can be an external or internal IP.
|
Endpoint.Builder |
Endpoint.Builder.setIpAddressBytes(com.google.protobuf.ByteString value)
The IP address of the endpoint, which can be an external or internal IP.
|
Endpoint.Builder |
Endpoint.Builder.setNetwork(String value)
A Compute Engine network URI.
|
Endpoint.Builder |
Endpoint.Builder.setNetworkBytes(com.google.protobuf.ByteString value)
A Compute Engine network URI.
|
Endpoint.Builder |
Endpoint.Builder.setNetworkType(Endpoint.NetworkType value)
Type of the network where the endpoint is located.
|
Endpoint.Builder |
Endpoint.Builder.setNetworkTypeValue(int value)
Type of the network where the endpoint is located.
|
Endpoint.Builder |
Endpoint.Builder.setPort(int value)
The IP protocol port of the endpoint.
|
Endpoint.Builder |
Endpoint.Builder.setProjectId(String value)
Project ID where the endpoint is located.
|
Endpoint.Builder |
Endpoint.Builder.setProjectIdBytes(com.google.protobuf.ByteString value)
Project ID where the endpoint is located.
|
Endpoint.Builder |
Endpoint.Builder.setRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field,
int index,
Object value) |
Endpoint.Builder |
Endpoint.Builder.setUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields) |
Endpoint.Builder |
Endpoint.toBuilder() |
| Modifier and Type | Method and Description |
|---|---|
ConnectivityTest.Builder |
ConnectivityTest.Builder.setDestination(Endpoint.Builder builderForValue)
Required.
|
ConnectivityTest.Builder |
ConnectivityTest.Builder.setSource(Endpoint.Builder builderForValue)
Required.
|
Copyright © 2022 Google LLC. All rights reserved.