com.pulumi.googlenative.runtimeconfig.v1beta1.outputs.StatusResponse Maven / Gradle / Ivy
// *** WARNING: this file was generated by pulumi-java-gen. ***
// *** Do not edit by hand unless you're certain you know what you are doing! ***
package com.pulumi.googlenative.runtimeconfig.v1beta1.outputs;
import com.pulumi.core.annotations.CustomType;
import java.lang.Integer;
import java.lang.String;
import java.util.List;
import java.util.Map;
import java.util.Objects;
@CustomType
public final class StatusResponse {
/**
* @return The status code, which should be an enum value of google.rpc.Code.
*
*/
private Integer code;
/**
* @return A list of messages that carry the error details. There is a common set of message types for APIs to use.
*
*/
private List
© 2015 - 2024 Weber Informatics LLC | Privacy Policy