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 Role
IAMClient. 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 CreateRoleRequest
CreateRoleRequest.Builder. build()
CreateRoleRequest
CreateRoleRequest.Builder. buildPartial()
static CreateRoleRequest
CreateRoleRequest. getDefaultInstance()
CreateRoleRequest
CreateRoleRequest.Builder. getDefaultInstanceForType()
CreateRoleRequest
CreateRoleRequest. getDefaultInstanceForType()
static CreateRoleRequest
CreateRoleRequest. parseDelimitedFrom(InputStream input)
static CreateRoleRequest
CreateRoleRequest. parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static CreateRoleRequest
CreateRoleRequest. parseFrom(byte[] data)
static CreateRoleRequest
CreateRoleRequest. parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static CreateRoleRequest
CreateRoleRequest. parseFrom(com.google.protobuf.ByteString data)
static CreateRoleRequest
CreateRoleRequest. parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static CreateRoleRequest
CreateRoleRequest. parseFrom(com.google.protobuf.CodedInputStream input)
static CreateRoleRequest
CreateRoleRequest. parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static CreateRoleRequest
CreateRoleRequest. parseFrom(InputStream input)
static CreateRoleRequest
CreateRoleRequest. parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static CreateRoleRequest
CreateRoleRequest. parseFrom(ByteBuffer data)
static CreateRoleRequest
CreateRoleRequest. 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 void
IAMGrpc.AsyncService. createRole(CreateRoleRequest request, io.grpc.stub.StreamObserver<Role> responseObserver)
Creates a new custom [Role][google.iam.admin.v1.Role].Role
IAMGrpc.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].void
IAMGrpc.IAMStub. createRole(CreateRoleRequest request, io.grpc.stub.StreamObserver<Role> responseObserver)
Creates a new custom [Role][google.iam.admin.v1.Role].CreateRoleRequest.Builder
CreateRoleRequest.Builder. mergeFrom(CreateRoleRequest other)
static CreateRoleRequest.Builder
CreateRoleRequest. newBuilder(CreateRoleRequest prototype)
-