Uses of Class
com.google.cloud.apigeeconnect.v1.TetherEndpoint
-
Packages that use TetherEndpoint Package Description com.google.cloud.apigeeconnect.v1 A client to Apigee Connect API -
-
Uses of TetherEndpoint in com.google.cloud.apigeeconnect.v1
Methods in com.google.cloud.apigeeconnect.v1 that return TetherEndpoint Modifier and Type Method Description static TetherEndpoint
TetherEndpoint. forNumber(int value)
TetherEndpoint
EgressRequest.Builder. getEndpoint()
Tether Endpoint.TetherEndpoint
EgressRequest. getEndpoint()
Tether Endpoint.TetherEndpoint
EgressRequestOrBuilder. getEndpoint()
Tether Endpoint.TetherEndpoint
EgressResponse.Builder. getEndpoint()
Tether Endpoint.TetherEndpoint
EgressResponse. getEndpoint()
Tether Endpoint.TetherEndpoint
EgressResponseOrBuilder. getEndpoint()
Tether Endpoint.static TetherEndpoint
TetherEndpoint. valueOf(int value)
Deprecated.static TetherEndpoint
TetherEndpoint. valueOf(com.google.protobuf.Descriptors.EnumValueDescriptor desc)
Returns the enum constant of this type with the specified name.static TetherEndpoint
TetherEndpoint. valueOf(String name)
Returns the enum constant of this type with the specified name.static TetherEndpoint[]
TetherEndpoint. values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in com.google.cloud.apigeeconnect.v1 that return types with arguments of type TetherEndpoint Modifier and Type Method Description static com.google.protobuf.Internal.EnumLiteMap<TetherEndpoint>
TetherEndpoint. internalGetValueMap()
Methods in com.google.cloud.apigeeconnect.v1 with parameters of type TetherEndpoint Modifier and Type Method Description EgressRequest.Builder
EgressRequest.Builder. setEndpoint(TetherEndpoint value)
Tether Endpoint.EgressResponse.Builder
EgressResponse.Builder. setEndpoint(TetherEndpoint value)
Tether Endpoint.
-