@Generated(value="by gRPC proto compiler", comments="Source: google/cloud/resourcemanager/v3/organizations.proto") public final class OrganizationsGrpc extends Object
Allows users to manage their organization resources.
Modifier and Type | Class and Description |
---|---|
static class |
OrganizationsGrpc.OrganizationsBlockingStub
Allows users to manage their organization resources.
|
static class |
OrganizationsGrpc.OrganizationsFutureStub
Allows users to manage their organization resources.
|
static class |
OrganizationsGrpc.OrganizationsImplBase
Allows users to manage their organization resources.
|
static class |
OrganizationsGrpc.OrganizationsStub
Allows users to manage their organization resources.
|
Modifier and Type | Field and Description |
---|---|
static String |
SERVICE_NAME |
Modifier and Type | Method and Description |
---|---|
static MethodDescriptor<com.google.iam.v1.GetIamPolicyRequest,com.google.iam.v1.Policy> |
getGetIamPolicyMethod() |
static MethodDescriptor<GetOrganizationRequest,Organization> |
getGetOrganizationMethod() |
static MethodDescriptor<SearchOrganizationsRequest,SearchOrganizationsResponse> |
getSearchOrganizationsMethod() |
static ServiceDescriptor |
getServiceDescriptor() |
static MethodDescriptor<com.google.iam.v1.SetIamPolicyRequest,com.google.iam.v1.Policy> |
getSetIamPolicyMethod() |
static MethodDescriptor<com.google.iam.v1.TestIamPermissionsRequest,com.google.iam.v1.TestIamPermissionsResponse> |
getTestIamPermissionsMethod() |
static OrganizationsGrpc.OrganizationsBlockingStub |
newBlockingStub(Channel channel)
Creates a new blocking-style stub that supports unary and streaming output calls on the service
|
static OrganizationsGrpc.OrganizationsFutureStub |
newFutureStub(Channel channel)
Creates a new ListenableFuture-style stub that supports unary calls on the service
|
static OrganizationsGrpc.OrganizationsStub |
newStub(Channel channel)
Creates a new async stub that supports all call types for the service
|
public static final String SERVICE_NAME
public static MethodDescriptor<GetOrganizationRequest,Organization> getGetOrganizationMethod()
public static MethodDescriptor<SearchOrganizationsRequest,SearchOrganizationsResponse> getSearchOrganizationsMethod()
public static MethodDescriptor<com.google.iam.v1.GetIamPolicyRequest,com.google.iam.v1.Policy> getGetIamPolicyMethod()
public static MethodDescriptor<com.google.iam.v1.SetIamPolicyRequest,com.google.iam.v1.Policy> getSetIamPolicyMethod()
public static MethodDescriptor<com.google.iam.v1.TestIamPermissionsRequest,com.google.iam.v1.TestIamPermissionsResponse> getTestIamPermissionsMethod()
public static OrganizationsGrpc.OrganizationsStub newStub(Channel channel)
public static OrganizationsGrpc.OrganizationsBlockingStub newBlockingStub(Channel channel)
public static OrganizationsGrpc.OrganizationsFutureStub newFutureStub(Channel channel)
public static ServiceDescriptor getServiceDescriptor()
Copyright © 2022 Google LLC. All rights reserved.