Skip to content

Commit 401d297

Browse files
1 parent 63c5ed9 commit 401d297

File tree

170 files changed

+1032
-210742
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

170 files changed

+1032
-210742
lines changed

.jsdoc.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
// Copyright 2024 Google LLC
1+
// Copyright 2025 Google LLC
22
//
33
// Licensed under the Apache License, Version 2.0 (the "License");
44
// you may not use this file except in compliance with the License.
@@ -40,7 +40,7 @@ module.exports = {
4040
includePattern: '\\.js$'
4141
},
4242
templates: {
43-
copyright: 'Copyright 2024 Google LLC',
43+
copyright: 'Copyright 2025 Google LLC',
4444
includeDate: false,
4545
sourceFiles: false,
4646
systemName: '@google-cloud/firestore',

dev/protos/admin_v1.json

Lines changed: 23 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2172,6 +2172,10 @@
21722172
"rule": "repeated",
21732173
"type": "ClientLibraryDestination",
21742174
"id": 2
2175+
},
2176+
"selectiveGapicGeneration": {
2177+
"type": "SelectiveGapicGeneration",
2178+
"id": 3
21752179
}
21762180
}
21772181
},
@@ -2324,6 +2328,10 @@
23242328
"restAsyncIoEnabled": {
23252329
"type": "bool",
23262330
"id": 1
2331+
},
2332+
"protobufPythonicTypesEnabled": {
2333+
"type": "bool",
2334+
"id": 2
23272335
}
23282336
}
23292337
}
@@ -2383,6 +2391,11 @@
23832391
"common": {
23842392
"type": "CommonLanguageSettings",
23852393
"id": 1
2394+
},
2395+
"renamedServices": {
2396+
"keyType": "string",
2397+
"type": "string",
2398+
"id": 2
23862399
}
23872400
}
23882401
},
@@ -2444,6 +2457,15 @@
24442457
"PACKAGE_MANAGER": 20
24452458
}
24462459
},
2460+
"SelectiveGapicGeneration": {
2461+
"fields": {
2462+
"methods": {
2463+
"rule": "repeated",
2464+
"type": "string",
2465+
"id": 1
2466+
}
2467+
}
2468+
},
24472469
"LaunchStage": {
24482470
"values": {
24492471
"LAUNCH_STAGE_UNSPECIFIED": 0,
@@ -3970,6 +3992,7 @@
39703992
"java_multiple_files": true,
39713993
"java_outer_classname": "OperationsProto",
39723994
"java_package": "com.google.longrunning",
3995+
"objc_class_prefix": "GLRUN",
39733996
"php_namespace": "Google\\LongRunning"
39743997
},
39753998
"nested": {

dev/protos/firestore_admin_v1_proto_api.d.ts

Lines changed: 66 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4770,6 +4770,9 @@ export namespace google {
47704770

47714771
/** CommonLanguageSettings destinations */
47724772
destinations?: (google.api.ClientLibraryDestination[]|null);
4773+
4774+
/** CommonLanguageSettings selectiveGapicGeneration */
4775+
selectiveGapicGeneration?: (google.api.ISelectiveGapicGeneration|null);
47734776
}
47744777

47754778
/** Represents a CommonLanguageSettings. */
@@ -4787,6 +4790,9 @@ export namespace google {
47874790
/** CommonLanguageSettings destinations. */
47884791
public destinations: google.api.ClientLibraryDestination[];
47894792

4793+
/** CommonLanguageSettings selectiveGapicGeneration. */
4794+
public selectiveGapicGeneration?: (google.api.ISelectiveGapicGeneration|null);
4795+
47904796
/**
47914797
* Creates a CommonLanguageSettings message from a plain object. Also converts values to their respective internal types.
47924798
* @param object Plain object
@@ -5249,6 +5255,9 @@ export namespace google {
52495255

52505256
/** ExperimentalFeatures restAsyncIoEnabled */
52515257
restAsyncIoEnabled?: (boolean|null);
5258+
5259+
/** ExperimentalFeatures protobufPythonicTypesEnabled */
5260+
protobufPythonicTypesEnabled?: (boolean|null);
52525261
}
52535262

52545263
/** Represents an ExperimentalFeatures. */
@@ -5263,6 +5272,9 @@ export namespace google {
52635272
/** ExperimentalFeatures restAsyncIoEnabled. */
52645273
public restAsyncIoEnabled: boolean;
52655274

5275+
/** ExperimentalFeatures protobufPythonicTypesEnabled. */
5276+
public protobufPythonicTypesEnabled: boolean;
5277+
52665278
/**
52675279
* Creates an ExperimentalFeatures message from a plain object. Also converts values to their respective internal types.
52685280
* @param object Plain object
@@ -5472,6 +5484,9 @@ export namespace google {
54725484

54735485
/** GoSettings common */
54745486
common?: (google.api.ICommonLanguageSettings|null);
5487+
5488+
/** GoSettings renamedServices */
5489+
renamedServices?: ({ [k: string]: string }|null);
54755490
}
54765491

54775492
/** Represents a GoSettings. */
@@ -5486,6 +5501,9 @@ export namespace google {
54865501
/** GoSettings common. */
54875502
public common?: (google.api.ICommonLanguageSettings|null);
54885503

5504+
/** GoSettings renamedServices. */
5505+
public renamedServices: { [k: string]: string };
5506+
54895507
/**
54905508
* Creates a GoSettings message from a plain object. Also converts values to their respective internal types.
54915509
* @param object Plain object
@@ -5652,6 +5670,54 @@ export namespace google {
56525670
type ClientLibraryDestination =
56535671
"CLIENT_LIBRARY_DESTINATION_UNSPECIFIED"| "GITHUB"| "PACKAGE_MANAGER";
56545672

5673+
/** Properties of a SelectiveGapicGeneration. */
5674+
interface ISelectiveGapicGeneration {
5675+
5676+
/** SelectiveGapicGeneration methods */
5677+
methods?: (string[]|null);
5678+
}
5679+
5680+
/** Represents a SelectiveGapicGeneration. */
5681+
class SelectiveGapicGeneration implements ISelectiveGapicGeneration {
5682+
5683+
/**
5684+
* Constructs a new SelectiveGapicGeneration.
5685+
* @param [properties] Properties to set
5686+
*/
5687+
constructor(properties?: google.api.ISelectiveGapicGeneration);
5688+
5689+
/** SelectiveGapicGeneration methods. */
5690+
public methods: string[];
5691+
5692+
/**
5693+
* Creates a SelectiveGapicGeneration message from a plain object. Also converts values to their respective internal types.
5694+
* @param object Plain object
5695+
* @returns SelectiveGapicGeneration
5696+
*/
5697+
public static fromObject(object: { [k: string]: any }): google.api.SelectiveGapicGeneration;
5698+
5699+
/**
5700+
* Creates a plain object from a SelectiveGapicGeneration message. Also converts values to other types if specified.
5701+
* @param message SelectiveGapicGeneration
5702+
* @param [options] Conversion options
5703+
* @returns Plain object
5704+
*/
5705+
public static toObject(message: google.api.SelectiveGapicGeneration, options?: $protobuf.IConversionOptions): { [k: string]: any };
5706+
5707+
/**
5708+
* Converts this SelectiveGapicGeneration to JSON.
5709+
* @returns JSON object
5710+
*/
5711+
public toJSON(): { [k: string]: any };
5712+
5713+
/**
5714+
* Gets the default type url for SelectiveGapicGeneration
5715+
* @param [typeUrlPrefix] your custom typeUrlPrefix(default "type.googleapis.com")
5716+
* @returns The default type url
5717+
*/
5718+
public static getTypeUrl(typeUrlPrefix?: string): string;
5719+
}
5720+
56555721
/** LaunchStage enum. */
56565722
type LaunchStage =
56575723
"LAUNCH_STAGE_UNSPECIFIED"| "UNIMPLEMENTED"| "PRELAUNCH"| "EARLY_ACCESS"| "ALPHA"| "BETA"| "GA"| "DEPRECATED";

0 commit comments

Comments
 (0)