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

io.envoyproxy.envoy.service.discovery.v3.ResourceErrorOrBuilder Maven / Gradle / Ivy

The newest version!
// Generated by the protocol buffer compiler.  DO NOT EDIT!
// source: envoy/service/discovery/v3/discovery.proto

// Protobuf Java Version: 3.25.1
package io.envoyproxy.envoy.service.discovery.v3;

public interface ResourceErrorOrBuilder extends
    // @@protoc_insertion_point(interface_extends:envoy.service.discovery.v3.ResourceError)
    com.google.protobuf.MessageOrBuilder {

  /**
   * 
   * The name of the resource.
   * 
* * .envoy.service.discovery.v3.ResourceName resource_name = 1; * @return Whether the resourceName field is set. */ boolean hasResourceName(); /** *
   * The name of the resource.
   * 
* * .envoy.service.discovery.v3.ResourceName resource_name = 1; * @return The resourceName. */ io.envoyproxy.envoy.service.discovery.v3.ResourceName getResourceName(); /** *
   * The name of the resource.
   * 
* * .envoy.service.discovery.v3.ResourceName resource_name = 1; */ io.envoyproxy.envoy.service.discovery.v3.ResourceNameOrBuilder getResourceNameOrBuilder(); /** *
   * The error reported for the resource.
   * 
* * .google.rpc.Status error_detail = 2; * @return Whether the errorDetail field is set. */ boolean hasErrorDetail(); /** *
   * The error reported for the resource.
   * 
* * .google.rpc.Status error_detail = 2; * @return The errorDetail. */ com.google.rpc.Status getErrorDetail(); /** *
   * The error reported for the resource.
   * 
* * .google.rpc.Status error_detail = 2; */ com.google.rpc.StatusOrBuilder getErrorDetailOrBuilder(); }




© 2015 - 2025 Weber Informatics LLC | Privacy Policy