Class OrganizationVpcFlowLogsServiceGrpc (1.69.0)

public final class OrganizationVpcFlowLogsServiceGrpc

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

Inheritance

java.lang.Object > OrganizationVpcFlowLogsServiceGrpc

Static Fields

SERVICE_NAME

public static final String SERVICE_NAME
Field Value
Type Description
String

Static Methods

bindService(OrganizationVpcFlowLogsServiceGrpc.AsyncService service)

public static final ServerServiceDefinition bindService(OrganizationVpcFlowLogsServiceGrpc.AsyncService service)
Parameter
Name Description
service OrganizationVpcFlowLogsServiceGrpc.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 OrganizationVpcFlowLogsServiceGrpc.OrganizationVpcFlowLogsServiceBlockingStub 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
OrganizationVpcFlowLogsServiceGrpc.OrganizationVpcFlowLogsServiceBlockingStub

newBlockingV2Stub(Channel channel)

public static OrganizationVpcFlowLogsServiceGrpc.OrganizationVpcFlowLogsServiceBlockingV2Stub 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
OrganizationVpcFlowLogsServiceGrpc.OrganizationVpcFlowLogsServiceBlockingV2Stub

newFutureStub(Channel channel)

public static OrganizationVpcFlowLogsServiceGrpc.OrganizationVpcFlowLogsServiceFutureStub 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
OrganizationVpcFlowLogsServiceGrpc.OrganizationVpcFlowLogsServiceFutureStub

newStub(Channel channel)

public static OrganizationVpcFlowLogsServiceGrpc.OrganizationVpcFlowLogsServiceStub 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
OrganizationVpcFlowLogsServiceGrpc.OrganizationVpcFlowLogsServiceStub