Uses of Class
com.google.iam.admin.v1.CreateRoleRequest
-
Packages that use CreateRoleRequest Package Description com.google.cloud.iam.admin.v1 A client to Identity and Access Management (IAM) APIcom.google.cloud.iam.admin.v1.stub com.google.iam.admin.v1 -
-
Uses of CreateRoleRequest in com.google.cloud.iam.admin.v1
Methods in com.google.cloud.iam.admin.v1 that return types with arguments of type CreateRoleRequest Modifier and Type Method Description com.google.api.gax.rpc.UnaryCallable<CreateRoleRequest,Role>IAMClient. createRoleCallable()Creates a new custom [Role][google.iam.admin.v1.Role].com.google.api.gax.rpc.UnaryCallSettings.Builder<CreateRoleRequest,Role>IAMSettings.Builder. createRoleSettings()Returns the builder for the settings used for calls to createRole.com.google.api.gax.rpc.UnaryCallSettings<CreateRoleRequest,Role>IAMSettings. createRoleSettings()Returns the object with the settings used for calls to createRole.Methods in com.google.cloud.iam.admin.v1 with parameters of type CreateRoleRequest Modifier and Type Method Description RoleIAMClient. createRole(CreateRoleRequest request)Creates a new custom [Role][google.iam.admin.v1.Role]. -
Uses of CreateRoleRequest in com.google.cloud.iam.admin.v1.stub
Methods in com.google.cloud.iam.admin.v1.stub that return types with arguments of type CreateRoleRequest Modifier and Type Method Description com.google.api.gax.rpc.UnaryCallable<CreateRoleRequest,Role>GrpcIAMStub. createRoleCallable()com.google.api.gax.rpc.UnaryCallable<CreateRoleRequest,Role>IAMStub. createRoleCallable()com.google.api.gax.rpc.UnaryCallSettings.Builder<CreateRoleRequest,Role>IAMStubSettings.Builder. createRoleSettings()Returns the builder for the settings used for calls to createRole.com.google.api.gax.rpc.UnaryCallSettings<CreateRoleRequest,Role>IAMStubSettings. createRoleSettings()Returns the object with the settings used for calls to createRole. -
Uses of CreateRoleRequest in com.google.iam.admin.v1
Methods in com.google.iam.admin.v1 that return CreateRoleRequest Modifier and Type Method Description CreateRoleRequestCreateRoleRequest.Builder. build()CreateRoleRequestCreateRoleRequest.Builder. buildPartial()static CreateRoleRequestCreateRoleRequest. getDefaultInstance()CreateRoleRequestCreateRoleRequest.Builder. getDefaultInstanceForType()CreateRoleRequestCreateRoleRequest. getDefaultInstanceForType()static CreateRoleRequestCreateRoleRequest. parseDelimitedFrom(InputStream input)static CreateRoleRequestCreateRoleRequest. parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static CreateRoleRequestCreateRoleRequest. parseFrom(byte[] data)static CreateRoleRequestCreateRoleRequest. parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static CreateRoleRequestCreateRoleRequest. parseFrom(com.google.protobuf.ByteString data)static CreateRoleRequestCreateRoleRequest. parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static CreateRoleRequestCreateRoleRequest. parseFrom(com.google.protobuf.CodedInputStream input)static CreateRoleRequestCreateRoleRequest. parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static CreateRoleRequestCreateRoleRequest. parseFrom(InputStream input)static CreateRoleRequestCreateRoleRequest. parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static CreateRoleRequestCreateRoleRequest. parseFrom(ByteBuffer data)static CreateRoleRequestCreateRoleRequest. parseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)Methods in com.google.iam.admin.v1 that return types with arguments of type CreateRoleRequest Modifier and Type Method Description static io.grpc.MethodDescriptor<CreateRoleRequest,Role>IAMGrpc. getCreateRoleMethod()com.google.protobuf.Parser<CreateRoleRequest>CreateRoleRequest. getParserForType()static com.google.protobuf.Parser<CreateRoleRequest>CreateRoleRequest. parser()Methods in com.google.iam.admin.v1 with parameters of type CreateRoleRequest Modifier and Type Method Description default voidIAMGrpc.AsyncService. createRole(CreateRoleRequest request, io.grpc.stub.StreamObserver<Role> responseObserver)Creates a new custom [Role][google.iam.admin.v1.Role].RoleIAMGrpc.IAMBlockingStub. createRole(CreateRoleRequest request)Creates a new custom [Role][google.iam.admin.v1.Role].com.google.common.util.concurrent.ListenableFuture<Role>IAMGrpc.IAMFutureStub. createRole(CreateRoleRequest request)Creates a new custom [Role][google.iam.admin.v1.Role].voidIAMGrpc.IAMStub. createRole(CreateRoleRequest request, io.grpc.stub.StreamObserver<Role> responseObserver)Creates a new custom [Role][google.iam.admin.v1.Role].CreateRoleRequest.BuilderCreateRoleRequest.Builder. mergeFrom(CreateRoleRequest other)static CreateRoleRequest.BuilderCreateRoleRequest. newBuilder(CreateRoleRequest prototype)
-