Uses of Class
com.google.iam.admin.v1.UndeleteRoleRequest
-
Packages that use UndeleteRoleRequest 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 UndeleteRoleRequest in com.google.cloud.iam.admin.v1
Methods in com.google.cloud.iam.admin.v1 that return types with arguments of type UndeleteRoleRequest Modifier and Type Method Description com.google.api.gax.rpc.UnaryCallable<UndeleteRoleRequest,Role>
IAMClient. undeleteRoleCallable()
Undeletes a custom [Role][google.iam.admin.v1.Role].com.google.api.gax.rpc.UnaryCallSettings.Builder<UndeleteRoleRequest,Role>
IAMSettings.Builder. undeleteRoleSettings()
Returns the builder for the settings used for calls to undeleteRole.com.google.api.gax.rpc.UnaryCallSettings<UndeleteRoleRequest,Role>
IAMSettings. undeleteRoleSettings()
Returns the object with the settings used for calls to undeleteRole.Methods in com.google.cloud.iam.admin.v1 with parameters of type UndeleteRoleRequest Modifier and Type Method Description Role
IAMClient. undeleteRole(UndeleteRoleRequest request)
Undeletes a custom [Role][google.iam.admin.v1.Role]. -
Uses of UndeleteRoleRequest in com.google.cloud.iam.admin.v1.stub
Methods in com.google.cloud.iam.admin.v1.stub that return types with arguments of type UndeleteRoleRequest Modifier and Type Method Description com.google.api.gax.rpc.UnaryCallable<UndeleteRoleRequest,Role>
GrpcIAMStub. undeleteRoleCallable()
com.google.api.gax.rpc.UnaryCallable<UndeleteRoleRequest,Role>
IAMStub. undeleteRoleCallable()
com.google.api.gax.rpc.UnaryCallSettings.Builder<UndeleteRoleRequest,Role>
IAMStubSettings.Builder. undeleteRoleSettings()
Returns the builder for the settings used for calls to undeleteRole.com.google.api.gax.rpc.UnaryCallSettings<UndeleteRoleRequest,Role>
IAMStubSettings. undeleteRoleSettings()
Returns the object with the settings used for calls to undeleteRole. -
Uses of UndeleteRoleRequest in com.google.iam.admin.v1
Methods in com.google.iam.admin.v1 that return UndeleteRoleRequest Modifier and Type Method Description UndeleteRoleRequest
UndeleteRoleRequest.Builder. build()
UndeleteRoleRequest
UndeleteRoleRequest.Builder. buildPartial()
static UndeleteRoleRequest
UndeleteRoleRequest. getDefaultInstance()
UndeleteRoleRequest
UndeleteRoleRequest.Builder. getDefaultInstanceForType()
UndeleteRoleRequest
UndeleteRoleRequest. getDefaultInstanceForType()
static UndeleteRoleRequest
UndeleteRoleRequest. parseDelimitedFrom(InputStream input)
static UndeleteRoleRequest
UndeleteRoleRequest. parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static UndeleteRoleRequest
UndeleteRoleRequest. parseFrom(byte[] data)
static UndeleteRoleRequest
UndeleteRoleRequest. parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static UndeleteRoleRequest
UndeleteRoleRequest. parseFrom(com.google.protobuf.ByteString data)
static UndeleteRoleRequest
UndeleteRoleRequest. parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static UndeleteRoleRequest
UndeleteRoleRequest. parseFrom(com.google.protobuf.CodedInputStream input)
static UndeleteRoleRequest
UndeleteRoleRequest. parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static UndeleteRoleRequest
UndeleteRoleRequest. parseFrom(InputStream input)
static UndeleteRoleRequest
UndeleteRoleRequest. parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static UndeleteRoleRequest
UndeleteRoleRequest. parseFrom(ByteBuffer data)
static UndeleteRoleRequest
UndeleteRoleRequest. parseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
Methods in com.google.iam.admin.v1 that return types with arguments of type UndeleteRoleRequest Modifier and Type Method Description com.google.protobuf.Parser<UndeleteRoleRequest>
UndeleteRoleRequest. getParserForType()
static io.grpc.MethodDescriptor<UndeleteRoleRequest,Role>
IAMGrpc. getUndeleteRoleMethod()
static com.google.protobuf.Parser<UndeleteRoleRequest>
UndeleteRoleRequest. parser()
Methods in com.google.iam.admin.v1 with parameters of type UndeleteRoleRequest Modifier and Type Method Description UndeleteRoleRequest.Builder
UndeleteRoleRequest.Builder. mergeFrom(UndeleteRoleRequest other)
static UndeleteRoleRequest.Builder
UndeleteRoleRequest. newBuilder(UndeleteRoleRequest prototype)
default void
IAMGrpc.AsyncService. undeleteRole(UndeleteRoleRequest request, io.grpc.stub.StreamObserver<Role> responseObserver)
Undeletes a custom [Role][google.iam.admin.v1.Role].Role
IAMGrpc.IAMBlockingStub. undeleteRole(UndeleteRoleRequest request)
Undeletes a custom [Role][google.iam.admin.v1.Role].com.google.common.util.concurrent.ListenableFuture<Role>
IAMGrpc.IAMFutureStub. undeleteRole(UndeleteRoleRequest request)
Undeletes a custom [Role][google.iam.admin.v1.Role].void
IAMGrpc.IAMStub. undeleteRole(UndeleteRoleRequest request, io.grpc.stub.StreamObserver<Role> responseObserver)
Undeletes a custom [Role][google.iam.admin.v1.Role].
-