Skip to content

Commit

Permalink
build: update gapic generator to allow individual location mixin gene…
Browse files Browse the repository at this point in the history
…ration (#2050)

- [ ] Regenerate this pull request now.

PiperOrigin-RevId: 638462084

Source-Link: https://togithub.com/googleapis/googleapis/commit/e5d56361fda138e2432f73504c7fd6e1cf4cce14

Source-Link: https://togithub.com/googleapis/googleapis-gen/commit/d02b2f9239c3e1de647ef37fb10a5e424aa0b7a5
Copy-Tag: eyJwIjoiLmdpdGh1Yi8uT3dsQm90LnlhbWwiLCJoIjoiZDAyYjJmOTIzOWMzZTFkZTY0N2VmMzdmYjEwYTVlNDI0YWEwYjdhNSJ9
  • Loading branch information
gcf-owl-bot[bot] authored Jun 11, 2024
1 parent 672e6d8 commit 6732d4d
Show file tree
Hide file tree
Showing 16 changed files with 15,781 additions and 6,506 deletions.
49 changes: 11 additions & 38 deletions dev/protos/admin_v1.json
Original file line number Diff line number Diff line change
Expand Up @@ -2230,7 +2230,6 @@
"Edition": {
"values": {
"EDITION_UNKNOWN": 0,
"EDITION_LEGACY": 900,
"EDITION_PROTO2": 998,
"EDITION_PROTO3": 999,
"EDITION_2023": 1000,
Expand Down Expand Up @@ -2956,10 +2955,6 @@
"type": "FeatureSet",
"id": 21
},
"featureSupport": {
"type": "FeatureSupport",
"id": 22
},
"uninterpretedOption": {
"rule": "repeated",
"type": "UninterpretedOption",
Expand Down Expand Up @@ -3029,26 +3024,6 @@
"id": 2
}
}
},
"FeatureSupport": {
"fields": {
"editionIntroduced": {
"type": "Edition",
"id": 1
},
"editionDeprecated": {
"type": "Edition",
"id": 2
},
"deprecationWarning": {
"type": "string",
"id": 3
},
"editionRemoved": {
"type": "Edition",
"id": 4
}
}
}
}
},
Expand Down Expand Up @@ -3272,7 +3247,6 @@
"options": {
"retention": "RETENTION_RUNTIME",
"targets": "TARGET_TYPE_FILE",
"feature_support.edition_introduced": "EDITION_2023",
"edition_defaults.edition": "EDITION_2023",
"edition_defaults.value": "EXPLICIT"
}
Expand All @@ -3283,7 +3257,6 @@
"options": {
"retention": "RETENTION_RUNTIME",
"targets": "TARGET_TYPE_FILE",
"feature_support.edition_introduced": "EDITION_2023",
"edition_defaults.edition": "EDITION_PROTO3",
"edition_defaults.value": "OPEN"
}
Expand All @@ -3294,7 +3267,6 @@
"options": {
"retention": "RETENTION_RUNTIME",
"targets": "TARGET_TYPE_FILE",
"feature_support.edition_introduced": "EDITION_2023",
"edition_defaults.edition": "EDITION_PROTO3",
"edition_defaults.value": "PACKED"
}
Expand All @@ -3305,7 +3277,6 @@
"options": {
"retention": "RETENTION_RUNTIME",
"targets": "TARGET_TYPE_FILE",
"feature_support.edition_introduced": "EDITION_2023",
"edition_defaults.edition": "EDITION_PROTO3",
"edition_defaults.value": "VERIFY"
}
Expand All @@ -3316,7 +3287,6 @@
"options": {
"retention": "RETENTION_RUNTIME",
"targets": "TARGET_TYPE_FILE",
"feature_support.edition_introduced": "EDITION_2023",
"edition_defaults.edition": "EDITION_PROTO2",
"edition_defaults.value": "LENGTH_PREFIXED"
}
Expand All @@ -3327,7 +3297,6 @@
"options": {
"retention": "RETENTION_RUNTIME",
"targets": "TARGET_TYPE_FILE",
"feature_support.edition_introduced": "EDITION_2023",
"edition_defaults.edition": "EDITION_PROTO3",
"edition_defaults.value": "ALLOW"
}
Expand All @@ -3336,7 +3305,15 @@
"extensions": [
[
1000,
9994
1000
],
[
1001,
1001
],
[
1002,
1002
],
[
9995,
Expand Down Expand Up @@ -3422,13 +3399,9 @@
"type": "Edition",
"id": 3
},
"overridableFeatures": {
"type": "FeatureSet",
"id": 4
},
"fixedFeatures": {
"features": {
"type": "FeatureSet",
"id": 5
"id": 2
}
}
}
Expand Down
88 changes: 5 additions & 83 deletions dev/protos/firestore_admin_v1_proto_api.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -5044,7 +5044,7 @@ export namespace google {

/** Edition enum. */
type Edition =
"EDITION_UNKNOWN"| "EDITION_LEGACY"| "EDITION_PROTO2"| "EDITION_PROTO3"| "EDITION_2023"| "EDITION_2024"| "EDITION_1_TEST_ONLY"| "EDITION_2_TEST_ONLY"| "EDITION_99997_TEST_ONLY"| "EDITION_99998_TEST_ONLY"| "EDITION_99999_TEST_ONLY"| "EDITION_MAX";
"EDITION_UNKNOWN"| "EDITION_PROTO2"| "EDITION_PROTO3"| "EDITION_2023"| "EDITION_2024"| "EDITION_1_TEST_ONLY"| "EDITION_2_TEST_ONLY"| "EDITION_99997_TEST_ONLY"| "EDITION_99998_TEST_ONLY"| "EDITION_99999_TEST_ONLY"| "EDITION_MAX";

/** Properties of a FileDescriptorProto. */
interface IFileDescriptorProto {
Expand Down Expand Up @@ -6334,9 +6334,6 @@ export namespace google {
/** FieldOptions features */
features?: (google.protobuf.IFeatureSet|null);

/** FieldOptions featureSupport */
featureSupport?: (google.protobuf.FieldOptions.IFeatureSupport|null);

/** FieldOptions uninterpretedOption */
uninterpretedOption?: (google.protobuf.IUninterpretedOption[]|null);

Expand Down Expand Up @@ -6392,9 +6389,6 @@ export namespace google {
/** FieldOptions features. */
public features?: (google.protobuf.IFeatureSet|null);

/** FieldOptions featureSupport. */
public featureSupport?: (google.protobuf.FieldOptions.IFeatureSupport|null);

/** FieldOptions uninterpretedOption. */
public uninterpretedOption: google.protobuf.IUninterpretedOption[];

Expand Down Expand Up @@ -6498,72 +6492,6 @@ export namespace google {
*/
public static getTypeUrl(typeUrlPrefix?: string): string;
}

/** Properties of a FeatureSupport. */
interface IFeatureSupport {

/** FeatureSupport editionIntroduced */
editionIntroduced?: (google.protobuf.Edition|null);

/** FeatureSupport editionDeprecated */
editionDeprecated?: (google.protobuf.Edition|null);

/** FeatureSupport deprecationWarning */
deprecationWarning?: (string|null);

/** FeatureSupport editionRemoved */
editionRemoved?: (google.protobuf.Edition|null);
}

/** Represents a FeatureSupport. */
class FeatureSupport implements IFeatureSupport {

/**
* Constructs a new FeatureSupport.
* @param [properties] Properties to set
*/
constructor(properties?: google.protobuf.FieldOptions.IFeatureSupport);

/** FeatureSupport editionIntroduced. */
public editionIntroduced: google.protobuf.Edition;

/** FeatureSupport editionDeprecated. */
public editionDeprecated: google.protobuf.Edition;

/** FeatureSupport deprecationWarning. */
public deprecationWarning: string;

/** FeatureSupport editionRemoved. */
public editionRemoved: google.protobuf.Edition;

/**
* Creates a FeatureSupport message from a plain object. Also converts values to their respective internal types.
* @param object Plain object
* @returns FeatureSupport
*/
public static fromObject(object: { [k: string]: any }): google.protobuf.FieldOptions.FeatureSupport;

/**
* Creates a plain object from a FeatureSupport message. Also converts values to other types if specified.
* @param message FeatureSupport
* @param [options] Conversion options
* @returns Plain object
*/
public static toObject(message: google.protobuf.FieldOptions.FeatureSupport, options?: $protobuf.IConversionOptions): { [k: string]: any };

/**
* Converts this FeatureSupport to JSON.
* @returns JSON object
*/
public toJSON(): { [k: string]: any };

/**
* Gets the default type url for FeatureSupport
* @param [typeUrlPrefix] your custom typeUrlPrefix(default "type.googleapis.com")
* @returns The default type url
*/
public static getTypeUrl(typeUrlPrefix?: string): string;
}
}

/** Properties of an OneofOptions. */
Expand Down Expand Up @@ -7223,11 +7151,8 @@ export namespace google {
/** FeatureSetEditionDefault edition */
edition?: (google.protobuf.Edition|null);

/** FeatureSetEditionDefault overridableFeatures */
overridableFeatures?: (google.protobuf.IFeatureSet|null);

/** FeatureSetEditionDefault fixedFeatures */
fixedFeatures?: (google.protobuf.IFeatureSet|null);
/** FeatureSetEditionDefault features */
features?: (google.protobuf.IFeatureSet|null);
}

/** Represents a FeatureSetEditionDefault. */
Expand All @@ -7242,11 +7167,8 @@ export namespace google {
/** FeatureSetEditionDefault edition. */
public edition: google.protobuf.Edition;

/** FeatureSetEditionDefault overridableFeatures. */
public overridableFeatures?: (google.protobuf.IFeatureSet|null);

/** FeatureSetEditionDefault fixedFeatures. */
public fixedFeatures?: (google.protobuf.IFeatureSet|null);
/** FeatureSetEditionDefault features. */
public features?: (google.protobuf.IFeatureSet|null);

/**
* Creates a FeatureSetEditionDefault message from a plain object. Also converts values to their respective internal types.
Expand Down
Loading

0 comments on commit 6732d4d

Please sign in to comment.