@lansweeper/discovery-cloud-proto 0.0.20 → 0.0.21
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/gen-proto/discovery_cloud_pb.d.ts +35 -29
- package/gen-proto/discovery_cloud_pb.js +234 -183
- package/gen-proto/image.json +1 -1
- package/package.json +2 -2
- package/proto/discovery_cloud.proto +11 -7
|
@@ -951,6 +951,35 @@ export namespace GCPPolicyBingings {
|
|
|
951
951
|
}
|
|
952
952
|
}
|
|
953
953
|
|
|
954
|
+
export class GCPBucketWebsiteData extends jspb.Message {
|
|
955
|
+
|
|
956
|
+
hasMainPageSuffix(): boolean;
|
|
957
|
+
clearMainPageSuffix(): void;
|
|
958
|
+
getMainPageSuffix(): google_protobuf_wrappers_pb.StringValue | undefined;
|
|
959
|
+
setMainPageSuffix(value?: google_protobuf_wrappers_pb.StringValue): GCPBucketWebsiteData;
|
|
960
|
+
|
|
961
|
+
hasNotFoundPage(): boolean;
|
|
962
|
+
clearNotFoundPage(): void;
|
|
963
|
+
getNotFoundPage(): google_protobuf_wrappers_pb.StringValue | undefined;
|
|
964
|
+
setNotFoundPage(value?: google_protobuf_wrappers_pb.StringValue): GCPBucketWebsiteData;
|
|
965
|
+
|
|
966
|
+
serializeBinary(): Uint8Array;
|
|
967
|
+
toObject(includeInstance?: boolean): GCPBucketWebsiteData.AsObject;
|
|
968
|
+
static toObject(includeInstance: boolean, msg: GCPBucketWebsiteData): GCPBucketWebsiteData.AsObject;
|
|
969
|
+
static extensions: {[key: number]: jspb.ExtensionFieldInfo<jspb.Message>};
|
|
970
|
+
static extensionsBinary: {[key: number]: jspb.ExtensionFieldBinaryInfo<jspb.Message>};
|
|
971
|
+
static serializeBinaryToWriter(message: GCPBucketWebsiteData, writer: jspb.BinaryWriter): void;
|
|
972
|
+
static deserializeBinary(bytes: Uint8Array): GCPBucketWebsiteData;
|
|
973
|
+
static deserializeBinaryFromReader(message: GCPBucketWebsiteData, reader: jspb.BinaryReader): GCPBucketWebsiteData;
|
|
974
|
+
}
|
|
975
|
+
|
|
976
|
+
export namespace GCPBucketWebsiteData {
|
|
977
|
+
export type AsObject = {
|
|
978
|
+
MainPageSuffix?: google_protobuf_wrappers_pb.StringValue.AsObject,
|
|
979
|
+
NotFoundPage?: google_protobuf_wrappers_pb.StringValue.AsObject,
|
|
980
|
+
}
|
|
981
|
+
}
|
|
982
|
+
|
|
954
983
|
export class GCPBucketAccessControl extends jspb.Message {
|
|
955
984
|
|
|
956
985
|
hasEmail(): boolean;
|
|
@@ -992,35 +1021,6 @@ export namespace GCPBucketAccessControl {
|
|
|
992
1021
|
}
|
|
993
1022
|
}
|
|
994
1023
|
|
|
995
|
-
export class GCPBucketWebsiteData extends jspb.Message {
|
|
996
|
-
|
|
997
|
-
hasMainPageSuffix(): boolean;
|
|
998
|
-
clearMainPageSuffix(): void;
|
|
999
|
-
getMainPageSuffix(): google_protobuf_wrappers_pb.StringValue | undefined;
|
|
1000
|
-
setMainPageSuffix(value?: google_protobuf_wrappers_pb.StringValue): GCPBucketWebsiteData;
|
|
1001
|
-
|
|
1002
|
-
hasNotFoundPage(): boolean;
|
|
1003
|
-
clearNotFoundPage(): void;
|
|
1004
|
-
getNotFoundPage(): google_protobuf_wrappers_pb.StringValue | undefined;
|
|
1005
|
-
setNotFoundPage(value?: google_protobuf_wrappers_pb.StringValue): GCPBucketWebsiteData;
|
|
1006
|
-
|
|
1007
|
-
serializeBinary(): Uint8Array;
|
|
1008
|
-
toObject(includeInstance?: boolean): GCPBucketWebsiteData.AsObject;
|
|
1009
|
-
static toObject(includeInstance: boolean, msg: GCPBucketWebsiteData): GCPBucketWebsiteData.AsObject;
|
|
1010
|
-
static extensions: {[key: number]: jspb.ExtensionFieldInfo<jspb.Message>};
|
|
1011
|
-
static extensionsBinary: {[key: number]: jspb.ExtensionFieldBinaryInfo<jspb.Message>};
|
|
1012
|
-
static serializeBinaryToWriter(message: GCPBucketWebsiteData, writer: jspb.BinaryWriter): void;
|
|
1013
|
-
static deserializeBinary(bytes: Uint8Array): GCPBucketWebsiteData;
|
|
1014
|
-
static deserializeBinaryFromReader(message: GCPBucketWebsiteData, reader: jspb.BinaryReader): GCPBucketWebsiteData;
|
|
1015
|
-
}
|
|
1016
|
-
|
|
1017
|
-
export namespace GCPBucketWebsiteData {
|
|
1018
|
-
export type AsObject = {
|
|
1019
|
-
MainPageSuffix?: google_protobuf_wrappers_pb.StringValue.AsObject,
|
|
1020
|
-
NotFoundPage?: google_protobuf_wrappers_pb.StringValue.AsObject,
|
|
1021
|
-
}
|
|
1022
|
-
}
|
|
1023
|
-
|
|
1024
1024
|
export class GCPBucketObject extends jspb.Message {
|
|
1025
1025
|
|
|
1026
1026
|
hasName(): boolean;
|
|
@@ -11107,6 +11107,11 @@ export class AzureMicrosoftCompute extends jspb.Message {
|
|
|
11107
11107
|
getADK_price(): google_protobuf_wrappers_pb.StringValue | undefined;
|
|
11108
11108
|
setADK_price(value?: google_protobuf_wrappers_pb.StringValue): AzureMicrosoftCompute;
|
|
11109
11109
|
|
|
11110
|
+
hasArchitecture(): boolean;
|
|
11111
|
+
clearArchitecture(): void;
|
|
11112
|
+
getArchitecture(): google_protobuf_wrappers_pb.StringValue | undefined;
|
|
11113
|
+
setArchitecture(value?: google_protobuf_wrappers_pb.StringValue): AzureMicrosoftCompute;
|
|
11114
|
+
|
|
11110
11115
|
serializeBinary(): Uint8Array;
|
|
11111
11116
|
toObject(includeInstance?: boolean): AzureMicrosoftCompute.AsObject;
|
|
11112
11117
|
static toObject(includeInstance: boolean, msg: AzureMicrosoftCompute): AzureMicrosoftCompute.AsObject;
|
|
@@ -11165,6 +11170,7 @@ export namespace AzureMicrosoftCompute {
|
|
|
11165
11170
|
WarningsList: Array<CDKRule.AsObject>,
|
|
11166
11171
|
ResourcesBillingList: Array<ResourceBilling.AsObject>,
|
|
11167
11172
|
ADK_price?: google_protobuf_wrappers_pb.StringValue.AsObject,
|
|
11173
|
+
Architecture?: google_protobuf_wrappers_pb.StringValue.AsObject,
|
|
11168
11174
|
}
|
|
11169
11175
|
}
|
|
11170
11176
|
|