Class AddressGroupServiceGrpc (0.77.0)

public final class AddressGroupServiceGrpc

AddressGroup is a resource that manages a collection of IP or Domain Names, it can be used in Firewall Policy to represent allow or deny traffic from all the IP or Domain Names from the Address Group.

Inheritance

java.lang.Object > AddressGroupServiceGrpc

Static Fields

SERVICE_NAME

public static final String SERVICE_NAME
Field Value
Type Description
String

Static Methods

bindService(AddressGroupServiceGrpc.AsyncService service)

public static final ServerServiceDefinition bindService(AddressGroupServiceGrpc.AsyncService service)
Parameter
Name Description
service AddressGroupServiceGrpc.AsyncService
Returns
Type Description
io.grpc.ServerServiceDefinition

getAddAddressGroupItemsMethod()

public static MethodDescriptor<AddAddressGroupItemsRequest,Operation> getAddAddressGroupItemsMethod()
Returns
Type Description
io.grpc.MethodDescriptor<AddAddressGroupItemsRequest,Operation>

getCloneAddressGroupItemsMethod()

public static MethodDescriptor<CloneAddressGroupItemsRequest,Operation> getCloneAddressGroupItemsMethod()
Returns
Type Description
io.grpc.MethodDescriptor<CloneAddressGroupItemsRequest,Operation>

getCreateAddressGroupMethod()

public static MethodDescriptor<CreateAddressGroupRequest,Operation> getCreateAddressGroupMethod()
Returns
Type Description
io.grpc.MethodDescriptor<CreateAddressGroupRequest,Operation>

getDeleteAddressGroupMethod()

public static MethodDescriptor<DeleteAddressGroupRequest,Operation> getDeleteAddressGroupMethod()
Returns
Type Description
io.grpc.MethodDescriptor<DeleteAddressGroupRequest,Operation>

getGetAddressGroupMethod()

public static MethodDescriptor<GetAddressGroupRequest,AddressGroup> getGetAddressGroupMethod()
Returns
Type Description
io.grpc.MethodDescriptor<GetAddressGroupRequest,AddressGroup>

getListAddressGroupReferencesMethod()

public static MethodDescriptor<ListAddressGroupReferencesRequest,ListAddressGroupReferencesResponse> getListAddressGroupReferencesMethod()
Returns
Type Description
io.grpc.MethodDescriptor<ListAddressGroupReferencesRequest,ListAddressGroupReferencesResponse>

getListAddressGroupsMethod()

public static MethodDescriptor<ListAddressGroupsRequest,ListAddressGroupsResponse> getListAddressGroupsMethod()
Returns
Type Description
io.grpc.MethodDescriptor<ListAddressGroupsRequest,ListAddressGroupsResponse>

getRemoveAddressGroupItemsMethod()

public static MethodDescriptor<RemoveAddressGroupItemsRequest,Operation> getRemoveAddressGroupItemsMethod()
Returns
Type Description
io.grpc.MethodDescriptor<RemoveAddressGroupItemsRequest,Operation>

getServiceDescriptor()

public static ServiceDescriptor getServiceDescriptor()
Returns
Type Description
io.grpc.ServiceDescriptor

getUpdateAddressGroupMethod()

public static MethodDescriptor<UpdateAddressGroupRequest,Operation> getUpdateAddressGroupMethod()
Returns
Type Description
io.grpc.MethodDescriptor<UpdateAddressGroupRequest,Operation>

newBlockingStub(Channel channel)

public static AddressGroupServiceGrpc.AddressGroupServiceBlockingStub newBlockingStub(Channel channel)

Creates a new blocking-style stub that supports unary and streaming output calls on the service

Parameter
Name Description
channel io.grpc.Channel
Returns
Type Description
AddressGroupServiceGrpc.AddressGroupServiceBlockingStub

newBlockingV2Stub(Channel channel)

public static AddressGroupServiceGrpc.AddressGroupServiceBlockingV2Stub newBlockingV2Stub(Channel channel)

Creates a new blocking-style stub that supports all types of calls on the service

Parameter
Name Description
channel io.grpc.Channel
Returns
Type Description
AddressGroupServiceGrpc.AddressGroupServiceBlockingV2Stub

newFutureStub(Channel channel)

public static AddressGroupServiceGrpc.AddressGroupServiceFutureStub newFutureStub(Channel channel)

Creates a new ListenableFuture-style stub that supports unary calls on the service

Parameter
Name Description
channel io.grpc.Channel
Returns
Type Description
AddressGroupServiceGrpc.AddressGroupServiceFutureStub

newStub(Channel channel)

public static AddressGroupServiceGrpc.AddressGroupServiceStub newStub(Channel channel)

Creates a new async stub that supports all call types for the service

Parameter
Name Description
channel io.grpc.Channel
Returns
Type Description
AddressGroupServiceGrpc.AddressGroupServiceStub