You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
public properties: google.privacy.dlp.v2.IKeyValueMetadataProperty[];
2916
+
2917
+
/**
2918
+
* Creates a new ContentMetadata instance using the specified properties.
2919
+
* @param [properties] Properties to set
2920
+
* @returns ContentMetadata instance
2921
+
*/
2922
+
public static create(properties?: google.privacy.dlp.v2.IContentMetadata): google.privacy.dlp.v2.ContentMetadata;
2923
+
2924
+
/**
2925
+
* Encodes the specified ContentMetadata message. Does not implicitly {@link google.privacy.dlp.v2.ContentMetadata.verify|verify} messages.
2926
+
* @param message ContentMetadata message or plain object to encode
2927
+
* @param [writer] Writer to encode to
2928
+
* @returns Writer
2929
+
*/
2930
+
public static encode(message: google.privacy.dlp.v2.IContentMetadata, writer?: $protobuf.Writer): $protobuf.Writer;
2931
+
2932
+
/**
2933
+
* Encodes the specified ContentMetadata message, length delimited. Does not implicitly {@link google.privacy.dlp.v2.ContentMetadata.verify|verify} messages.
2934
+
* @param message ContentMetadata message or plain object to encode
2935
+
* @param [writer] Writer to encode to
2936
+
* @returns Writer
2937
+
*/
2938
+
public static encodeDelimited(message: google.privacy.dlp.v2.IContentMetadata, writer?: $protobuf.Writer): $protobuf.Writer;
2939
+
2940
+
/**
2941
+
* Decodes a ContentMetadata message from the specified reader or buffer.
2942
+
* @param reader Reader or buffer to decode from
2943
+
* @param [length] Message length if known beforehand
2944
+
* @returns ContentMetadata
2945
+
* @throws {Error} If the payload is not a reader or valid buffer
2946
+
* @throws {$protobuf.util.ProtocolError} If required fields are missing
2947
+
*/
2948
+
public static decode(reader: ($protobuf.Reader|Uint8Array), length?: number): google.privacy.dlp.v2.ContentMetadata;
2949
+
2950
+
/**
2951
+
* Decodes a ContentMetadata message from the specified reader or buffer, length delimited.
2952
+
* @param reader Reader or buffer to decode from
2953
+
* @returns ContentMetadata
2954
+
* @throws {Error} If the payload is not a reader or valid buffer
2955
+
* @throws {$protobuf.util.ProtocolError} If required fields are missing
2956
+
*/
2957
+
public static decodeDelimited(reader: ($protobuf.Reader|Uint8Array)): google.privacy.dlp.v2.ContentMetadata;
2958
+
2959
+
/**
2960
+
* Verifies a ContentMetadata message.
2961
+
* @param message Plain object to verify
2962
+
* @returns `null` if valid, otherwise the reason why it is not
2963
+
*/
2964
+
public static verify(message: { [k: string]: any }): (string|null);
2965
+
2966
+
/**
2967
+
* Creates a ContentMetadata message from a plain object. Also converts values to their respective internal types.
2968
+
* @param object Plain object
2969
+
* @returns ContentMetadata
2970
+
*/
2971
+
public static fromObject(object: { [k: string]: any }): google.privacy.dlp.v2.ContentMetadata;
2972
+
2973
+
/**
2974
+
* Creates a plain object from a ContentMetadata message. Also converts values to other types if specified.
2975
+
* @param message ContentMetadata
2976
+
* @param [options] Conversion options
2977
+
* @returns Plain object
2978
+
*/
2979
+
public static toObject(message: google.privacy.dlp.v2.ContentMetadata, options?: $protobuf.IConversionOptions): { [k: string]: any };
2980
+
2981
+
/**
2982
+
* Converts this ContentMetadata to JSON.
2983
+
* @returns JSON object
2984
+
*/
2985
+
public toJSON(): { [k: string]: any };
2986
+
2987
+
/**
2988
+
* Gets the default type url for ContentMetadata
2989
+
* @param [typeUrlPrefix] your custom typeUrlPrefix(default "type.googleapis.com")
2990
+
* @returns The default type url
2991
+
*/
2992
+
public static getTypeUrl(typeUrlPrefix?: string): string;
2993
+
}
2994
+
2892
2995
/** Properties of a Table. */
2893
2996
interface ITable {
2894
2997
@@ -3092,6 +3195,109 @@ export namespace google {
3092
3195
}
3093
3196
}
3094
3197
3198
+
/** Properties of a KeyValueMetadataProperty. */
3199
+
interface IKeyValueMetadataProperty {
3200
+
3201
+
/** KeyValueMetadataProperty key */
3202
+
key?: (string|null);
3203
+
3204
+
/** KeyValueMetadataProperty value */
3205
+
value?: (string|null);
3206
+
}
3207
+
3208
+
/** Represents a KeyValueMetadataProperty. */
3209
+
class KeyValueMetadataProperty implements IKeyValueMetadataProperty {
* Creates a new KeyValueMetadataProperty instance using the specified properties.
3225
+
* @param [properties] Properties to set
3226
+
* @returns KeyValueMetadataProperty instance
3227
+
*/
3228
+
public static create(properties?: google.privacy.dlp.v2.IKeyValueMetadataProperty): google.privacy.dlp.v2.KeyValueMetadataProperty;
3229
+
3230
+
/**
3231
+
* Encodes the specified KeyValueMetadataProperty message. Does not implicitly {@link google.privacy.dlp.v2.KeyValueMetadataProperty.verify|verify} messages.
3232
+
* @param message KeyValueMetadataProperty message or plain object to encode
3233
+
* @param [writer] Writer to encode to
3234
+
* @returns Writer
3235
+
*/
3236
+
public static encode(message: google.privacy.dlp.v2.IKeyValueMetadataProperty, writer?: $protobuf.Writer): $protobuf.Writer;
3237
+
3238
+
/**
3239
+
* Encodes the specified KeyValueMetadataProperty message, length delimited. Does not implicitly {@link google.privacy.dlp.v2.KeyValueMetadataProperty.verify|verify} messages.
3240
+
* @param message KeyValueMetadataProperty message or plain object to encode
3241
+
* @param [writer] Writer to encode to
3242
+
* @returns Writer
3243
+
*/
3244
+
public static encodeDelimited(message: google.privacy.dlp.v2.IKeyValueMetadataProperty, writer?: $protobuf.Writer): $protobuf.Writer;
3245
+
3246
+
/**
3247
+
* Decodes a KeyValueMetadataProperty message from the specified reader or buffer.
3248
+
* @param reader Reader or buffer to decode from
3249
+
* @param [length] Message length if known beforehand
3250
+
* @returns KeyValueMetadataProperty
3251
+
* @throws {Error} If the payload is not a reader or valid buffer
3252
+
* @throws {$protobuf.util.ProtocolError} If required fields are missing
3253
+
*/
3254
+
public static decode(reader: ($protobuf.Reader|Uint8Array), length?: number): google.privacy.dlp.v2.KeyValueMetadataProperty;
3255
+
3256
+
/**
3257
+
* Decodes a KeyValueMetadataProperty message from the specified reader or buffer, length delimited.
3258
+
* @param reader Reader or buffer to decode from
3259
+
* @returns KeyValueMetadataProperty
3260
+
* @throws {Error} If the payload is not a reader or valid buffer
3261
+
* @throws {$protobuf.util.ProtocolError} If required fields are missing
3262
+
*/
3263
+
public static decodeDelimited(reader: ($protobuf.Reader|Uint8Array)): google.privacy.dlp.v2.KeyValueMetadataProperty;
3264
+
3265
+
/**
3266
+
* Verifies a KeyValueMetadataProperty message.
3267
+
* @param message Plain object to verify
3268
+
* @returns `null` if valid, otherwise the reason why it is not
3269
+
*/
3270
+
public static verify(message: { [k: string]: any }): (string|null);
3271
+
3272
+
/**
3273
+
* Creates a KeyValueMetadataProperty message from a plain object. Also converts values to their respective internal types.
3274
+
* @param object Plain object
3275
+
* @returns KeyValueMetadataProperty
3276
+
*/
3277
+
public static fromObject(object: { [k: string]: any }): google.privacy.dlp.v2.KeyValueMetadataProperty;
3278
+
3279
+
/**
3280
+
* Creates a plain object from a KeyValueMetadataProperty message. Also converts values to other types if specified.
3281
+
* @param message KeyValueMetadataProperty
3282
+
* @param [options] Conversion options
3283
+
* @returns Plain object
3284
+
*/
3285
+
public static toObject(message: google.privacy.dlp.v2.KeyValueMetadataProperty, options?: $protobuf.IConversionOptions): { [k: string]: any };
3286
+
3287
+
/**
3288
+
* Converts this KeyValueMetadataProperty to JSON.
3289
+
* @returns JSON object
3290
+
*/
3291
+
public toJSON(): { [k: string]: any };
3292
+
3293
+
/**
3294
+
* Gets the default type url for KeyValueMetadataProperty
3295
+
* @param [typeUrlPrefix] your custom typeUrlPrefix(default "type.googleapis.com")
3296
+
* @returns The default type url
3297
+
*/
3298
+
public static getTypeUrl(typeUrlPrefix?: string): string;
0 commit comments