Uses of Class
com.google.cloud.compute.v1.GetRouterRequest
-
Packages that use GetRouterRequest 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 GetRouterRequest in com.google.cloud.compute.v1
Methods in com.google.cloud.compute.v1 that return GetRouterRequest Modifier and Type Method Description GetRouterRequest
GetRouterRequest.Builder. build()
GetRouterRequest
GetRouterRequest.Builder. buildPartial()
static GetRouterRequest
GetRouterRequest. getDefaultInstance()
GetRouterRequest
GetRouterRequest.Builder. getDefaultInstanceForType()
GetRouterRequest
GetRouterRequest. getDefaultInstanceForType()
static GetRouterRequest
GetRouterRequest. parseDelimitedFrom(InputStream input)
static GetRouterRequest
GetRouterRequest. parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static GetRouterRequest
GetRouterRequest. parseFrom(byte[] data)
static GetRouterRequest
GetRouterRequest. parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static GetRouterRequest
GetRouterRequest. parseFrom(com.google.protobuf.ByteString data)
static GetRouterRequest
GetRouterRequest. parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static GetRouterRequest
GetRouterRequest. parseFrom(com.google.protobuf.CodedInputStream input)
static GetRouterRequest
GetRouterRequest. parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static GetRouterRequest
GetRouterRequest. parseFrom(InputStream input)
static GetRouterRequest
GetRouterRequest. parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static GetRouterRequest
GetRouterRequest. parseFrom(ByteBuffer data)
static GetRouterRequest
GetRouterRequest. parseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
Methods in com.google.cloud.compute.v1 that return types with arguments of type GetRouterRequest Modifier and Type Method Description com.google.api.gax.rpc.UnaryCallable<GetRouterRequest,Router>
RoutersClient. getCallable()
Returns the specified Router resource.com.google.protobuf.Parser<GetRouterRequest>
GetRouterRequest. getParserForType()
com.google.api.gax.rpc.UnaryCallSettings.Builder<GetRouterRequest,Router>
RoutersSettings.Builder. getSettings()
Returns the builder for the settings used for calls to get.com.google.api.gax.rpc.UnaryCallSettings<GetRouterRequest,Router>
RoutersSettings. getSettings()
Returns the object with the settings used for calls to get.static com.google.protobuf.Parser<GetRouterRequest>
GetRouterRequest. parser()
Methods in com.google.cloud.compute.v1 with parameters of type GetRouterRequest Modifier and Type Method Description Router
RoutersClient. get(GetRouterRequest request)
Returns the specified Router resource.GetRouterRequest.Builder
GetRouterRequest.Builder. mergeFrom(GetRouterRequest other)
static GetRouterRequest.Builder
GetRouterRequest. newBuilder(GetRouterRequest prototype)
-
Uses of GetRouterRequest in com.google.cloud.compute.v1.stub
Methods in com.google.cloud.compute.v1.stub that return types with arguments of type GetRouterRequest Modifier and Type Method Description com.google.api.gax.rpc.UnaryCallable<GetRouterRequest,Router>
HttpJsonRoutersStub. getCallable()
com.google.api.gax.rpc.UnaryCallable<GetRouterRequest,Router>
RoutersStub. getCallable()
com.google.api.gax.rpc.UnaryCallSettings.Builder<GetRouterRequest,Router>
RoutersStubSettings.Builder. getSettings()
Returns the builder for the settings used for calls to get.com.google.api.gax.rpc.UnaryCallSettings<GetRouterRequest,Router>
RoutersStubSettings. getSettings()
Returns the object with the settings used for calls to get.
-