Tetap teratur dengan koleksi
Simpan dan kategorikan konten berdasarkan preferensi Anda.
REST API
enum PreconditionError {
// Not set.
PRECONDITION_ERROR_UNSPECIFIED = 0;
// Specifies that Service Networking was not enabled.
SERVICE_NETWORKING_NOT_ENABLED = 1;
// Specifies that Network is not peered with PSA producer network.
NETWORK_NOT_PEERED = 2;
// Private Service Access IP address range exhausted or does not exist.
NETWORK_RANGES_NOT_AVAILABLE = 3;
// Compute Engine API is not enabled for project.
COMPUTE_ENGINE_NOT_ENABLED = 4;
// Service account used by service networking does not have access.
SERVICE_NETWORKING_PERMISSION_DENIED = 5;
}
[[["Mudah dipahami","easyToUnderstand","thumb-up"],["Memecahkan masalah saya","solvedMyProblem","thumb-up"],["Lainnya","otherUp","thumb-up"]],[["Sulit dipahami","hardToUnderstand","thumb-down"],["Informasi atau kode contoh salah","incorrectInformationOrSampleCode","thumb-down"],["Informasi/contoh yang saya butuhkan tidak ada","missingTheInformationSamplesINeed","thumb-down"],["Masalah terjemahan","translationIssue","thumb-down"],["Lainnya","otherDown","thumb-down"]],["Terakhir diperbarui pada 2025-08-08 UTC."],[],[]]