All Downloads are FREE. Search and download functionalities are using the official Maven repository.

com.pulumi.googlenative.dlp.v2.kotlin.inputs.GoogleProtobufEmptyArgs.kt Maven / Gradle / Ivy

@file:Suppress("NAME_SHADOWING", "DEPRECATION")

package com.pulumi.googlenative.dlp.v2.kotlin.inputs

import com.pulumi.googlenative.dlp.v2.inputs.GoogleProtobufEmptyArgs.builder
import com.pulumi.kotlin.ConvertibleToJava
import com.pulumi.kotlin.PulumiTagMarker
import kotlin.Suppress

/**
 * A generic empty message that you can re-use to avoid defining duplicated empty messages in your APIs. A typical example is to use it as the request or the response type of an API method. For instance: service Foo { rpc Bar(google.protobuf.Empty) returns (google.protobuf.Empty); }
 */
public class GoogleProtobufEmptyArgs() :
    ConvertibleToJava {
    override fun toJava(): com.pulumi.googlenative.dlp.v2.inputs.GoogleProtobufEmptyArgs =
        com.pulumi.googlenative.dlp.v2.inputs.GoogleProtobufEmptyArgs.builder().build()
}

/**
 * Builder for [GoogleProtobufEmptyArgs].
 */
@PulumiTagMarker
public class GoogleProtobufEmptyArgsBuilder internal constructor() {
    internal fun build(): GoogleProtobufEmptyArgs = GoogleProtobufEmptyArgs()
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy