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