Uses of Class
com.google.cloud.compute.v1.GetRouteRequest
-
Packages that use GetRouteRequest Package Description com.google.cloud.compute.v1 The interfaces provided are listed below, along with usage samples.com.google.cloud.compute.v1.stub -
-
Uses of GetRouteRequest in com.google.cloud.compute.v1
Methods in com.google.cloud.compute.v1 that return GetRouteRequest Modifier and Type Method Description GetRouteRequest
GetRouteRequest.Builder. build()
GetRouteRequest
GetRouteRequest.Builder. buildPartial()
static GetRouteRequest
GetRouteRequest. getDefaultInstance()
GetRouteRequest
GetRouteRequest.Builder. getDefaultInstanceForType()
GetRouteRequest
GetRouteRequest. getDefaultInstanceForType()
static GetRouteRequest
GetRouteRequest. parseDelimitedFrom(InputStream input)
static GetRouteRequest
GetRouteRequest. parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static GetRouteRequest
GetRouteRequest. parseFrom(byte[] data)
static GetRouteRequest
GetRouteRequest. parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static GetRouteRequest
GetRouteRequest. parseFrom(com.google.protobuf.ByteString data)
static GetRouteRequest
GetRouteRequest. parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static GetRouteRequest
GetRouteRequest. parseFrom(com.google.protobuf.CodedInputStream input)
static GetRouteRequest
GetRouteRequest. parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static GetRouteRequest
GetRouteRequest. parseFrom(InputStream input)
static GetRouteRequest
GetRouteRequest. parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static GetRouteRequest
GetRouteRequest. parseFrom(ByteBuffer data)
static GetRouteRequest
GetRouteRequest. parseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
Methods in com.google.cloud.compute.v1 that return types with arguments of type GetRouteRequest Modifier and Type Method Description com.google.api.gax.rpc.UnaryCallable<GetRouteRequest,Route>
RoutesClient. getCallable()
Returns the specified Route resource.com.google.protobuf.Parser<GetRouteRequest>
GetRouteRequest. getParserForType()
com.google.api.gax.rpc.UnaryCallSettings.Builder<GetRouteRequest,Route>
RoutesSettings.Builder. getSettings()
Returns the builder for the settings used for calls to get.com.google.api.gax.rpc.UnaryCallSettings<GetRouteRequest,Route>
RoutesSettings. getSettings()
Returns the object with the settings used for calls to get.static com.google.protobuf.Parser<GetRouteRequest>
GetRouteRequest. parser()
Methods in com.google.cloud.compute.v1 with parameters of type GetRouteRequest Modifier and Type Method Description Route
RoutesClient. get(GetRouteRequest request)
Returns the specified Route resource.GetRouteRequest.Builder
GetRouteRequest.Builder. mergeFrom(GetRouteRequest other)
static GetRouteRequest.Builder
GetRouteRequest. newBuilder(GetRouteRequest prototype)
-
Uses of GetRouteRequest in com.google.cloud.compute.v1.stub
Methods in com.google.cloud.compute.v1.stub that return types with arguments of type GetRouteRequest Modifier and Type Method Description com.google.api.gax.rpc.UnaryCallable<GetRouteRequest,Route>
HttpJsonRoutesStub. getCallable()
com.google.api.gax.rpc.UnaryCallable<GetRouteRequest,Route>
RoutesStub. getCallable()
com.google.api.gax.rpc.UnaryCallSettings.Builder<GetRouteRequest,Route>
RoutesStubSettings.Builder. getSettings()
Returns the builder for the settings used for calls to get.com.google.api.gax.rpc.UnaryCallSettings<GetRouteRequest,Route>
RoutesStubSettings. getSettings()
Returns the object with the settings used for calls to get.
-