@lansweeper/discovery-cloud-proto 0.0.19 → 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 +40 -29
- package/gen-proto/discovery_cloud_pb.js +289 -185
- package/gen-proto/image.json +1 -1
- package/package.json +2 -2
- package/proto/discovery_cloud.proto +12 -7
|
@@ -63,6 +63,10 @@ export class CloudEntity extends jspb.Message {
|
|
|
63
63
|
clearFirstSeen(): void;
|
|
64
64
|
getFirstSeen(): google_protobuf_timestamp_pb.Timestamp | undefined;
|
|
65
65
|
setFirstSeen(value?: google_protobuf_timestamp_pb.Timestamp): CloudEntity;
|
|
66
|
+
clearTagsList(): void;
|
|
67
|
+
getTagsList(): Array<CloudockitTag>;
|
|
68
|
+
setTagsList(value: Array<CloudockitTag>): CloudEntity;
|
|
69
|
+
addTags(value?: CloudockitTag, index?: number): CloudockitTag;
|
|
66
70
|
|
|
67
71
|
serializeBinary(): Uint8Array;
|
|
68
72
|
toObject(includeInstance?: boolean): CloudEntity.AsObject;
|
|
@@ -93,6 +97,7 @@ export namespace CloudEntity {
|
|
|
93
97
|
publicCloudLinksList: Array<PublicCloudLink.AsObject>,
|
|
94
98
|
cloudAssetId: string,
|
|
95
99
|
firstSeen?: google_protobuf_timestamp_pb.Timestamp.AsObject,
|
|
100
|
+
tagsList: Array<CloudockitTag.AsObject>,
|
|
96
101
|
}
|
|
97
102
|
}
|
|
98
103
|
|
|
@@ -946,6 +951,35 @@ export namespace GCPPolicyBingings {
|
|
|
946
951
|
}
|
|
947
952
|
}
|
|
948
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
|
+
|
|
949
983
|
export class GCPBucketAccessControl extends jspb.Message {
|
|
950
984
|
|
|
951
985
|
hasEmail(): boolean;
|
|
@@ -987,35 +1021,6 @@ export namespace GCPBucketAccessControl {
|
|
|
987
1021
|
}
|
|
988
1022
|
}
|
|
989
1023
|
|
|
990
|
-
export class GCPBucketWebsiteData extends jspb.Message {
|
|
991
|
-
|
|
992
|
-
hasMainPageSuffix(): boolean;
|
|
993
|
-
clearMainPageSuffix(): void;
|
|
994
|
-
getMainPageSuffix(): google_protobuf_wrappers_pb.StringValue | undefined;
|
|
995
|
-
setMainPageSuffix(value?: google_protobuf_wrappers_pb.StringValue): GCPBucketWebsiteData;
|
|
996
|
-
|
|
997
|
-
hasNotFoundPage(): boolean;
|
|
998
|
-
clearNotFoundPage(): void;
|
|
999
|
-
getNotFoundPage(): google_protobuf_wrappers_pb.StringValue | undefined;
|
|
1000
|
-
setNotFoundPage(value?: google_protobuf_wrappers_pb.StringValue): GCPBucketWebsiteData;
|
|
1001
|
-
|
|
1002
|
-
serializeBinary(): Uint8Array;
|
|
1003
|
-
toObject(includeInstance?: boolean): GCPBucketWebsiteData.AsObject;
|
|
1004
|
-
static toObject(includeInstance: boolean, msg: GCPBucketWebsiteData): GCPBucketWebsiteData.AsObject;
|
|
1005
|
-
static extensions: {[key: number]: jspb.ExtensionFieldInfo<jspb.Message>};
|
|
1006
|
-
static extensionsBinary: {[key: number]: jspb.ExtensionFieldBinaryInfo<jspb.Message>};
|
|
1007
|
-
static serializeBinaryToWriter(message: GCPBucketWebsiteData, writer: jspb.BinaryWriter): void;
|
|
1008
|
-
static deserializeBinary(bytes: Uint8Array): GCPBucketWebsiteData;
|
|
1009
|
-
static deserializeBinaryFromReader(message: GCPBucketWebsiteData, reader: jspb.BinaryReader): GCPBucketWebsiteData;
|
|
1010
|
-
}
|
|
1011
|
-
|
|
1012
|
-
export namespace GCPBucketWebsiteData {
|
|
1013
|
-
export type AsObject = {
|
|
1014
|
-
MainPageSuffix?: google_protobuf_wrappers_pb.StringValue.AsObject,
|
|
1015
|
-
NotFoundPage?: google_protobuf_wrappers_pb.StringValue.AsObject,
|
|
1016
|
-
}
|
|
1017
|
-
}
|
|
1018
|
-
|
|
1019
1024
|
export class GCPBucketObject extends jspb.Message {
|
|
1020
1025
|
|
|
1021
1026
|
hasName(): boolean;
|
|
@@ -11102,6 +11107,11 @@ export class AzureMicrosoftCompute extends jspb.Message {
|
|
|
11102
11107
|
getADK_price(): google_protobuf_wrappers_pb.StringValue | undefined;
|
|
11103
11108
|
setADK_price(value?: google_protobuf_wrappers_pb.StringValue): AzureMicrosoftCompute;
|
|
11104
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
|
+
|
|
11105
11115
|
serializeBinary(): Uint8Array;
|
|
11106
11116
|
toObject(includeInstance?: boolean): AzureMicrosoftCompute.AsObject;
|
|
11107
11117
|
static toObject(includeInstance: boolean, msg: AzureMicrosoftCompute): AzureMicrosoftCompute.AsObject;
|
|
@@ -11160,6 +11170,7 @@ export namespace AzureMicrosoftCompute {
|
|
|
11160
11170
|
WarningsList: Array<CDKRule.AsObject>,
|
|
11161
11171
|
ResourcesBillingList: Array<ResourceBilling.AsObject>,
|
|
11162
11172
|
ADK_price?: google_protobuf_wrappers_pb.StringValue.AsObject,
|
|
11173
|
+
Architecture?: google_protobuf_wrappers_pb.StringValue.AsObject,
|
|
11163
11174
|
}
|
|
11164
11175
|
}
|
|
11165
11176
|
|