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