Class InternalRangeServiceGrpc.InternalRangeServiceBlockingStub (1.69.0)

public static final class InternalRangeServiceGrpc.InternalRangeServiceBlockingStub extends AbstractBlockingStub<InternalRangeServiceGrpc.InternalRangeServiceBlockingStub>

A stub to allow clients to do limited synchronous 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.AbstractBlockingStub > InternalRangeServiceGrpc.InternalRangeServiceBlockingStub

Methods

build(Channel channel, CallOptions callOptions)

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

createInternalRange(CreateInternalRangeRequest request)

public Operation createInternalRange(CreateInternalRangeRequest request)

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

Parameter
Name Description
request CreateInternalRangeRequest
Returns
Type Description
Operation

deleteInternalRange(DeleteInternalRangeRequest request)

public Operation deleteInternalRange(DeleteInternalRangeRequest request)

Deletes a single internal range.

Parameter
Name Description
request DeleteInternalRangeRequest
Returns
Type Description
Operation

getInternalRange(GetInternalRangeRequest request)

public InternalRange getInternalRange(GetInternalRangeRequest request)

Gets details of a single internal range.

Parameter
Name Description
request GetInternalRangeRequest
Returns
Type Description
InternalRange

listInternalRanges(ListInternalRangesRequest request)

public ListInternalRangesResponse listInternalRanges(ListInternalRangesRequest request)

Lists internal ranges in a given project and location.

Parameter
Name Description
request ListInternalRangesRequest
Returns
Type Description
ListInternalRangesResponse

updateInternalRange(UpdateInternalRangeRequest request)

public Operation updateInternalRange(UpdateInternalRangeRequest request)

Updates the parameters of a single internal range.

Parameter
Name Description
request UpdateInternalRangeRequest
Returns
Type Description
Operation