Class OrganizationsGrpc (1.43.0)

public final class OrganizationsGrpc

Allows users to manage their organization resources.

Inheritance

java.lang.Object > OrganizationsGrpc

Static Fields

SERVICE_NAME

public static final String SERVICE_NAME
Field Value
TypeDescription
String

Static Methods

bindService(OrganizationsGrpc.AsyncService service)

public static final ServerServiceDefinition bindService(OrganizationsGrpc.AsyncService service)
Parameter
NameDescription
serviceOrganizationsGrpc.AsyncService
Returns
TypeDescription
io.grpc.ServerServiceDefinition

getGetIamPolicyMethod()

public static MethodDescriptor<GetIamPolicyRequest,Policy> getGetIamPolicyMethod()
Returns
TypeDescription
io.grpc.MethodDescriptor<com.google.iam.v1.GetIamPolicyRequest,com.google.iam.v1.Policy>

getGetOrganizationMethod()

public static MethodDescriptor<GetOrganizationRequest,Organization> getGetOrganizationMethod()
Returns
TypeDescription
io.grpc.MethodDescriptor<GetOrganizationRequest,Organization>

getSearchOrganizationsMethod()

public static MethodDescriptor<SearchOrganizationsRequest,SearchOrganizationsResponse> getSearchOrganizationsMethod()
Returns
TypeDescription
io.grpc.MethodDescriptor<SearchOrganizationsRequest,SearchOrganizationsResponse>

getServiceDescriptor()

public static ServiceDescriptor getServiceDescriptor()
Returns
TypeDescription
io.grpc.ServiceDescriptor

getSetIamPolicyMethod()

public static MethodDescriptor<SetIamPolicyRequest,Policy> getSetIamPolicyMethod()
Returns
TypeDescription
io.grpc.MethodDescriptor<com.google.iam.v1.SetIamPolicyRequest,com.google.iam.v1.Policy>

getTestIamPermissionsMethod()

public static MethodDescriptor<TestIamPermissionsRequest,TestIamPermissionsResponse> getTestIamPermissionsMethod()
Returns
TypeDescription
io.grpc.MethodDescriptor<com.google.iam.v1.TestIamPermissionsRequest,com.google.iam.v1.TestIamPermissionsResponse>

newBlockingStub(Channel channel)

public static OrganizationsGrpc.OrganizationsBlockingStub newBlockingStub(Channel channel)

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

Parameter
NameDescription
channelio.grpc.Channel
Returns
TypeDescription
OrganizationsGrpc.OrganizationsBlockingStub

newFutureStub(Channel channel)

public static OrganizationsGrpc.OrganizationsFutureStub newFutureStub(Channel channel)

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

Parameter
NameDescription
channelio.grpc.Channel
Returns
TypeDescription
OrganizationsGrpc.OrganizationsFutureStub

newStub(Channel channel)

public static OrganizationsGrpc.OrganizationsStub newStub(Channel channel)

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

Parameter
NameDescription
channelio.grpc.Channel
Returns
TypeDescription
OrganizationsGrpc.OrganizationsStub