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