Class InternalRangeServiceGrpc.InternalRangeServiceFutureStub (1.71.0)

public static final class InternalRangeServiceGrpc.InternalRangeServiceFutureStub extends AbstractFutureStub<InternalRangeServiceGrpc.InternalRangeServiceFutureStub>

A stub to allow clients to do ListenableFuture-style rpc calls to service InternalRangeService.

The CLH-based service for internal range resources used to perform IPAM operations within a VPC network.

Inheritance

java.lang.Object > io.grpc.stub.AbstractStub > io.grpc.stub.AbstractFutureStub > InternalRangeServiceGrpc.InternalRangeServiceFutureStub

Methods

build(Channel channel, CallOptions callOptions)

protected InternalRangeServiceGrpc.InternalRangeServiceFutureStub build(Channel channel, CallOptions callOptions)
Parameters
Name Description
channel io.grpc.Channel
callOptions io.grpc.CallOptions
Returns
Type Description
InternalRangeServiceGrpc.InternalRangeServiceFutureStub
Overrides
io.grpc.stub.AbstractStub.build(io.grpc.Channel,io.grpc.CallOptions)

createInternalRange(CreateInternalRangeRequest request)

public ListenableFuture<Operation> createInternalRange(CreateInternalRangeRequest request)

Creates a new internal range in a given project and location.

Parameter
Name Description
request CreateInternalRangeRequest
Returns
Type Description
com.google.common.util.concurrent.ListenableFuture<Operation>

deleteInternalRange(DeleteInternalRangeRequest request)

public ListenableFuture<Operation> deleteInternalRange(DeleteInternalRangeRequest request)

Deletes a single internal range.

Parameter
Name Description
request DeleteInternalRangeRequest
Returns
Type Description
com.google.common.util.concurrent.ListenableFuture<Operation>

getInternalRange(GetInternalRangeRequest request)

public ListenableFuture<InternalRange> getInternalRange(GetInternalRangeRequest request)

Gets details of a single internal range.

Parameter
Name Description
request GetInternalRangeRequest
Returns
Type Description
com.google.common.util.concurrent.ListenableFuture<InternalRange>

listInternalRanges(ListInternalRangesRequest request)

public ListenableFuture<ListInternalRangesResponse> listInternalRanges(ListInternalRangesRequest request)

Lists internal ranges in a given project and location.

Parameter
Name Description
request ListInternalRangesRequest
Returns
Type Description
com.google.common.util.concurrent.ListenableFuture<ListInternalRangesResponse>

updateInternalRange(UpdateInternalRangeRequest request)

public ListenableFuture<Operation> updateInternalRange(UpdateInternalRangeRequest request)

Updates the parameters of a single internal range.

Parameter
Name Description
request UpdateInternalRangeRequest
Returns
Type Description
com.google.common.util.concurrent.ListenableFuture<Operation>