@googleapis/servicenetworking 24.0.0 → 24.1.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/CHANGELOG.md +7 -0
- package/build/v1.d.ts +9 -9
- package/build/v1beta.d.ts +9 -9
- package/package.json +1 -1
- package/v1.ts +9 -9
- package/v1beta.ts +9 -9
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,12 @@
|
|
|
1
1
|
# Changelog
|
|
2
2
|
|
|
3
|
+
## [24.1.0](https://github.com/googleapis/google-api-nodejs-client/compare/servicenetworking-v24.0.0...servicenetworking-v24.1.0) (2025-07-25)
|
|
4
|
+
|
|
5
|
+
|
|
6
|
+
### Features
|
|
7
|
+
|
|
8
|
+
* run the generator ([#3721](https://github.com/googleapis/google-api-nodejs-client/issues/3721)) ([89a253d](https://github.com/googleapis/google-api-nodejs-client/commit/89a253dc14d931865a4a35fb9093a39a8804ec63))
|
|
9
|
+
|
|
3
10
|
## [24.0.0](https://github.com/googleapis/google-api-nodejs-client/compare/servicenetworking-v23.1.0...servicenetworking-v24.0.0) (2025-07-22)
|
|
4
11
|
|
|
5
12
|
|
package/build/v1.d.ts
CHANGED
|
@@ -242,7 +242,7 @@ export declare namespace servicenetworking_v1 {
|
|
|
242
242
|
useCustomComputeIdempotencyWindow?: boolean | null;
|
|
243
243
|
}
|
|
244
244
|
/**
|
|
245
|
-
* Api is a light-weight descriptor for an API Interface. Interfaces are also described as "protocol buffer services" in some contexts, such as by the "service" keyword in a .proto file, but they are different from API Services, which represent a concrete implementation of an interface as opposed to simply a description of methods and bindings. They are also sometimes simply referred to as "APIs" in other contexts, such as the name of this message itself. See https://cloud.google.com/apis/design/glossary for detailed terminology.
|
|
245
|
+
* Api is a light-weight descriptor for an API Interface. Interfaces are also described as "protocol buffer services" in some contexts, such as by the "service" keyword in a .proto file, but they are different from API Services, which represent a concrete implementation of an interface as opposed to simply a description of methods and bindings. They are also sometimes simply referred to as "APIs" in other contexts, such as the name of this message itself. See https://cloud.google.com/apis/design/glossary for detailed terminology. New usages of this message as an alternative to ServiceDescriptorProto are strongly discouraged. This message does not reliability preserve all information necessary to model the schema and preserve semantics. Instead make use of FileDescriptorSet which preserves the necessary information.
|
|
246
246
|
*/
|
|
247
247
|
export interface Schema$Api {
|
|
248
248
|
/**
|
|
@@ -1000,7 +1000,7 @@ export declare namespace servicenetworking_v1 {
|
|
|
1000
1000
|
target?: string | null;
|
|
1001
1001
|
}
|
|
1002
1002
|
/**
|
|
1003
|
-
* Enum type definition.
|
|
1003
|
+
* Enum type definition. New usages of this message as an alternative to EnumDescriptorProto are strongly discouraged. This message does not reliability preserve all information necessary to model the schema and preserve semantics. Instead make use of FileDescriptorSet which preserves the necessary information.
|
|
1004
1004
|
*/
|
|
1005
1005
|
export interface Schema$Enum {
|
|
1006
1006
|
/**
|
|
@@ -1029,7 +1029,7 @@ export declare namespace servicenetworking_v1 {
|
|
|
1029
1029
|
syntax?: string | null;
|
|
1030
1030
|
}
|
|
1031
1031
|
/**
|
|
1032
|
-
* Enum value definition.
|
|
1032
|
+
* Enum value definition. New usages of this message as an alternative to EnumValueDescriptorProto are strongly discouraged. This message does not reliability preserve all information necessary to model the schema and preserve semantics. Instead make use of FileDescriptorSet which preserves the necessary information.
|
|
1033
1033
|
*/
|
|
1034
1034
|
export interface Schema$EnumValue {
|
|
1035
1035
|
/**
|
|
@@ -1063,7 +1063,7 @@ export declare namespace servicenetworking_v1 {
|
|
|
1063
1063
|
unversionedPackageDisabled?: boolean | null;
|
|
1064
1064
|
}
|
|
1065
1065
|
/**
|
|
1066
|
-
* A single field of a message type.
|
|
1066
|
+
* A single field of a message type. New usages of this message as an alternative to FieldDescriptorProto are strongly discouraged. This message does not reliability preserve all information necessary to model the schema and preserve semantics. Instead make use of FileDescriptorSet which preserves the necessary information.
|
|
1067
1067
|
*/
|
|
1068
1068
|
export interface Schema$Field {
|
|
1069
1069
|
/**
|
|
@@ -1444,11 +1444,11 @@ export declare namespace servicenetworking_v1 {
|
|
|
1444
1444
|
totalPollTimeout?: string | null;
|
|
1445
1445
|
}
|
|
1446
1446
|
/**
|
|
1447
|
-
* Method represents a method of an API interface.
|
|
1447
|
+
* Method represents a method of an API interface. New usages of this message as an alternative to MethodDescriptorProto are strongly discouraged. This message does not reliability preserve all information necessary to model the schema and preserve semantics. Instead make use of FileDescriptorSet which preserves the necessary information.
|
|
1448
1448
|
*/
|
|
1449
1449
|
export interface Schema$Method {
|
|
1450
1450
|
/**
|
|
1451
|
-
* The source edition string, only valid when syntax is SYNTAX_EDITIONS.
|
|
1451
|
+
* The source edition string, only valid when syntax is SYNTAX_EDITIONS. This field should be ignored, instead the edition should be inherited from Api. This is similar to Field and EnumValue.
|
|
1452
1452
|
*/
|
|
1453
1453
|
edition?: string | null;
|
|
1454
1454
|
/**
|
|
@@ -1476,7 +1476,7 @@ export declare namespace servicenetworking_v1 {
|
|
|
1476
1476
|
*/
|
|
1477
1477
|
responseTypeUrl?: string | null;
|
|
1478
1478
|
/**
|
|
1479
|
-
* The source syntax of this method.
|
|
1479
|
+
* The source syntax of this method. This field should be ignored, instead the syntax should be inherited from Api. This is similar to Field and EnumValue.
|
|
1480
1480
|
*/
|
|
1481
1481
|
syntax?: string | null;
|
|
1482
1482
|
}
|
|
@@ -1715,7 +1715,7 @@ export declare namespace servicenetworking_v1 {
|
|
|
1715
1715
|
} | null;
|
|
1716
1716
|
}
|
|
1717
1717
|
/**
|
|
1718
|
-
* A protocol buffer option, which can be attached to a message, field, enumeration, etc.
|
|
1718
|
+
* A protocol buffer option, which can be attached to a message, field, enumeration, etc. New usages of this message as an alternative to FileOptions, MessageOptions, FieldOptions, EnumOptions, EnumValueOptions, ServiceOptions, or MethodOptions are strongly discouraged.
|
|
1719
1719
|
*/
|
|
1720
1720
|
export interface Schema$Option {
|
|
1721
1721
|
/**
|
|
@@ -2314,7 +2314,7 @@ export declare namespace servicenetworking_v1 {
|
|
|
2314
2314
|
rules?: Schema$SystemParameterRule[];
|
|
2315
2315
|
}
|
|
2316
2316
|
/**
|
|
2317
|
-
* A protocol buffer message type.
|
|
2317
|
+
* A protocol buffer message type. New usages of this message as an alternative to DescriptorProto are strongly discouraged. This message does not reliability preserve all information necessary to model the schema and preserve semantics. Instead make use of FileDescriptorSet which preserves the necessary information.
|
|
2318
2318
|
*/
|
|
2319
2319
|
export interface Schema$Type {
|
|
2320
2320
|
/**
|
package/build/v1beta.d.ts
CHANGED
|
@@ -147,7 +147,7 @@ export declare namespace servicenetworking_v1beta {
|
|
|
147
147
|
subnetworkUsers?: string[] | null;
|
|
148
148
|
}
|
|
149
149
|
/**
|
|
150
|
-
* Api is a light-weight descriptor for an API Interface. Interfaces are also described as "protocol buffer services" in some contexts, such as by the "service" keyword in a .proto file, but they are different from API Services, which represent a concrete implementation of an interface as opposed to simply a description of methods and bindings. They are also sometimes simply referred to as "APIs" in other contexts, such as the name of this message itself. See https://cloud.google.com/apis/design/glossary for detailed terminology.
|
|
150
|
+
* Api is a light-weight descriptor for an API Interface. Interfaces are also described as "protocol buffer services" in some contexts, such as by the "service" keyword in a .proto file, but they are different from API Services, which represent a concrete implementation of an interface as opposed to simply a description of methods and bindings. They are also sometimes simply referred to as "APIs" in other contexts, such as the name of this message itself. See https://cloud.google.com/apis/design/glossary for detailed terminology. New usages of this message as an alternative to ServiceDescriptorProto are strongly discouraged. This message does not reliability preserve all information necessary to model the schema and preserve semantics. Instead make use of FileDescriptorSet which preserves the necessary information.
|
|
151
151
|
*/
|
|
152
152
|
export interface Schema$Api {
|
|
153
153
|
/**
|
|
@@ -846,7 +846,7 @@ export declare namespace servicenetworking_v1beta {
|
|
|
846
846
|
target?: string | null;
|
|
847
847
|
}
|
|
848
848
|
/**
|
|
849
|
-
* Enum type definition.
|
|
849
|
+
* Enum type definition. New usages of this message as an alternative to EnumDescriptorProto are strongly discouraged. This message does not reliability preserve all information necessary to model the schema and preserve semantics. Instead make use of FileDescriptorSet which preserves the necessary information.
|
|
850
850
|
*/
|
|
851
851
|
export interface Schema$Enum {
|
|
852
852
|
/**
|
|
@@ -875,7 +875,7 @@ export declare namespace servicenetworking_v1beta {
|
|
|
875
875
|
syntax?: string | null;
|
|
876
876
|
}
|
|
877
877
|
/**
|
|
878
|
-
* Enum value definition.
|
|
878
|
+
* Enum value definition. New usages of this message as an alternative to EnumValueDescriptorProto are strongly discouraged. This message does not reliability preserve all information necessary to model the schema and preserve semantics. Instead make use of FileDescriptorSet which preserves the necessary information.
|
|
879
879
|
*/
|
|
880
880
|
export interface Schema$EnumValue {
|
|
881
881
|
/**
|
|
@@ -909,7 +909,7 @@ export declare namespace servicenetworking_v1beta {
|
|
|
909
909
|
unversionedPackageDisabled?: boolean | null;
|
|
910
910
|
}
|
|
911
911
|
/**
|
|
912
|
-
* A single field of a message type.
|
|
912
|
+
* A single field of a message type. New usages of this message as an alternative to FieldDescriptorProto are strongly discouraged. This message does not reliability preserve all information necessary to model the schema and preserve semantics. Instead make use of FileDescriptorSet which preserves the necessary information.
|
|
913
913
|
*/
|
|
914
914
|
export interface Schema$Field {
|
|
915
915
|
/**
|
|
@@ -1237,11 +1237,11 @@ export declare namespace servicenetworking_v1beta {
|
|
|
1237
1237
|
totalPollTimeout?: string | null;
|
|
1238
1238
|
}
|
|
1239
1239
|
/**
|
|
1240
|
-
* Method represents a method of an API interface.
|
|
1240
|
+
* Method represents a method of an API interface. New usages of this message as an alternative to MethodDescriptorProto are strongly discouraged. This message does not reliability preserve all information necessary to model the schema and preserve semantics. Instead make use of FileDescriptorSet which preserves the necessary information.
|
|
1241
1241
|
*/
|
|
1242
1242
|
export interface Schema$Method {
|
|
1243
1243
|
/**
|
|
1244
|
-
* The source edition string, only valid when syntax is SYNTAX_EDITIONS.
|
|
1244
|
+
* The source edition string, only valid when syntax is SYNTAX_EDITIONS. This field should be ignored, instead the edition should be inherited from Api. This is similar to Field and EnumValue.
|
|
1245
1245
|
*/
|
|
1246
1246
|
edition?: string | null;
|
|
1247
1247
|
/**
|
|
@@ -1269,7 +1269,7 @@ export declare namespace servicenetworking_v1beta {
|
|
|
1269
1269
|
*/
|
|
1270
1270
|
responseTypeUrl?: string | null;
|
|
1271
1271
|
/**
|
|
1272
|
-
* The source syntax of this method.
|
|
1272
|
+
* The source syntax of this method. This field should be ignored, instead the syntax should be inherited from Api. This is similar to Field and EnumValue.
|
|
1273
1273
|
*/
|
|
1274
1274
|
syntax?: string | null;
|
|
1275
1275
|
}
|
|
@@ -1508,7 +1508,7 @@ export declare namespace servicenetworking_v1beta {
|
|
|
1508
1508
|
} | null;
|
|
1509
1509
|
}
|
|
1510
1510
|
/**
|
|
1511
|
-
* A protocol buffer option, which can be attached to a message, field, enumeration, etc.
|
|
1511
|
+
* A protocol buffer option, which can be attached to a message, field, enumeration, etc. New usages of this message as an alternative to FileOptions, MessageOptions, FieldOptions, EnumOptions, EnumValueOptions, ServiceOptions, or MethodOptions are strongly discouraged.
|
|
1512
1512
|
*/
|
|
1513
1513
|
export interface Schema$Option {
|
|
1514
1514
|
/**
|
|
@@ -2038,7 +2038,7 @@ export declare namespace servicenetworking_v1beta {
|
|
|
2038
2038
|
rules?: Schema$SystemParameterRule[];
|
|
2039
2039
|
}
|
|
2040
2040
|
/**
|
|
2041
|
-
* A protocol buffer message type.
|
|
2041
|
+
* A protocol buffer message type. New usages of this message as an alternative to DescriptorProto are strongly discouraged. This message does not reliability preserve all information necessary to model the schema and preserve semantics. Instead make use of FileDescriptorSet which preserves the necessary information.
|
|
2042
2042
|
*/
|
|
2043
2043
|
export interface Schema$Type {
|
|
2044
2044
|
/**
|
package/package.json
CHANGED
package/v1.ts
CHANGED
|
@@ -293,7 +293,7 @@ export namespace servicenetworking_v1 {
|
|
|
293
293
|
useCustomComputeIdempotencyWindow?: boolean | null;
|
|
294
294
|
}
|
|
295
295
|
/**
|
|
296
|
-
* Api is a light-weight descriptor for an API Interface. Interfaces are also described as "protocol buffer services" in some contexts, such as by the "service" keyword in a .proto file, but they are different from API Services, which represent a concrete implementation of an interface as opposed to simply a description of methods and bindings. They are also sometimes simply referred to as "APIs" in other contexts, such as the name of this message itself. See https://cloud.google.com/apis/design/glossary for detailed terminology.
|
|
296
|
+
* Api is a light-weight descriptor for an API Interface. Interfaces are also described as "protocol buffer services" in some contexts, such as by the "service" keyword in a .proto file, but they are different from API Services, which represent a concrete implementation of an interface as opposed to simply a description of methods and bindings. They are also sometimes simply referred to as "APIs" in other contexts, such as the name of this message itself. See https://cloud.google.com/apis/design/glossary for detailed terminology. New usages of this message as an alternative to ServiceDescriptorProto are strongly discouraged. This message does not reliability preserve all information necessary to model the schema and preserve semantics. Instead make use of FileDescriptorSet which preserves the necessary information.
|
|
297
297
|
*/
|
|
298
298
|
export interface Schema$Api {
|
|
299
299
|
/**
|
|
@@ -1037,7 +1037,7 @@ export namespace servicenetworking_v1 {
|
|
|
1037
1037
|
target?: string | null;
|
|
1038
1038
|
}
|
|
1039
1039
|
/**
|
|
1040
|
-
* Enum type definition.
|
|
1040
|
+
* Enum type definition. New usages of this message as an alternative to EnumDescriptorProto are strongly discouraged. This message does not reliability preserve all information necessary to model the schema and preserve semantics. Instead make use of FileDescriptorSet which preserves the necessary information.
|
|
1041
1041
|
*/
|
|
1042
1042
|
export interface Schema$Enum {
|
|
1043
1043
|
/**
|
|
@@ -1066,7 +1066,7 @@ export namespace servicenetworking_v1 {
|
|
|
1066
1066
|
syntax?: string | null;
|
|
1067
1067
|
}
|
|
1068
1068
|
/**
|
|
1069
|
-
* Enum value definition.
|
|
1069
|
+
* Enum value definition. New usages of this message as an alternative to EnumValueDescriptorProto are strongly discouraged. This message does not reliability preserve all information necessary to model the schema and preserve semantics. Instead make use of FileDescriptorSet which preserves the necessary information.
|
|
1070
1070
|
*/
|
|
1071
1071
|
export interface Schema$EnumValue {
|
|
1072
1072
|
/**
|
|
@@ -1100,7 +1100,7 @@ export namespace servicenetworking_v1 {
|
|
|
1100
1100
|
unversionedPackageDisabled?: boolean | null;
|
|
1101
1101
|
}
|
|
1102
1102
|
/**
|
|
1103
|
-
* A single field of a message type.
|
|
1103
|
+
* A single field of a message type. New usages of this message as an alternative to FieldDescriptorProto are strongly discouraged. This message does not reliability preserve all information necessary to model the schema and preserve semantics. Instead make use of FileDescriptorSet which preserves the necessary information.
|
|
1104
1104
|
*/
|
|
1105
1105
|
export interface Schema$Field {
|
|
1106
1106
|
/**
|
|
@@ -1477,11 +1477,11 @@ export namespace servicenetworking_v1 {
|
|
|
1477
1477
|
totalPollTimeout?: string | null;
|
|
1478
1478
|
}
|
|
1479
1479
|
/**
|
|
1480
|
-
* Method represents a method of an API interface.
|
|
1480
|
+
* Method represents a method of an API interface. New usages of this message as an alternative to MethodDescriptorProto are strongly discouraged. This message does not reliability preserve all information necessary to model the schema and preserve semantics. Instead make use of FileDescriptorSet which preserves the necessary information.
|
|
1481
1481
|
*/
|
|
1482
1482
|
export interface Schema$Method {
|
|
1483
1483
|
/**
|
|
1484
|
-
* The source edition string, only valid when syntax is SYNTAX_EDITIONS.
|
|
1484
|
+
* The source edition string, only valid when syntax is SYNTAX_EDITIONS. This field should be ignored, instead the edition should be inherited from Api. This is similar to Field and EnumValue.
|
|
1485
1485
|
*/
|
|
1486
1486
|
edition?: string | null;
|
|
1487
1487
|
/**
|
|
@@ -1509,7 +1509,7 @@ export namespace servicenetworking_v1 {
|
|
|
1509
1509
|
*/
|
|
1510
1510
|
responseTypeUrl?: string | null;
|
|
1511
1511
|
/**
|
|
1512
|
-
* The source syntax of this method.
|
|
1512
|
+
* The source syntax of this method. This field should be ignored, instead the syntax should be inherited from Api. This is similar to Field and EnumValue.
|
|
1513
1513
|
*/
|
|
1514
1514
|
syntax?: string | null;
|
|
1515
1515
|
}
|
|
@@ -1742,7 +1742,7 @@ export namespace servicenetworking_v1 {
|
|
|
1742
1742
|
response?: {[key: string]: any} | null;
|
|
1743
1743
|
}
|
|
1744
1744
|
/**
|
|
1745
|
-
* A protocol buffer option, which can be attached to a message, field, enumeration, etc.
|
|
1745
|
+
* A protocol buffer option, which can be attached to a message, field, enumeration, etc. New usages of this message as an alternative to FileOptions, MessageOptions, FieldOptions, EnumOptions, EnumValueOptions, ServiceOptions, or MethodOptions are strongly discouraged.
|
|
1746
1746
|
*/
|
|
1747
1747
|
export interface Schema$Option {
|
|
1748
1748
|
/**
|
|
@@ -2327,7 +2327,7 @@ export namespace servicenetworking_v1 {
|
|
|
2327
2327
|
rules?: Schema$SystemParameterRule[];
|
|
2328
2328
|
}
|
|
2329
2329
|
/**
|
|
2330
|
-
* A protocol buffer message type.
|
|
2330
|
+
* A protocol buffer message type. New usages of this message as an alternative to DescriptorProto are strongly discouraged. This message does not reliability preserve all information necessary to model the schema and preserve semantics. Instead make use of FileDescriptorSet which preserves the necessary information.
|
|
2331
2331
|
*/
|
|
2332
2332
|
export interface Schema$Type {
|
|
2333
2333
|
/**
|
package/v1beta.ts
CHANGED
|
@@ -198,7 +198,7 @@ export namespace servicenetworking_v1beta {
|
|
|
198
198
|
subnetworkUsers?: string[] | null;
|
|
199
199
|
}
|
|
200
200
|
/**
|
|
201
|
-
* Api is a light-weight descriptor for an API Interface. Interfaces are also described as "protocol buffer services" in some contexts, such as by the "service" keyword in a .proto file, but they are different from API Services, which represent a concrete implementation of an interface as opposed to simply a description of methods and bindings. They are also sometimes simply referred to as "APIs" in other contexts, such as the name of this message itself. See https://cloud.google.com/apis/design/glossary for detailed terminology.
|
|
201
|
+
* Api is a light-weight descriptor for an API Interface. Interfaces are also described as "protocol buffer services" in some contexts, such as by the "service" keyword in a .proto file, but they are different from API Services, which represent a concrete implementation of an interface as opposed to simply a description of methods and bindings. They are also sometimes simply referred to as "APIs" in other contexts, such as the name of this message itself. See https://cloud.google.com/apis/design/glossary for detailed terminology. New usages of this message as an alternative to ServiceDescriptorProto are strongly discouraged. This message does not reliability preserve all information necessary to model the schema and preserve semantics. Instead make use of FileDescriptorSet which preserves the necessary information.
|
|
202
202
|
*/
|
|
203
203
|
export interface Schema$Api {
|
|
204
204
|
/**
|
|
@@ -885,7 +885,7 @@ export namespace servicenetworking_v1beta {
|
|
|
885
885
|
target?: string | null;
|
|
886
886
|
}
|
|
887
887
|
/**
|
|
888
|
-
* Enum type definition.
|
|
888
|
+
* Enum type definition. New usages of this message as an alternative to EnumDescriptorProto are strongly discouraged. This message does not reliability preserve all information necessary to model the schema and preserve semantics. Instead make use of FileDescriptorSet which preserves the necessary information.
|
|
889
889
|
*/
|
|
890
890
|
export interface Schema$Enum {
|
|
891
891
|
/**
|
|
@@ -914,7 +914,7 @@ export namespace servicenetworking_v1beta {
|
|
|
914
914
|
syntax?: string | null;
|
|
915
915
|
}
|
|
916
916
|
/**
|
|
917
|
-
* Enum value definition.
|
|
917
|
+
* Enum value definition. New usages of this message as an alternative to EnumValueDescriptorProto are strongly discouraged. This message does not reliability preserve all information necessary to model the schema and preserve semantics. Instead make use of FileDescriptorSet which preserves the necessary information.
|
|
918
918
|
*/
|
|
919
919
|
export interface Schema$EnumValue {
|
|
920
920
|
/**
|
|
@@ -948,7 +948,7 @@ export namespace servicenetworking_v1beta {
|
|
|
948
948
|
unversionedPackageDisabled?: boolean | null;
|
|
949
949
|
}
|
|
950
950
|
/**
|
|
951
|
-
* A single field of a message type.
|
|
951
|
+
* A single field of a message type. New usages of this message as an alternative to FieldDescriptorProto are strongly discouraged. This message does not reliability preserve all information necessary to model the schema and preserve semantics. Instead make use of FileDescriptorSet which preserves the necessary information.
|
|
952
952
|
*/
|
|
953
953
|
export interface Schema$Field {
|
|
954
954
|
/**
|
|
@@ -1272,11 +1272,11 @@ export namespace servicenetworking_v1beta {
|
|
|
1272
1272
|
totalPollTimeout?: string | null;
|
|
1273
1273
|
}
|
|
1274
1274
|
/**
|
|
1275
|
-
* Method represents a method of an API interface.
|
|
1275
|
+
* Method represents a method of an API interface. New usages of this message as an alternative to MethodDescriptorProto are strongly discouraged. This message does not reliability preserve all information necessary to model the schema and preserve semantics. Instead make use of FileDescriptorSet which preserves the necessary information.
|
|
1276
1276
|
*/
|
|
1277
1277
|
export interface Schema$Method {
|
|
1278
1278
|
/**
|
|
1279
|
-
* The source edition string, only valid when syntax is SYNTAX_EDITIONS.
|
|
1279
|
+
* The source edition string, only valid when syntax is SYNTAX_EDITIONS. This field should be ignored, instead the edition should be inherited from Api. This is similar to Field and EnumValue.
|
|
1280
1280
|
*/
|
|
1281
1281
|
edition?: string | null;
|
|
1282
1282
|
/**
|
|
@@ -1304,7 +1304,7 @@ export namespace servicenetworking_v1beta {
|
|
|
1304
1304
|
*/
|
|
1305
1305
|
responseTypeUrl?: string | null;
|
|
1306
1306
|
/**
|
|
1307
|
-
* The source syntax of this method.
|
|
1307
|
+
* The source syntax of this method. This field should be ignored, instead the syntax should be inherited from Api. This is similar to Field and EnumValue.
|
|
1308
1308
|
*/
|
|
1309
1309
|
syntax?: string | null;
|
|
1310
1310
|
}
|
|
@@ -1537,7 +1537,7 @@ export namespace servicenetworking_v1beta {
|
|
|
1537
1537
|
response?: {[key: string]: any} | null;
|
|
1538
1538
|
}
|
|
1539
1539
|
/**
|
|
1540
|
-
* A protocol buffer option, which can be attached to a message, field, enumeration, etc.
|
|
1540
|
+
* A protocol buffer option, which can be attached to a message, field, enumeration, etc. New usages of this message as an alternative to FileOptions, MessageOptions, FieldOptions, EnumOptions, EnumValueOptions, ServiceOptions, or MethodOptions are strongly discouraged.
|
|
1541
1541
|
*/
|
|
1542
1542
|
export interface Schema$Option {
|
|
1543
1543
|
/**
|
|
@@ -2053,7 +2053,7 @@ export namespace servicenetworking_v1beta {
|
|
|
2053
2053
|
rules?: Schema$SystemParameterRule[];
|
|
2054
2054
|
}
|
|
2055
2055
|
/**
|
|
2056
|
-
* A protocol buffer message type.
|
|
2056
|
+
* A protocol buffer message type. New usages of this message as an alternative to DescriptorProto are strongly discouraged. This message does not reliability preserve all information necessary to model the schema and preserve semantics. Instead make use of FileDescriptorSet which preserves the necessary information.
|
|
2057
2057
|
*/
|
|
2058
2058
|
export interface Schema$Type {
|
|
2059
2059
|
/**
|