yandex.cloud.api.organizationmanager.v1.GroupServiceGrpc Maven / Gradle / Ivy
package yandex.cloud.api.organizationmanager.v1;
import static io.grpc.MethodDescriptor.generateFullMethodName;
/**
*
* A set of methods for managing groups.
*
*/
@javax.annotation.Generated(
value = "by gRPC proto compiler (version 1.43.2)",
comments = "Source: yandex/cloud/organizationmanager/v1/group_service.proto")
@io.grpc.stub.annotations.GrpcGenerated
public final class GroupServiceGrpc {
private GroupServiceGrpc() {}
public static final String SERVICE_NAME = "yandex.cloud.organizationmanager.v1.GroupService";
// Static method descriptors that strictly reflect the proto.
private static volatile io.grpc.MethodDescriptor getGetMethod;
@io.grpc.stub.annotations.RpcMethod(
fullMethodName = SERVICE_NAME + '/' + "Get",
requestType = yandex.cloud.api.organizationmanager.v1.GroupServiceOuterClass.GetGroupRequest.class,
responseType = yandex.cloud.api.organizationmanager.v1.GroupOuterClass.Group.class,
methodType = io.grpc.MethodDescriptor.MethodType.UNARY)
public static io.grpc.MethodDescriptor getGetMethod() {
io.grpc.MethodDescriptor getGetMethod;
if ((getGetMethod = GroupServiceGrpc.getGetMethod) == null) {
synchronized (GroupServiceGrpc.class) {
if ((getGetMethod = GroupServiceGrpc.getGetMethod) == null) {
GroupServiceGrpc.getGetMethod = getGetMethod =
io.grpc.MethodDescriptor.newBuilder()
.setType(io.grpc.MethodDescriptor.MethodType.UNARY)
.setFullMethodName(generateFullMethodName(SERVICE_NAME, "Get"))
.setSampledToLocalTracing(true)
.setRequestMarshaller(io.grpc.protobuf.ProtoUtils.marshaller(
yandex.cloud.api.organizationmanager.v1.GroupServiceOuterClass.GetGroupRequest.getDefaultInstance()))
.setResponseMarshaller(io.grpc.protobuf.ProtoUtils.marshaller(
yandex.cloud.api.organizationmanager.v1.GroupOuterClass.Group.getDefaultInstance()))
.setSchemaDescriptor(new GroupServiceMethodDescriptorSupplier("Get"))
.build();
}
}
}
return getGetMethod;
}
private static volatile io.grpc.MethodDescriptor getListMethod;
@io.grpc.stub.annotations.RpcMethod(
fullMethodName = SERVICE_NAME + '/' + "List",
requestType = yandex.cloud.api.organizationmanager.v1.GroupServiceOuterClass.ListGroupsRequest.class,
responseType = yandex.cloud.api.organizationmanager.v1.GroupServiceOuterClass.ListGroupsResponse.class,
methodType = io.grpc.MethodDescriptor.MethodType.UNARY)
public static io.grpc.MethodDescriptor getListMethod() {
io.grpc.MethodDescriptor getListMethod;
if ((getListMethod = GroupServiceGrpc.getListMethod) == null) {
synchronized (GroupServiceGrpc.class) {
if ((getListMethod = GroupServiceGrpc.getListMethod) == null) {
GroupServiceGrpc.getListMethod = getListMethod =
io.grpc.MethodDescriptor.newBuilder()
.setType(io.grpc.MethodDescriptor.MethodType.UNARY)
.setFullMethodName(generateFullMethodName(SERVICE_NAME, "List"))
.setSampledToLocalTracing(true)
.setRequestMarshaller(io.grpc.protobuf.ProtoUtils.marshaller(
yandex.cloud.api.organizationmanager.v1.GroupServiceOuterClass.ListGroupsRequest.getDefaultInstance()))
.setResponseMarshaller(io.grpc.protobuf.ProtoUtils.marshaller(
yandex.cloud.api.organizationmanager.v1.GroupServiceOuterClass.ListGroupsResponse.getDefaultInstance()))
.setSchemaDescriptor(new GroupServiceMethodDescriptorSupplier("List"))
.build();
}
}
}
return getListMethod;
}
private static volatile io.grpc.MethodDescriptor getCreateMethod;
@io.grpc.stub.annotations.RpcMethod(
fullMethodName = SERVICE_NAME + '/' + "Create",
requestType = yandex.cloud.api.organizationmanager.v1.GroupServiceOuterClass.CreateGroupRequest.class,
responseType = yandex.cloud.api.operation.OperationOuterClass.Operation.class,
methodType = io.grpc.MethodDescriptor.MethodType.UNARY)
public static io.grpc.MethodDescriptor getCreateMethod() {
io.grpc.MethodDescriptor getCreateMethod;
if ((getCreateMethod = GroupServiceGrpc.getCreateMethod) == null) {
synchronized (GroupServiceGrpc.class) {
if ((getCreateMethod = GroupServiceGrpc.getCreateMethod) == null) {
GroupServiceGrpc.getCreateMethod = getCreateMethod =
io.grpc.MethodDescriptor.newBuilder()
.setType(io.grpc.MethodDescriptor.MethodType.UNARY)
.setFullMethodName(generateFullMethodName(SERVICE_NAME, "Create"))
.setSampledToLocalTracing(true)
.setRequestMarshaller(io.grpc.protobuf.ProtoUtils.marshaller(
yandex.cloud.api.organizationmanager.v1.GroupServiceOuterClass.CreateGroupRequest.getDefaultInstance()))
.setResponseMarshaller(io.grpc.protobuf.ProtoUtils.marshaller(
yandex.cloud.api.operation.OperationOuterClass.Operation.getDefaultInstance()))
.setSchemaDescriptor(new GroupServiceMethodDescriptorSupplier("Create"))
.build();
}
}
}
return getCreateMethod;
}
private static volatile io.grpc.MethodDescriptor getUpdateMethod;
@io.grpc.stub.annotations.RpcMethod(
fullMethodName = SERVICE_NAME + '/' + "Update",
requestType = yandex.cloud.api.organizationmanager.v1.GroupServiceOuterClass.UpdateGroupRequest.class,
responseType = yandex.cloud.api.operation.OperationOuterClass.Operation.class,
methodType = io.grpc.MethodDescriptor.MethodType.UNARY)
public static io.grpc.MethodDescriptor getUpdateMethod() {
io.grpc.MethodDescriptor getUpdateMethod;
if ((getUpdateMethod = GroupServiceGrpc.getUpdateMethod) == null) {
synchronized (GroupServiceGrpc.class) {
if ((getUpdateMethod = GroupServiceGrpc.getUpdateMethod) == null) {
GroupServiceGrpc.getUpdateMethod = getUpdateMethod =
io.grpc.MethodDescriptor.newBuilder()
.setType(io.grpc.MethodDescriptor.MethodType.UNARY)
.setFullMethodName(generateFullMethodName(SERVICE_NAME, "Update"))
.setSampledToLocalTracing(true)
.setRequestMarshaller(io.grpc.protobuf.ProtoUtils.marshaller(
yandex.cloud.api.organizationmanager.v1.GroupServiceOuterClass.UpdateGroupRequest.getDefaultInstance()))
.setResponseMarshaller(io.grpc.protobuf.ProtoUtils.marshaller(
yandex.cloud.api.operation.OperationOuterClass.Operation.getDefaultInstance()))
.setSchemaDescriptor(new GroupServiceMethodDescriptorSupplier("Update"))
.build();
}
}
}
return getUpdateMethod;
}
private static volatile io.grpc.MethodDescriptor getDeleteMethod;
@io.grpc.stub.annotations.RpcMethod(
fullMethodName = SERVICE_NAME + '/' + "Delete",
requestType = yandex.cloud.api.organizationmanager.v1.GroupServiceOuterClass.DeleteGroupRequest.class,
responseType = yandex.cloud.api.operation.OperationOuterClass.Operation.class,
methodType = io.grpc.MethodDescriptor.MethodType.UNARY)
public static io.grpc.MethodDescriptor getDeleteMethod() {
io.grpc.MethodDescriptor getDeleteMethod;
if ((getDeleteMethod = GroupServiceGrpc.getDeleteMethod) == null) {
synchronized (GroupServiceGrpc.class) {
if ((getDeleteMethod = GroupServiceGrpc.getDeleteMethod) == null) {
GroupServiceGrpc.getDeleteMethod = getDeleteMethod =
io.grpc.MethodDescriptor.newBuilder()
.setType(io.grpc.MethodDescriptor.MethodType.UNARY)
.setFullMethodName(generateFullMethodName(SERVICE_NAME, "Delete"))
.setSampledToLocalTracing(true)
.setRequestMarshaller(io.grpc.protobuf.ProtoUtils.marshaller(
yandex.cloud.api.organizationmanager.v1.GroupServiceOuterClass.DeleteGroupRequest.getDefaultInstance()))
.setResponseMarshaller(io.grpc.protobuf.ProtoUtils.marshaller(
yandex.cloud.api.operation.OperationOuterClass.Operation.getDefaultInstance()))
.setSchemaDescriptor(new GroupServiceMethodDescriptorSupplier("Delete"))
.build();
}
}
}
return getDeleteMethod;
}
private static volatile io.grpc.MethodDescriptor getListOperationsMethod;
@io.grpc.stub.annotations.RpcMethod(
fullMethodName = SERVICE_NAME + '/' + "ListOperations",
requestType = yandex.cloud.api.organizationmanager.v1.GroupServiceOuterClass.ListGroupOperationsRequest.class,
responseType = yandex.cloud.api.organizationmanager.v1.GroupServiceOuterClass.ListGroupOperationsResponse.class,
methodType = io.grpc.MethodDescriptor.MethodType.UNARY)
public static io.grpc.MethodDescriptor getListOperationsMethod() {
io.grpc.MethodDescriptor getListOperationsMethod;
if ((getListOperationsMethod = GroupServiceGrpc.getListOperationsMethod) == null) {
synchronized (GroupServiceGrpc.class) {
if ((getListOperationsMethod = GroupServiceGrpc.getListOperationsMethod) == null) {
GroupServiceGrpc.getListOperationsMethod = getListOperationsMethod =
io.grpc.MethodDescriptor.newBuilder()
.setType(io.grpc.MethodDescriptor.MethodType.UNARY)
.setFullMethodName(generateFullMethodName(SERVICE_NAME, "ListOperations"))
.setSampledToLocalTracing(true)
.setRequestMarshaller(io.grpc.protobuf.ProtoUtils.marshaller(
yandex.cloud.api.organizationmanager.v1.GroupServiceOuterClass.ListGroupOperationsRequest.getDefaultInstance()))
.setResponseMarshaller(io.grpc.protobuf.ProtoUtils.marshaller(
yandex.cloud.api.organizationmanager.v1.GroupServiceOuterClass.ListGroupOperationsResponse.getDefaultInstance()))
.setSchemaDescriptor(new GroupServiceMethodDescriptorSupplier("ListOperations"))
.build();
}
}
}
return getListOperationsMethod;
}
private static volatile io.grpc.MethodDescriptor getListMembersMethod;
@io.grpc.stub.annotations.RpcMethod(
fullMethodName = SERVICE_NAME + '/' + "ListMembers",
requestType = yandex.cloud.api.organizationmanager.v1.GroupServiceOuterClass.ListGroupMembersRequest.class,
responseType = yandex.cloud.api.organizationmanager.v1.GroupServiceOuterClass.ListGroupMembersResponse.class,
methodType = io.grpc.MethodDescriptor.MethodType.UNARY)
public static io.grpc.MethodDescriptor getListMembersMethod() {
io.grpc.MethodDescriptor getListMembersMethod;
if ((getListMembersMethod = GroupServiceGrpc.getListMembersMethod) == null) {
synchronized (GroupServiceGrpc.class) {
if ((getListMembersMethod = GroupServiceGrpc.getListMembersMethod) == null) {
GroupServiceGrpc.getListMembersMethod = getListMembersMethod =
io.grpc.MethodDescriptor.newBuilder()
.setType(io.grpc.MethodDescriptor.MethodType.UNARY)
.setFullMethodName(generateFullMethodName(SERVICE_NAME, "ListMembers"))
.setSampledToLocalTracing(true)
.setRequestMarshaller(io.grpc.protobuf.ProtoUtils.marshaller(
yandex.cloud.api.organizationmanager.v1.GroupServiceOuterClass.ListGroupMembersRequest.getDefaultInstance()))
.setResponseMarshaller(io.grpc.protobuf.ProtoUtils.marshaller(
yandex.cloud.api.organizationmanager.v1.GroupServiceOuterClass.ListGroupMembersResponse.getDefaultInstance()))
.setSchemaDescriptor(new GroupServiceMethodDescriptorSupplier("ListMembers"))
.build();
}
}
}
return getListMembersMethod;
}
private static volatile io.grpc.MethodDescriptor getUpdateMembersMethod;
@io.grpc.stub.annotations.RpcMethod(
fullMethodName = SERVICE_NAME + '/' + "UpdateMembers",
requestType = yandex.cloud.api.organizationmanager.v1.GroupServiceOuterClass.UpdateGroupMembersRequest.class,
responseType = yandex.cloud.api.operation.OperationOuterClass.Operation.class,
methodType = io.grpc.MethodDescriptor.MethodType.UNARY)
public static io.grpc.MethodDescriptor getUpdateMembersMethod() {
io.grpc.MethodDescriptor getUpdateMembersMethod;
if ((getUpdateMembersMethod = GroupServiceGrpc.getUpdateMembersMethod) == null) {
synchronized (GroupServiceGrpc.class) {
if ((getUpdateMembersMethod = GroupServiceGrpc.getUpdateMembersMethod) == null) {
GroupServiceGrpc.getUpdateMembersMethod = getUpdateMembersMethod =
io.grpc.MethodDescriptor.newBuilder()
.setType(io.grpc.MethodDescriptor.MethodType.UNARY)
.setFullMethodName(generateFullMethodName(SERVICE_NAME, "UpdateMembers"))
.setSampledToLocalTracing(true)
.setRequestMarshaller(io.grpc.protobuf.ProtoUtils.marshaller(
yandex.cloud.api.organizationmanager.v1.GroupServiceOuterClass.UpdateGroupMembersRequest.getDefaultInstance()))
.setResponseMarshaller(io.grpc.protobuf.ProtoUtils.marshaller(
yandex.cloud.api.operation.OperationOuterClass.Operation.getDefaultInstance()))
.setSchemaDescriptor(new GroupServiceMethodDescriptorSupplier("UpdateMembers"))
.build();
}
}
}
return getUpdateMembersMethod;
}
private static volatile io.grpc.MethodDescriptor getListAccessBindingsMethod;
@io.grpc.stub.annotations.RpcMethod(
fullMethodName = SERVICE_NAME + '/' + "ListAccessBindings",
requestType = yandex.cloud.api.access.Access.ListAccessBindingsRequest.class,
responseType = yandex.cloud.api.access.Access.ListAccessBindingsResponse.class,
methodType = io.grpc.MethodDescriptor.MethodType.UNARY)
public static io.grpc.MethodDescriptor getListAccessBindingsMethod() {
io.grpc.MethodDescriptor getListAccessBindingsMethod;
if ((getListAccessBindingsMethod = GroupServiceGrpc.getListAccessBindingsMethod) == null) {
synchronized (GroupServiceGrpc.class) {
if ((getListAccessBindingsMethod = GroupServiceGrpc.getListAccessBindingsMethod) == null) {
GroupServiceGrpc.getListAccessBindingsMethod = getListAccessBindingsMethod =
io.grpc.MethodDescriptor.newBuilder()
.setType(io.grpc.MethodDescriptor.MethodType.UNARY)
.setFullMethodName(generateFullMethodName(SERVICE_NAME, "ListAccessBindings"))
.setSampledToLocalTracing(true)
.setRequestMarshaller(io.grpc.protobuf.ProtoUtils.marshaller(
yandex.cloud.api.access.Access.ListAccessBindingsRequest.getDefaultInstance()))
.setResponseMarshaller(io.grpc.protobuf.ProtoUtils.marshaller(
yandex.cloud.api.access.Access.ListAccessBindingsResponse.getDefaultInstance()))
.setSchemaDescriptor(new GroupServiceMethodDescriptorSupplier("ListAccessBindings"))
.build();
}
}
}
return getListAccessBindingsMethod;
}
private static volatile io.grpc.MethodDescriptor getSetAccessBindingsMethod;
@io.grpc.stub.annotations.RpcMethod(
fullMethodName = SERVICE_NAME + '/' + "SetAccessBindings",
requestType = yandex.cloud.api.access.Access.SetAccessBindingsRequest.class,
responseType = yandex.cloud.api.operation.OperationOuterClass.Operation.class,
methodType = io.grpc.MethodDescriptor.MethodType.UNARY)
public static io.grpc.MethodDescriptor getSetAccessBindingsMethod() {
io.grpc.MethodDescriptor getSetAccessBindingsMethod;
if ((getSetAccessBindingsMethod = GroupServiceGrpc.getSetAccessBindingsMethod) == null) {
synchronized (GroupServiceGrpc.class) {
if ((getSetAccessBindingsMethod = GroupServiceGrpc.getSetAccessBindingsMethod) == null) {
GroupServiceGrpc.getSetAccessBindingsMethod = getSetAccessBindingsMethod =
io.grpc.MethodDescriptor.newBuilder()
.setType(io.grpc.MethodDescriptor.MethodType.UNARY)
.setFullMethodName(generateFullMethodName(SERVICE_NAME, "SetAccessBindings"))
.setSampledToLocalTracing(true)
.setRequestMarshaller(io.grpc.protobuf.ProtoUtils.marshaller(
yandex.cloud.api.access.Access.SetAccessBindingsRequest.getDefaultInstance()))
.setResponseMarshaller(io.grpc.protobuf.ProtoUtils.marshaller(
yandex.cloud.api.operation.OperationOuterClass.Operation.getDefaultInstance()))
.setSchemaDescriptor(new GroupServiceMethodDescriptorSupplier("SetAccessBindings"))
.build();
}
}
}
return getSetAccessBindingsMethod;
}
private static volatile io.grpc.MethodDescriptor getUpdateAccessBindingsMethod;
@io.grpc.stub.annotations.RpcMethod(
fullMethodName = SERVICE_NAME + '/' + "UpdateAccessBindings",
requestType = yandex.cloud.api.access.Access.UpdateAccessBindingsRequest.class,
responseType = yandex.cloud.api.operation.OperationOuterClass.Operation.class,
methodType = io.grpc.MethodDescriptor.MethodType.UNARY)
public static io.grpc.MethodDescriptor getUpdateAccessBindingsMethod() {
io.grpc.MethodDescriptor getUpdateAccessBindingsMethod;
if ((getUpdateAccessBindingsMethod = GroupServiceGrpc.getUpdateAccessBindingsMethod) == null) {
synchronized (GroupServiceGrpc.class) {
if ((getUpdateAccessBindingsMethod = GroupServiceGrpc.getUpdateAccessBindingsMethod) == null) {
GroupServiceGrpc.getUpdateAccessBindingsMethod = getUpdateAccessBindingsMethod =
io.grpc.MethodDescriptor.newBuilder()
.setType(io.grpc.MethodDescriptor.MethodType.UNARY)
.setFullMethodName(generateFullMethodName(SERVICE_NAME, "UpdateAccessBindings"))
.setSampledToLocalTracing(true)
.setRequestMarshaller(io.grpc.protobuf.ProtoUtils.marshaller(
yandex.cloud.api.access.Access.UpdateAccessBindingsRequest.getDefaultInstance()))
.setResponseMarshaller(io.grpc.protobuf.ProtoUtils.marshaller(
yandex.cloud.api.operation.OperationOuterClass.Operation.getDefaultInstance()))
.setSchemaDescriptor(new GroupServiceMethodDescriptorSupplier("UpdateAccessBindings"))
.build();
}
}
}
return getUpdateAccessBindingsMethod;
}
/**
* Creates a new async stub that supports all call types for the service
*/
public static GroupServiceStub newStub(io.grpc.Channel channel) {
io.grpc.stub.AbstractStub.StubFactory factory =
new io.grpc.stub.AbstractStub.StubFactory() {
@java.lang.Override
public GroupServiceStub newStub(io.grpc.Channel channel, io.grpc.CallOptions callOptions) {
return new GroupServiceStub(channel, callOptions);
}
};
return GroupServiceStub.newStub(factory, channel);
}
/**
* Creates a new blocking-style stub that supports unary and streaming output calls on the service
*/
public static GroupServiceBlockingStub newBlockingStub(
io.grpc.Channel channel) {
io.grpc.stub.AbstractStub.StubFactory factory =
new io.grpc.stub.AbstractStub.StubFactory() {
@java.lang.Override
public GroupServiceBlockingStub newStub(io.grpc.Channel channel, io.grpc.CallOptions callOptions) {
return new GroupServiceBlockingStub(channel, callOptions);
}
};
return GroupServiceBlockingStub.newStub(factory, channel);
}
/**
* Creates a new ListenableFuture-style stub that supports unary calls on the service
*/
public static GroupServiceFutureStub newFutureStub(
io.grpc.Channel channel) {
io.grpc.stub.AbstractStub.StubFactory factory =
new io.grpc.stub.AbstractStub.StubFactory() {
@java.lang.Override
public GroupServiceFutureStub newStub(io.grpc.Channel channel, io.grpc.CallOptions callOptions) {
return new GroupServiceFutureStub(channel, callOptions);
}
};
return GroupServiceFutureStub.newStub(factory, channel);
}
/**
*
* A set of methods for managing groups.
*
*/
public static abstract class GroupServiceImplBase implements io.grpc.BindableService {
/**
*
* Returns the specified Group resource.
* To get the list of available Group resources, make a [List] request.
*
*/
public void get(yandex.cloud.api.organizationmanager.v1.GroupServiceOuterClass.GetGroupRequest request,
io.grpc.stub.StreamObserver responseObserver) {
io.grpc.stub.ServerCalls.asyncUnimplementedUnaryCall(getGetMethod(), responseObserver);
}
/**
*
* Retrieves the list of group resources.
*
*/
public void list(yandex.cloud.api.organizationmanager.v1.GroupServiceOuterClass.ListGroupsRequest request,
io.grpc.stub.StreamObserver responseObserver) {
io.grpc.stub.ServerCalls.asyncUnimplementedUnaryCall(getListMethod(), responseObserver);
}
/**
*
* Creates a group in the specified organization.
*
*/
public void create(yandex.cloud.api.organizationmanager.v1.GroupServiceOuterClass.CreateGroupRequest request,
io.grpc.stub.StreamObserver responseObserver) {
io.grpc.stub.ServerCalls.asyncUnimplementedUnaryCall(getCreateMethod(), responseObserver);
}
/**
*
* Updates the specified group.
*
*/
public void update(yandex.cloud.api.organizationmanager.v1.GroupServiceOuterClass.UpdateGroupRequest request,
io.grpc.stub.StreamObserver responseObserver) {
io.grpc.stub.ServerCalls.asyncUnimplementedUnaryCall(getUpdateMethod(), responseObserver);
}
/**
*
* Deletes the specified group.
*
*/
public void delete(yandex.cloud.api.organizationmanager.v1.GroupServiceOuterClass.DeleteGroupRequest request,
io.grpc.stub.StreamObserver responseObserver) {
io.grpc.stub.ServerCalls.asyncUnimplementedUnaryCall(getDeleteMethod(), responseObserver);
}
/**
*
* Lists operations for the specified group.
*
*/
public void listOperations(yandex.cloud.api.organizationmanager.v1.GroupServiceOuterClass.ListGroupOperationsRequest request,
io.grpc.stub.StreamObserver responseObserver) {
io.grpc.stub.ServerCalls.asyncUnimplementedUnaryCall(getListOperationsMethod(), responseObserver);
}
/**
*
* List group active members.
*
*/
public void listMembers(yandex.cloud.api.organizationmanager.v1.GroupServiceOuterClass.ListGroupMembersRequest request,
io.grpc.stub.StreamObserver responseObserver) {
io.grpc.stub.ServerCalls.asyncUnimplementedUnaryCall(getListMembersMethod(), responseObserver);
}
/**
*
* Update group members.
*
*/
public void updateMembers(yandex.cloud.api.organizationmanager.v1.GroupServiceOuterClass.UpdateGroupMembersRequest request,
io.grpc.stub.StreamObserver responseObserver) {
io.grpc.stub.ServerCalls.asyncUnimplementedUnaryCall(getUpdateMembersMethod(), responseObserver);
}
/**
*
* Lists access bindings for the specified group.
*
*/
public void listAccessBindings(yandex.cloud.api.access.Access.ListAccessBindingsRequest request,
io.grpc.stub.StreamObserver responseObserver) {
io.grpc.stub.ServerCalls.asyncUnimplementedUnaryCall(getListAccessBindingsMethod(), responseObserver);
}
/**
*
* Sets access bindings for the specified group.
*
*/
public void setAccessBindings(yandex.cloud.api.access.Access.SetAccessBindingsRequest request,
io.grpc.stub.StreamObserver responseObserver) {
io.grpc.stub.ServerCalls.asyncUnimplementedUnaryCall(getSetAccessBindingsMethod(), responseObserver);
}
/**
*
* Updates access bindings for the specified group.
*
*/
public void updateAccessBindings(yandex.cloud.api.access.Access.UpdateAccessBindingsRequest request,
io.grpc.stub.StreamObserver responseObserver) {
io.grpc.stub.ServerCalls.asyncUnimplementedUnaryCall(getUpdateAccessBindingsMethod(), responseObserver);
}
@java.lang.Override public final io.grpc.ServerServiceDefinition bindService() {
return io.grpc.ServerServiceDefinition.builder(getServiceDescriptor())
.addMethod(
getGetMethod(),
io.grpc.stub.ServerCalls.asyncUnaryCall(
new MethodHandlers<
yandex.cloud.api.organizationmanager.v1.GroupServiceOuterClass.GetGroupRequest,
yandex.cloud.api.organizationmanager.v1.GroupOuterClass.Group>(
this, METHODID_GET)))
.addMethod(
getListMethod(),
io.grpc.stub.ServerCalls.asyncUnaryCall(
new MethodHandlers<
yandex.cloud.api.organizationmanager.v1.GroupServiceOuterClass.ListGroupsRequest,
yandex.cloud.api.organizationmanager.v1.GroupServiceOuterClass.ListGroupsResponse>(
this, METHODID_LIST)))
.addMethod(
getCreateMethod(),
io.grpc.stub.ServerCalls.asyncUnaryCall(
new MethodHandlers<
yandex.cloud.api.organizationmanager.v1.GroupServiceOuterClass.CreateGroupRequest,
yandex.cloud.api.operation.OperationOuterClass.Operation>(
this, METHODID_CREATE)))
.addMethod(
getUpdateMethod(),
io.grpc.stub.ServerCalls.asyncUnaryCall(
new MethodHandlers<
yandex.cloud.api.organizationmanager.v1.GroupServiceOuterClass.UpdateGroupRequest,
yandex.cloud.api.operation.OperationOuterClass.Operation>(
this, METHODID_UPDATE)))
.addMethod(
getDeleteMethod(),
io.grpc.stub.ServerCalls.asyncUnaryCall(
new MethodHandlers<
yandex.cloud.api.organizationmanager.v1.GroupServiceOuterClass.DeleteGroupRequest,
yandex.cloud.api.operation.OperationOuterClass.Operation>(
this, METHODID_DELETE)))
.addMethod(
getListOperationsMethod(),
io.grpc.stub.ServerCalls.asyncUnaryCall(
new MethodHandlers<
yandex.cloud.api.organizationmanager.v1.GroupServiceOuterClass.ListGroupOperationsRequest,
yandex.cloud.api.organizationmanager.v1.GroupServiceOuterClass.ListGroupOperationsResponse>(
this, METHODID_LIST_OPERATIONS)))
.addMethod(
getListMembersMethod(),
io.grpc.stub.ServerCalls.asyncUnaryCall(
new MethodHandlers<
yandex.cloud.api.organizationmanager.v1.GroupServiceOuterClass.ListGroupMembersRequest,
yandex.cloud.api.organizationmanager.v1.GroupServiceOuterClass.ListGroupMembersResponse>(
this, METHODID_LIST_MEMBERS)))
.addMethod(
getUpdateMembersMethod(),
io.grpc.stub.ServerCalls.asyncUnaryCall(
new MethodHandlers<
yandex.cloud.api.organizationmanager.v1.GroupServiceOuterClass.UpdateGroupMembersRequest,
yandex.cloud.api.operation.OperationOuterClass.Operation>(
this, METHODID_UPDATE_MEMBERS)))
.addMethod(
getListAccessBindingsMethod(),
io.grpc.stub.ServerCalls.asyncUnaryCall(
new MethodHandlers<
yandex.cloud.api.access.Access.ListAccessBindingsRequest,
yandex.cloud.api.access.Access.ListAccessBindingsResponse>(
this, METHODID_LIST_ACCESS_BINDINGS)))
.addMethod(
getSetAccessBindingsMethod(),
io.grpc.stub.ServerCalls.asyncUnaryCall(
new MethodHandlers<
yandex.cloud.api.access.Access.SetAccessBindingsRequest,
yandex.cloud.api.operation.OperationOuterClass.Operation>(
this, METHODID_SET_ACCESS_BINDINGS)))
.addMethod(
getUpdateAccessBindingsMethod(),
io.grpc.stub.ServerCalls.asyncUnaryCall(
new MethodHandlers<
yandex.cloud.api.access.Access.UpdateAccessBindingsRequest,
yandex.cloud.api.operation.OperationOuterClass.Operation>(
this, METHODID_UPDATE_ACCESS_BINDINGS)))
.build();
}
}
/**
*
* A set of methods for managing groups.
*
*/
public static final class GroupServiceStub extends io.grpc.stub.AbstractAsyncStub {
private GroupServiceStub(
io.grpc.Channel channel, io.grpc.CallOptions callOptions) {
super(channel, callOptions);
}
@java.lang.Override
protected GroupServiceStub build(
io.grpc.Channel channel, io.grpc.CallOptions callOptions) {
return new GroupServiceStub(channel, callOptions);
}
/**
*
* Returns the specified Group resource.
* To get the list of available Group resources, make a [List] request.
*
*/
public void get(yandex.cloud.api.organizationmanager.v1.GroupServiceOuterClass.GetGroupRequest request,
io.grpc.stub.StreamObserver responseObserver) {
io.grpc.stub.ClientCalls.asyncUnaryCall(
getChannel().newCall(getGetMethod(), getCallOptions()), request, responseObserver);
}
/**
*
* Retrieves the list of group resources.
*
*/
public void list(yandex.cloud.api.organizationmanager.v1.GroupServiceOuterClass.ListGroupsRequest request,
io.grpc.stub.StreamObserver responseObserver) {
io.grpc.stub.ClientCalls.asyncUnaryCall(
getChannel().newCall(getListMethod(), getCallOptions()), request, responseObserver);
}
/**
*
* Creates a group in the specified organization.
*
*/
public void create(yandex.cloud.api.organizationmanager.v1.GroupServiceOuterClass.CreateGroupRequest request,
io.grpc.stub.StreamObserver responseObserver) {
io.grpc.stub.ClientCalls.asyncUnaryCall(
getChannel().newCall(getCreateMethod(), getCallOptions()), request, responseObserver);
}
/**
*
* Updates the specified group.
*
*/
public void update(yandex.cloud.api.organizationmanager.v1.GroupServiceOuterClass.UpdateGroupRequest request,
io.grpc.stub.StreamObserver responseObserver) {
io.grpc.stub.ClientCalls.asyncUnaryCall(
getChannel().newCall(getUpdateMethod(), getCallOptions()), request, responseObserver);
}
/**
*
* Deletes the specified group.
*
*/
public void delete(yandex.cloud.api.organizationmanager.v1.GroupServiceOuterClass.DeleteGroupRequest request,
io.grpc.stub.StreamObserver responseObserver) {
io.grpc.stub.ClientCalls.asyncUnaryCall(
getChannel().newCall(getDeleteMethod(), getCallOptions()), request, responseObserver);
}
/**
*
* Lists operations for the specified group.
*
*/
public void listOperations(yandex.cloud.api.organizationmanager.v1.GroupServiceOuterClass.ListGroupOperationsRequest request,
io.grpc.stub.StreamObserver responseObserver) {
io.grpc.stub.ClientCalls.asyncUnaryCall(
getChannel().newCall(getListOperationsMethod(), getCallOptions()), request, responseObserver);
}
/**
*
* List group active members.
*
*/
public void listMembers(yandex.cloud.api.organizationmanager.v1.GroupServiceOuterClass.ListGroupMembersRequest request,
io.grpc.stub.StreamObserver responseObserver) {
io.grpc.stub.ClientCalls.asyncUnaryCall(
getChannel().newCall(getListMembersMethod(), getCallOptions()), request, responseObserver);
}
/**
*
* Update group members.
*
*/
public void updateMembers(yandex.cloud.api.organizationmanager.v1.GroupServiceOuterClass.UpdateGroupMembersRequest request,
io.grpc.stub.StreamObserver responseObserver) {
io.grpc.stub.ClientCalls.asyncUnaryCall(
getChannel().newCall(getUpdateMembersMethod(), getCallOptions()), request, responseObserver);
}
/**
*
* Lists access bindings for the specified group.
*
*/
public void listAccessBindings(yandex.cloud.api.access.Access.ListAccessBindingsRequest request,
io.grpc.stub.StreamObserver responseObserver) {
io.grpc.stub.ClientCalls.asyncUnaryCall(
getChannel().newCall(getListAccessBindingsMethod(), getCallOptions()), request, responseObserver);
}
/**
*
* Sets access bindings for the specified group.
*
*/
public void setAccessBindings(yandex.cloud.api.access.Access.SetAccessBindingsRequest request,
io.grpc.stub.StreamObserver responseObserver) {
io.grpc.stub.ClientCalls.asyncUnaryCall(
getChannel().newCall(getSetAccessBindingsMethod(), getCallOptions()), request, responseObserver);
}
/**
*
* Updates access bindings for the specified group.
*
*/
public void updateAccessBindings(yandex.cloud.api.access.Access.UpdateAccessBindingsRequest request,
io.grpc.stub.StreamObserver responseObserver) {
io.grpc.stub.ClientCalls.asyncUnaryCall(
getChannel().newCall(getUpdateAccessBindingsMethod(), getCallOptions()), request, responseObserver);
}
}
/**
*
* A set of methods for managing groups.
*
*/
public static final class GroupServiceBlockingStub extends io.grpc.stub.AbstractBlockingStub {
private GroupServiceBlockingStub(
io.grpc.Channel channel, io.grpc.CallOptions callOptions) {
super(channel, callOptions);
}
@java.lang.Override
protected GroupServiceBlockingStub build(
io.grpc.Channel channel, io.grpc.CallOptions callOptions) {
return new GroupServiceBlockingStub(channel, callOptions);
}
/**
*
* Returns the specified Group resource.
* To get the list of available Group resources, make a [List] request.
*
*/
public yandex.cloud.api.organizationmanager.v1.GroupOuterClass.Group get(yandex.cloud.api.organizationmanager.v1.GroupServiceOuterClass.GetGroupRequest request) {
return io.grpc.stub.ClientCalls.blockingUnaryCall(
getChannel(), getGetMethod(), getCallOptions(), request);
}
/**
*
* Retrieves the list of group resources.
*
*/
public yandex.cloud.api.organizationmanager.v1.GroupServiceOuterClass.ListGroupsResponse list(yandex.cloud.api.organizationmanager.v1.GroupServiceOuterClass.ListGroupsRequest request) {
return io.grpc.stub.ClientCalls.blockingUnaryCall(
getChannel(), getListMethod(), getCallOptions(), request);
}
/**
*
* Creates a group in the specified organization.
*
*/
public yandex.cloud.api.operation.OperationOuterClass.Operation create(yandex.cloud.api.organizationmanager.v1.GroupServiceOuterClass.CreateGroupRequest request) {
return io.grpc.stub.ClientCalls.blockingUnaryCall(
getChannel(), getCreateMethod(), getCallOptions(), request);
}
/**
*
* Updates the specified group.
*
*/
public yandex.cloud.api.operation.OperationOuterClass.Operation update(yandex.cloud.api.organizationmanager.v1.GroupServiceOuterClass.UpdateGroupRequest request) {
return io.grpc.stub.ClientCalls.blockingUnaryCall(
getChannel(), getUpdateMethod(), getCallOptions(), request);
}
/**
*
* Deletes the specified group.
*
*/
public yandex.cloud.api.operation.OperationOuterClass.Operation delete(yandex.cloud.api.organizationmanager.v1.GroupServiceOuterClass.DeleteGroupRequest request) {
return io.grpc.stub.ClientCalls.blockingUnaryCall(
getChannel(), getDeleteMethod(), getCallOptions(), request);
}
/**
*
* Lists operations for the specified group.
*
*/
public yandex.cloud.api.organizationmanager.v1.GroupServiceOuterClass.ListGroupOperationsResponse listOperations(yandex.cloud.api.organizationmanager.v1.GroupServiceOuterClass.ListGroupOperationsRequest request) {
return io.grpc.stub.ClientCalls.blockingUnaryCall(
getChannel(), getListOperationsMethod(), getCallOptions(), request);
}
/**
*
* List group active members.
*
*/
public yandex.cloud.api.organizationmanager.v1.GroupServiceOuterClass.ListGroupMembersResponse listMembers(yandex.cloud.api.organizationmanager.v1.GroupServiceOuterClass.ListGroupMembersRequest request) {
return io.grpc.stub.ClientCalls.blockingUnaryCall(
getChannel(), getListMembersMethod(), getCallOptions(), request);
}
/**
*
* Update group members.
*
*/
public yandex.cloud.api.operation.OperationOuterClass.Operation updateMembers(yandex.cloud.api.organizationmanager.v1.GroupServiceOuterClass.UpdateGroupMembersRequest request) {
return io.grpc.stub.ClientCalls.blockingUnaryCall(
getChannel(), getUpdateMembersMethod(), getCallOptions(), request);
}
/**
*
* Lists access bindings for the specified group.
*
*/
public yandex.cloud.api.access.Access.ListAccessBindingsResponse listAccessBindings(yandex.cloud.api.access.Access.ListAccessBindingsRequest request) {
return io.grpc.stub.ClientCalls.blockingUnaryCall(
getChannel(), getListAccessBindingsMethod(), getCallOptions(), request);
}
/**
*
* Sets access bindings for the specified group.
*
*/
public yandex.cloud.api.operation.OperationOuterClass.Operation setAccessBindings(yandex.cloud.api.access.Access.SetAccessBindingsRequest request) {
return io.grpc.stub.ClientCalls.blockingUnaryCall(
getChannel(), getSetAccessBindingsMethod(), getCallOptions(), request);
}
/**
*
* Updates access bindings for the specified group.
*
*/
public yandex.cloud.api.operation.OperationOuterClass.Operation updateAccessBindings(yandex.cloud.api.access.Access.UpdateAccessBindingsRequest request) {
return io.grpc.stub.ClientCalls.blockingUnaryCall(
getChannel(), getUpdateAccessBindingsMethod(), getCallOptions(), request);
}
}
/**
*
* A set of methods for managing groups.
*
*/
public static final class GroupServiceFutureStub extends io.grpc.stub.AbstractFutureStub {
private GroupServiceFutureStub(
io.grpc.Channel channel, io.grpc.CallOptions callOptions) {
super(channel, callOptions);
}
@java.lang.Override
protected GroupServiceFutureStub build(
io.grpc.Channel channel, io.grpc.CallOptions callOptions) {
return new GroupServiceFutureStub(channel, callOptions);
}
/**
*
* Returns the specified Group resource.
* To get the list of available Group resources, make a [List] request.
*
*/
public com.google.common.util.concurrent.ListenableFuture get(
yandex.cloud.api.organizationmanager.v1.GroupServiceOuterClass.GetGroupRequest request) {
return io.grpc.stub.ClientCalls.futureUnaryCall(
getChannel().newCall(getGetMethod(), getCallOptions()), request);
}
/**
*
* Retrieves the list of group resources.
*
*/
public com.google.common.util.concurrent.ListenableFuture list(
yandex.cloud.api.organizationmanager.v1.GroupServiceOuterClass.ListGroupsRequest request) {
return io.grpc.stub.ClientCalls.futureUnaryCall(
getChannel().newCall(getListMethod(), getCallOptions()), request);
}
/**
*
* Creates a group in the specified organization.
*
*/
public com.google.common.util.concurrent.ListenableFuture create(
yandex.cloud.api.organizationmanager.v1.GroupServiceOuterClass.CreateGroupRequest request) {
return io.grpc.stub.ClientCalls.futureUnaryCall(
getChannel().newCall(getCreateMethod(), getCallOptions()), request);
}
/**
*
* Updates the specified group.
*
*/
public com.google.common.util.concurrent.ListenableFuture update(
yandex.cloud.api.organizationmanager.v1.GroupServiceOuterClass.UpdateGroupRequest request) {
return io.grpc.stub.ClientCalls.futureUnaryCall(
getChannel().newCall(getUpdateMethod(), getCallOptions()), request);
}
/**
*
* Deletes the specified group.
*
*/
public com.google.common.util.concurrent.ListenableFuture delete(
yandex.cloud.api.organizationmanager.v1.GroupServiceOuterClass.DeleteGroupRequest request) {
return io.grpc.stub.ClientCalls.futureUnaryCall(
getChannel().newCall(getDeleteMethod(), getCallOptions()), request);
}
/**
*
* Lists operations for the specified group.
*
*/
public com.google.common.util.concurrent.ListenableFuture listOperations(
yandex.cloud.api.organizationmanager.v1.GroupServiceOuterClass.ListGroupOperationsRequest request) {
return io.grpc.stub.ClientCalls.futureUnaryCall(
getChannel().newCall(getListOperationsMethod(), getCallOptions()), request);
}
/**
*
* List group active members.
*
*/
public com.google.common.util.concurrent.ListenableFuture listMembers(
yandex.cloud.api.organizationmanager.v1.GroupServiceOuterClass.ListGroupMembersRequest request) {
return io.grpc.stub.ClientCalls.futureUnaryCall(
getChannel().newCall(getListMembersMethod(), getCallOptions()), request);
}
/**
*
* Update group members.
*
*/
public com.google.common.util.concurrent.ListenableFuture updateMembers(
yandex.cloud.api.organizationmanager.v1.GroupServiceOuterClass.UpdateGroupMembersRequest request) {
return io.grpc.stub.ClientCalls.futureUnaryCall(
getChannel().newCall(getUpdateMembersMethod(), getCallOptions()), request);
}
/**
*
* Lists access bindings for the specified group.
*
*/
public com.google.common.util.concurrent.ListenableFuture listAccessBindings(
yandex.cloud.api.access.Access.ListAccessBindingsRequest request) {
return io.grpc.stub.ClientCalls.futureUnaryCall(
getChannel().newCall(getListAccessBindingsMethod(), getCallOptions()), request);
}
/**
*
* Sets access bindings for the specified group.
*
*/
public com.google.common.util.concurrent.ListenableFuture setAccessBindings(
yandex.cloud.api.access.Access.SetAccessBindingsRequest request) {
return io.grpc.stub.ClientCalls.futureUnaryCall(
getChannel().newCall(getSetAccessBindingsMethod(), getCallOptions()), request);
}
/**
*
* Updates access bindings for the specified group.
*
*/
public com.google.common.util.concurrent.ListenableFuture updateAccessBindings(
yandex.cloud.api.access.Access.UpdateAccessBindingsRequest request) {
return io.grpc.stub.ClientCalls.futureUnaryCall(
getChannel().newCall(getUpdateAccessBindingsMethod(), getCallOptions()), request);
}
}
private static final int METHODID_GET = 0;
private static final int METHODID_LIST = 1;
private static final int METHODID_CREATE = 2;
private static final int METHODID_UPDATE = 3;
private static final int METHODID_DELETE = 4;
private static final int METHODID_LIST_OPERATIONS = 5;
private static final int METHODID_LIST_MEMBERS = 6;
private static final int METHODID_UPDATE_MEMBERS = 7;
private static final int METHODID_LIST_ACCESS_BINDINGS = 8;
private static final int METHODID_SET_ACCESS_BINDINGS = 9;
private static final int METHODID_UPDATE_ACCESS_BINDINGS = 10;
private static final class MethodHandlers implements
io.grpc.stub.ServerCalls.UnaryMethod,
io.grpc.stub.ServerCalls.ServerStreamingMethod,
io.grpc.stub.ServerCalls.ClientStreamingMethod,
io.grpc.stub.ServerCalls.BidiStreamingMethod {
private final GroupServiceImplBase serviceImpl;
private final int methodId;
MethodHandlers(GroupServiceImplBase serviceImpl, int methodId) {
this.serviceImpl = serviceImpl;
this.methodId = methodId;
}
@java.lang.Override
@java.lang.SuppressWarnings("unchecked")
public void invoke(Req request, io.grpc.stub.StreamObserver responseObserver) {
switch (methodId) {
case METHODID_GET:
serviceImpl.get((yandex.cloud.api.organizationmanager.v1.GroupServiceOuterClass.GetGroupRequest) request,
(io.grpc.stub.StreamObserver) responseObserver);
break;
case METHODID_LIST:
serviceImpl.list((yandex.cloud.api.organizationmanager.v1.GroupServiceOuterClass.ListGroupsRequest) request,
(io.grpc.stub.StreamObserver) responseObserver);
break;
case METHODID_CREATE:
serviceImpl.create((yandex.cloud.api.organizationmanager.v1.GroupServiceOuterClass.CreateGroupRequest) request,
(io.grpc.stub.StreamObserver) responseObserver);
break;
case METHODID_UPDATE:
serviceImpl.update((yandex.cloud.api.organizationmanager.v1.GroupServiceOuterClass.UpdateGroupRequest) request,
(io.grpc.stub.StreamObserver) responseObserver);
break;
case METHODID_DELETE:
serviceImpl.delete((yandex.cloud.api.organizationmanager.v1.GroupServiceOuterClass.DeleteGroupRequest) request,
(io.grpc.stub.StreamObserver) responseObserver);
break;
case METHODID_LIST_OPERATIONS:
serviceImpl.listOperations((yandex.cloud.api.organizationmanager.v1.GroupServiceOuterClass.ListGroupOperationsRequest) request,
(io.grpc.stub.StreamObserver) responseObserver);
break;
case METHODID_LIST_MEMBERS:
serviceImpl.listMembers((yandex.cloud.api.organizationmanager.v1.GroupServiceOuterClass.ListGroupMembersRequest) request,
(io.grpc.stub.StreamObserver) responseObserver);
break;
case METHODID_UPDATE_MEMBERS:
serviceImpl.updateMembers((yandex.cloud.api.organizationmanager.v1.GroupServiceOuterClass.UpdateGroupMembersRequest) request,
(io.grpc.stub.StreamObserver) responseObserver);
break;
case METHODID_LIST_ACCESS_BINDINGS:
serviceImpl.listAccessBindings((yandex.cloud.api.access.Access.ListAccessBindingsRequest) request,
(io.grpc.stub.StreamObserver) responseObserver);
break;
case METHODID_SET_ACCESS_BINDINGS:
serviceImpl.setAccessBindings((yandex.cloud.api.access.Access.SetAccessBindingsRequest) request,
(io.grpc.stub.StreamObserver) responseObserver);
break;
case METHODID_UPDATE_ACCESS_BINDINGS:
serviceImpl.updateAccessBindings((yandex.cloud.api.access.Access.UpdateAccessBindingsRequest) request,
(io.grpc.stub.StreamObserver) responseObserver);
break;
default:
throw new AssertionError();
}
}
@java.lang.Override
@java.lang.SuppressWarnings("unchecked")
public io.grpc.stub.StreamObserver invoke(
io.grpc.stub.StreamObserver responseObserver) {
switch (methodId) {
default:
throw new AssertionError();
}
}
}
private static abstract class GroupServiceBaseDescriptorSupplier
implements io.grpc.protobuf.ProtoFileDescriptorSupplier, io.grpc.protobuf.ProtoServiceDescriptorSupplier {
GroupServiceBaseDescriptorSupplier() {}
@java.lang.Override
public com.google.protobuf.Descriptors.FileDescriptor getFileDescriptor() {
return yandex.cloud.api.organizationmanager.v1.GroupServiceOuterClass.getDescriptor();
}
@java.lang.Override
public com.google.protobuf.Descriptors.ServiceDescriptor getServiceDescriptor() {
return getFileDescriptor().findServiceByName("GroupService");
}
}
private static final class GroupServiceFileDescriptorSupplier
extends GroupServiceBaseDescriptorSupplier {
GroupServiceFileDescriptorSupplier() {}
}
private static final class GroupServiceMethodDescriptorSupplier
extends GroupServiceBaseDescriptorSupplier
implements io.grpc.protobuf.ProtoMethodDescriptorSupplier {
private final String methodName;
GroupServiceMethodDescriptorSupplier(String methodName) {
this.methodName = methodName;
}
@java.lang.Override
public com.google.protobuf.Descriptors.MethodDescriptor getMethodDescriptor() {
return getServiceDescriptor().findMethodByName(methodName);
}
}
private static volatile io.grpc.ServiceDescriptor serviceDescriptor;
public static io.grpc.ServiceDescriptor getServiceDescriptor() {
io.grpc.ServiceDescriptor result = serviceDescriptor;
if (result == null) {
synchronized (GroupServiceGrpc.class) {
result = serviceDescriptor;
if (result == null) {
serviceDescriptor = result = io.grpc.ServiceDescriptor.newBuilder(SERVICE_NAME)
.setSchemaDescriptor(new GroupServiceFileDescriptorSupplier())
.addMethod(getGetMethod())
.addMethod(getListMethod())
.addMethod(getCreateMethod())
.addMethod(getUpdateMethod())
.addMethod(getDeleteMethod())
.addMethod(getListOperationsMethod())
.addMethod(getListMembersMethod())
.addMethod(getUpdateMembersMethod())
.addMethod(getListAccessBindingsMethod())
.addMethod(getSetAccessBindingsMethod())
.addMethod(getUpdateAccessBindingsMethod())
.build();
}
}
}
return result;
}
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy