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 RoleIAMClient. 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 UndeleteRoleRequestUndeleteRoleRequest.Builder. build()UndeleteRoleRequestUndeleteRoleRequest.Builder. buildPartial()static UndeleteRoleRequestUndeleteRoleRequest. getDefaultInstance()UndeleteRoleRequestUndeleteRoleRequest.Builder. getDefaultInstanceForType()UndeleteRoleRequestUndeleteRoleRequest. getDefaultInstanceForType()static UndeleteRoleRequestUndeleteRoleRequest. parseDelimitedFrom(InputStream input)static UndeleteRoleRequestUndeleteRoleRequest. parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static UndeleteRoleRequestUndeleteRoleRequest. parseFrom(byte[] data)static UndeleteRoleRequestUndeleteRoleRequest. parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static UndeleteRoleRequestUndeleteRoleRequest. parseFrom(com.google.protobuf.ByteString data)static UndeleteRoleRequestUndeleteRoleRequest. parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static UndeleteRoleRequestUndeleteRoleRequest. parseFrom(com.google.protobuf.CodedInputStream input)static UndeleteRoleRequestUndeleteRoleRequest. parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static UndeleteRoleRequestUndeleteRoleRequest. parseFrom(InputStream input)static UndeleteRoleRequestUndeleteRoleRequest. parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static UndeleteRoleRequestUndeleteRoleRequest. parseFrom(ByteBuffer data)static UndeleteRoleRequestUndeleteRoleRequest. 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.BuilderUndeleteRoleRequest.Builder. mergeFrom(UndeleteRoleRequest other)static UndeleteRoleRequest.BuilderUndeleteRoleRequest. newBuilder(UndeleteRoleRequest prototype)default voidIAMGrpc.AsyncService. undeleteRole(UndeleteRoleRequest request, io.grpc.stub.StreamObserver<Role> responseObserver)Undeletes a custom [Role][google.iam.admin.v1.Role].RoleIAMGrpc.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].voidIAMGrpc.IAMStub. undeleteRole(UndeleteRoleRequest request, io.grpc.stub.StreamObserver<Role> responseObserver)Undeletes a custom [Role][google.iam.admin.v1.Role].
-