Skip to content

Commit c4d3151

Browse files
author
Google APIs
committed
chore: regenerate API index
1 parent 4c8d14a commit c4d3151

1 file changed

Lines changed: 340 additions & 0 deletions

File tree

api-index-v1.json

Lines changed: 340 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -36226,6 +36226,346 @@
3622636226
}
3622736227
]
3622836228
},
36229+
{
36230+
"id": "google.cloud.filestore.v1",
36231+
"directory": "google/cloud/filestore/v1",
36232+
"version": "v1",
36233+
"majorVersion": "v1",
36234+
"hostName": "file.googleapis.com",
36235+
"title": "Cloud Filestore API",
36236+
"description": "The Cloud Filestore API is used for creating and managing cloud file servers.",
36237+
"importDirectories": [
36238+
"google/api",
36239+
"google/longrunning",
36240+
"google/protobuf"
36241+
],
36242+
"options": {
36243+
"java_package": {
36244+
"valueCounts": {
36245+
"com.google.cloud.filestore.v1": 1
36246+
}
36247+
},
36248+
"java_multiple_files": {
36249+
"valueCounts": {
36250+
"true": 1
36251+
}
36252+
},
36253+
"go_package": {
36254+
"valueCounts": {
36255+
"google.golang.org/genproto/googleapis/cloud/filestore/v1;filestore": 1
36256+
}
36257+
},
36258+
"csharp_namespace": {
36259+
"valueCounts": {
36260+
"Google.Cloud.Filestore.V1": 1
36261+
}
36262+
},
36263+
"php_namespace": {
36264+
"valueCounts": {
36265+
"Google\\Cloud\\Filestore\\V1": 1
36266+
}
36267+
}
36268+
},
36269+
"services": [
36270+
{
36271+
"shortName": "CloudFilestoreManager",
36272+
"fullName": "google.cloud.filestore.v1.CloudFilestoreManager",
36273+
"methods": [
36274+
{
36275+
"shortName": "CreateBackup",
36276+
"fullName": "google.cloud.filestore.v1.CloudFilestoreManager.CreateBackup",
36277+
"mode": "UNARY",
36278+
"bindings": [
36279+
{
36280+
"httpMethod": "POST",
36281+
"path": "/v1/{parent=projects/*/locations/*}/backups"
36282+
}
36283+
]
36284+
},
36285+
{
36286+
"shortName": "CreateInstance",
36287+
"fullName": "google.cloud.filestore.v1.CloudFilestoreManager.CreateInstance",
36288+
"mode": "UNARY",
36289+
"bindings": [
36290+
{
36291+
"httpMethod": "POST",
36292+
"path": "/v1/{parent=projects/*/locations/*}/instances"
36293+
}
36294+
]
36295+
},
36296+
{
36297+
"shortName": "DeleteBackup",
36298+
"fullName": "google.cloud.filestore.v1.CloudFilestoreManager.DeleteBackup",
36299+
"mode": "UNARY",
36300+
"bindings": [
36301+
{
36302+
"httpMethod": "DELETE",
36303+
"path": "/v1/{name=projects/*/locations/*/backups/*}"
36304+
}
36305+
]
36306+
},
36307+
{
36308+
"shortName": "DeleteInstance",
36309+
"fullName": "google.cloud.filestore.v1.CloudFilestoreManager.DeleteInstance",
36310+
"mode": "UNARY",
36311+
"bindings": [
36312+
{
36313+
"httpMethod": "DELETE",
36314+
"path": "/v1/{name=projects/*/locations/*/instances/*}"
36315+
}
36316+
]
36317+
},
36318+
{
36319+
"shortName": "GetBackup",
36320+
"fullName": "google.cloud.filestore.v1.CloudFilestoreManager.GetBackup",
36321+
"mode": "UNARY",
36322+
"bindings": [
36323+
{
36324+
"httpMethod": "GET",
36325+
"path": "/v1/{name=projects/*/locations/*/backups/*}"
36326+
}
36327+
]
36328+
},
36329+
{
36330+
"shortName": "GetInstance",
36331+
"fullName": "google.cloud.filestore.v1.CloudFilestoreManager.GetInstance",
36332+
"mode": "UNARY",
36333+
"bindings": [
36334+
{
36335+
"httpMethod": "GET",
36336+
"path": "/v1/{name=projects/*/locations/*/instances/*}"
36337+
}
36338+
]
36339+
},
36340+
{
36341+
"shortName": "ListBackups",
36342+
"fullName": "google.cloud.filestore.v1.CloudFilestoreManager.ListBackups",
36343+
"mode": "UNARY",
36344+
"bindings": [
36345+
{
36346+
"httpMethod": "GET",
36347+
"path": "/v1/{parent=projects/*/locations/*}/backups"
36348+
}
36349+
]
36350+
},
36351+
{
36352+
"shortName": "ListInstances",
36353+
"fullName": "google.cloud.filestore.v1.CloudFilestoreManager.ListInstances",
36354+
"mode": "UNARY",
36355+
"bindings": [
36356+
{
36357+
"httpMethod": "GET",
36358+
"path": "/v1/{parent=projects/*/locations/*}/instances"
36359+
}
36360+
]
36361+
},
36362+
{
36363+
"shortName": "RestoreInstance",
36364+
"fullName": "google.cloud.filestore.v1.CloudFilestoreManager.RestoreInstance",
36365+
"mode": "UNARY",
36366+
"bindings": [
36367+
{
36368+
"httpMethod": "POST",
36369+
"path": "/v1/{name=projects/*/locations/*/instances/*}:restore"
36370+
}
36371+
]
36372+
},
36373+
{
36374+
"shortName": "UpdateBackup",
36375+
"fullName": "google.cloud.filestore.v1.CloudFilestoreManager.UpdateBackup",
36376+
"mode": "UNARY",
36377+
"bindings": [
36378+
{
36379+
"httpMethod": "PATCH",
36380+
"path": "/v1/{backup.name=projects/*/locations/*/backups/*}"
36381+
}
36382+
]
36383+
},
36384+
{
36385+
"shortName": "UpdateInstance",
36386+
"fullName": "google.cloud.filestore.v1.CloudFilestoreManager.UpdateInstance",
36387+
"mode": "UNARY",
36388+
"bindings": [
36389+
{
36390+
"httpMethod": "PATCH",
36391+
"path": "/v1/{instance.name=projects/*/locations/*/instances/*}"
36392+
}
36393+
]
36394+
}
36395+
]
36396+
}
36397+
]
36398+
},
36399+
{
36400+
"id": "google.cloud.filestore.v1beta1",
36401+
"directory": "google/cloud/filestore/v1beta1",
36402+
"version": "v1beta1",
36403+
"majorVersion": "v1",
36404+
"hostName": "file.googleapis.com",
36405+
"title": "Cloud Filestore API",
36406+
"description": "The Cloud Filestore API is used for creating and managing cloud file servers.",
36407+
"importDirectories": [
36408+
"google/api",
36409+
"google/longrunning",
36410+
"google/protobuf"
36411+
],
36412+
"options": {
36413+
"java_package": {
36414+
"valueCounts": {
36415+
"com.google.cloud.filestore.v1beta1": 1
36416+
}
36417+
},
36418+
"java_multiple_files": {
36419+
"valueCounts": {
36420+
"true": 1
36421+
}
36422+
},
36423+
"go_package": {
36424+
"valueCounts": {
36425+
"google.golang.org/genproto/googleapis/cloud/filestore/v1beta1;filestore": 1
36426+
}
36427+
},
36428+
"csharp_namespace": {
36429+
"valueCounts": {
36430+
"Google.Cloud.Filestore.V1Beta1": 1
36431+
}
36432+
},
36433+
"php_namespace": {
36434+
"valueCounts": {
36435+
"Google\\Cloud\\Filestore\\V1beta1": 1
36436+
}
36437+
}
36438+
},
36439+
"services": [
36440+
{
36441+
"shortName": "CloudFilestoreManager",
36442+
"fullName": "google.cloud.filestore.v1beta1.CloudFilestoreManager",
36443+
"methods": [
36444+
{
36445+
"shortName": "CreateBackup",
36446+
"fullName": "google.cloud.filestore.v1beta1.CloudFilestoreManager.CreateBackup",
36447+
"mode": "UNARY",
36448+
"bindings": [
36449+
{
36450+
"httpMethod": "POST",
36451+
"path": "/v1beta1/{parent=projects/*/locations/*}/backups"
36452+
}
36453+
]
36454+
},
36455+
{
36456+
"shortName": "CreateInstance",
36457+
"fullName": "google.cloud.filestore.v1beta1.CloudFilestoreManager.CreateInstance",
36458+
"mode": "UNARY",
36459+
"bindings": [
36460+
{
36461+
"httpMethod": "POST",
36462+
"path": "/v1beta1/{parent=projects/*/locations/*}/instances"
36463+
}
36464+
]
36465+
},
36466+
{
36467+
"shortName": "DeleteBackup",
36468+
"fullName": "google.cloud.filestore.v1beta1.CloudFilestoreManager.DeleteBackup",
36469+
"mode": "UNARY",
36470+
"bindings": [
36471+
{
36472+
"httpMethod": "DELETE",
36473+
"path": "/v1beta1/{name=projects/*/locations/*/backups/*}"
36474+
}
36475+
]
36476+
},
36477+
{
36478+
"shortName": "DeleteInstance",
36479+
"fullName": "google.cloud.filestore.v1beta1.CloudFilestoreManager.DeleteInstance",
36480+
"mode": "UNARY",
36481+
"bindings": [
36482+
{
36483+
"httpMethod": "DELETE",
36484+
"path": "/v1beta1/{name=projects/*/locations/*/instances/*}"
36485+
}
36486+
]
36487+
},
36488+
{
36489+
"shortName": "GetBackup",
36490+
"fullName": "google.cloud.filestore.v1beta1.CloudFilestoreManager.GetBackup",
36491+
"mode": "UNARY",
36492+
"bindings": [
36493+
{
36494+
"httpMethod": "GET",
36495+
"path": "/v1beta1/{name=projects/*/locations/*/backups/*}"
36496+
}
36497+
]
36498+
},
36499+
{
36500+
"shortName": "GetInstance",
36501+
"fullName": "google.cloud.filestore.v1beta1.CloudFilestoreManager.GetInstance",
36502+
"mode": "UNARY",
36503+
"bindings": [
36504+
{
36505+
"httpMethod": "GET",
36506+
"path": "/v1beta1/{name=projects/*/locations/*/instances/*}"
36507+
}
36508+
]
36509+
},
36510+
{
36511+
"shortName": "ListBackups",
36512+
"fullName": "google.cloud.filestore.v1beta1.CloudFilestoreManager.ListBackups",
36513+
"mode": "UNARY",
36514+
"bindings": [
36515+
{
36516+
"httpMethod": "GET",
36517+
"path": "/v1beta1/{parent=projects/*/locations/*}/backups"
36518+
}
36519+
]
36520+
},
36521+
{
36522+
"shortName": "ListInstances",
36523+
"fullName": "google.cloud.filestore.v1beta1.CloudFilestoreManager.ListInstances",
36524+
"mode": "UNARY",
36525+
"bindings": [
36526+
{
36527+
"httpMethod": "GET",
36528+
"path": "/v1beta1/{parent=projects/*/locations/*}/instances"
36529+
}
36530+
]
36531+
},
36532+
{
36533+
"shortName": "RestoreInstance",
36534+
"fullName": "google.cloud.filestore.v1beta1.CloudFilestoreManager.RestoreInstance",
36535+
"mode": "UNARY",
36536+
"bindings": [
36537+
{
36538+
"httpMethod": "POST",
36539+
"path": "/v1beta1/{name=projects/*/locations/*/instances/*}:restore"
36540+
}
36541+
]
36542+
},
36543+
{
36544+
"shortName": "UpdateBackup",
36545+
"fullName": "google.cloud.filestore.v1beta1.CloudFilestoreManager.UpdateBackup",
36546+
"mode": "UNARY",
36547+
"bindings": [
36548+
{
36549+
"httpMethod": "PATCH",
36550+
"path": "/v1beta1/{backup.name=projects/*/locations/*/backups/*}"
36551+
}
36552+
]
36553+
},
36554+
{
36555+
"shortName": "UpdateInstance",
36556+
"fullName": "google.cloud.filestore.v1beta1.CloudFilestoreManager.UpdateInstance",
36557+
"mode": "UNARY",
36558+
"bindings": [
36559+
{
36560+
"httpMethod": "PATCH",
36561+
"path": "/v1beta1/{instance.name=projects/*/locations/*/instances/*}"
36562+
}
36563+
]
36564+
}
36565+
]
36566+
}
36567+
]
36568+
},
3622936569
{
3623036570
"id": "google.cloud.functions.v1",
3623136571
"directory": "google/cloud/functions/v1",

0 commit comments

Comments
 (0)