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 UndeleteServiceAccountResponse
IAMClient. 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 UndeleteServiceAccountResponse
UndeleteServiceAccountResponse.Builder. build()
UndeleteServiceAccountResponse
UndeleteServiceAccountResponse.Builder. buildPartial()
static UndeleteServiceAccountResponse
UndeleteServiceAccountResponse. getDefaultInstance()
UndeleteServiceAccountResponse
UndeleteServiceAccountResponse.Builder. getDefaultInstanceForType()
UndeleteServiceAccountResponse
UndeleteServiceAccountResponse. getDefaultInstanceForType()
static UndeleteServiceAccountResponse
UndeleteServiceAccountResponse. parseDelimitedFrom(InputStream input)
static UndeleteServiceAccountResponse
UndeleteServiceAccountResponse. parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static UndeleteServiceAccountResponse
UndeleteServiceAccountResponse. parseFrom(byte[] data)
static UndeleteServiceAccountResponse
UndeleteServiceAccountResponse. parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static UndeleteServiceAccountResponse
UndeleteServiceAccountResponse. parseFrom(com.google.protobuf.ByteString data)
static UndeleteServiceAccountResponse
UndeleteServiceAccountResponse. parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static UndeleteServiceAccountResponse
UndeleteServiceAccountResponse. parseFrom(com.google.protobuf.CodedInputStream input)
static UndeleteServiceAccountResponse
UndeleteServiceAccountResponse. parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static UndeleteServiceAccountResponse
UndeleteServiceAccountResponse. parseFrom(InputStream input)
static UndeleteServiceAccountResponse
UndeleteServiceAccountResponse. parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static UndeleteServiceAccountResponse
UndeleteServiceAccountResponse. parseFrom(ByteBuffer data)
static UndeleteServiceAccountResponse
UndeleteServiceAccountResponse. parseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
UndeleteServiceAccountResponse
IAMGrpc.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.Builder
UndeleteServiceAccountResponse.Builder. mergeFrom(UndeleteServiceAccountResponse other)
static UndeleteServiceAccountResponse.Builder
UndeleteServiceAccountResponse. newBuilder(UndeleteServiceAccountResponse prototype)
Method parameters in com.google.iam.admin.v1 with type arguments of type UndeleteServiceAccountResponse Modifier and Type Method Description default void
IAMGrpc.AsyncService. undeleteServiceAccount(UndeleteServiceAccountRequest request, io.grpc.stub.StreamObserver<UndeleteServiceAccountResponse> responseObserver)
Restores a deleted [ServiceAccount][google.iam.admin.v1.ServiceAccount].void
IAMGrpc.IAMStub. undeleteServiceAccount(UndeleteServiceAccountRequest request, io.grpc.stub.StreamObserver<UndeleteServiceAccountResponse> responseObserver)
Restores a deleted [ServiceAccount][google.iam.admin.v1.ServiceAccount].
-