Class VpcFlowLogsServiceGrpc (1.50.0)

public final class VpcFlowLogsServiceGrpc

The VPC Flow Logs service in the Google Cloud Network Management API provides configurations that generate Flow Logs. The service and the configuration resources created using this service are global.

Inheritance

java.lang.Object > VpcFlowLogsServiceGrpc

Static Fields

SERVICE_NAME

public static final String SERVICE_NAME
Field Value
Type Description
String

Static Methods

bindService(VpcFlowLogsServiceGrpc.AsyncService service)

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

getCreateVpcFlowLogsConfigMethod()

public static MethodDescriptor<CreateVpcFlowLogsConfigRequest,Operation> getCreateVpcFlowLogsConfigMethod()
Returns
Type Description
io.grpc.MethodDescriptor<CreateVpcFlowLogsConfigRequest,Operation>

getDeleteVpcFlowLogsConfigMethod()

public static MethodDescriptor<DeleteVpcFlowLogsConfigRequest,Operation> getDeleteVpcFlowLogsConfigMethod()
Returns
Type Description
io.grpc.MethodDescriptor<DeleteVpcFlowLogsConfigRequest,Operation>

getGetVpcFlowLogsConfigMethod()

public static MethodDescriptor<GetVpcFlowLogsConfigRequest,VpcFlowLogsConfig> getGetVpcFlowLogsConfigMethod()
Returns
Type Description
io.grpc.MethodDescriptor<GetVpcFlowLogsConfigRequest,VpcFlowLogsConfig>

getListVpcFlowLogsConfigsMethod()

public static MethodDescriptor<ListVpcFlowLogsConfigsRequest,ListVpcFlowLogsConfigsResponse> getListVpcFlowLogsConfigsMethod()
Returns
Type Description
io.grpc.MethodDescriptor<ListVpcFlowLogsConfigsRequest,ListVpcFlowLogsConfigsResponse>

getServiceDescriptor()

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

getUpdateVpcFlowLogsConfigMethod()

public static MethodDescriptor<UpdateVpcFlowLogsConfigRequest,Operation> getUpdateVpcFlowLogsConfigMethod()
Returns
Type Description
io.grpc.MethodDescriptor<UpdateVpcFlowLogsConfigRequest,Operation>

newBlockingStub(Channel channel)

public static VpcFlowLogsServiceGrpc.VpcFlowLogsServiceBlockingStub 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
VpcFlowLogsServiceGrpc.VpcFlowLogsServiceBlockingStub

newFutureStub(Channel channel)

public static VpcFlowLogsServiceGrpc.VpcFlowLogsServiceFutureStub 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
VpcFlowLogsServiceGrpc.VpcFlowLogsServiceFutureStub

newStub(Channel channel)

public static VpcFlowLogsServiceGrpc.VpcFlowLogsServiceStub 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
VpcFlowLogsServiceGrpc.VpcFlowLogsServiceStub