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