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 GetRouteRequestGetRouteRequest.Builder. build()GetRouteRequestGetRouteRequest.Builder. buildPartial()static GetRouteRequestGetRouteRequest. getDefaultInstance()GetRouteRequestGetRouteRequest.Builder. getDefaultInstanceForType()GetRouteRequestGetRouteRequest. getDefaultInstanceForType()static GetRouteRequestGetRouteRequest. parseDelimitedFrom(InputStream input)static GetRouteRequestGetRouteRequest. parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static GetRouteRequestGetRouteRequest. parseFrom(byte[] data)static GetRouteRequestGetRouteRequest. parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static GetRouteRequestGetRouteRequest. parseFrom(com.google.protobuf.ByteString data)static GetRouteRequestGetRouteRequest. parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static GetRouteRequestGetRouteRequest. parseFrom(com.google.protobuf.CodedInputStream input)static GetRouteRequestGetRouteRequest. parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static GetRouteRequestGetRouteRequest. parseFrom(InputStream input)static GetRouteRequestGetRouteRequest. parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static GetRouteRequestGetRouteRequest. parseFrom(ByteBuffer data)static GetRouteRequestGetRouteRequest. 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 RouteRoutesClient. get(GetRouteRequest request)Returns the specified Route resource.GetRouteRequest.BuilderGetRouteRequest.Builder. mergeFrom(GetRouteRequest other)static GetRouteRequest.BuilderGetRouteRequest. 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.
-