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

com.alibaba.nacos.istio.model.mcp.ResourceOrBuilder Maven / Gradle / Ivy

There is a newer version: 2.3.2
Show newest version
// Generated by the protocol buffer compiler.  DO NOT EDIT!
// source: resource.proto

package com.alibaba.nacos.istio.model.mcp;

public interface ResourceOrBuilder extends
    // @@protoc_insertion_point(interface_extends:istio.mcp.v1alpha1.Resource)
    com.google.protobuf.MessageOrBuilder {

  /**
   * 
   * Common metadata describing the resource.
   * 
* * .istio.mcp.v1alpha1.Metadata metadata = 1; * @return Whether the metadata field is set. */ boolean hasMetadata(); /** *
   * Common metadata describing the resource.
   * 
* * .istio.mcp.v1alpha1.Metadata metadata = 1; * @return The metadata. */ com.alibaba.nacos.istio.model.mcp.Metadata getMetadata(); /** *
   * Common metadata describing the resource.
   * 
* * .istio.mcp.v1alpha1.Metadata metadata = 1; */ com.alibaba.nacos.istio.model.mcp.MetadataOrBuilder getMetadataOrBuilder(); /** *
   * The primary payload for the resource.
   * 
* * .google.protobuf.Any body = 2; * @return Whether the body field is set. */ boolean hasBody(); /** *
   * The primary payload for the resource.
   * 
* * .google.protobuf.Any body = 2; * @return The body. */ com.google.protobuf.Any getBody(); /** *
   * The primary payload for the resource.
   * 
* * .google.protobuf.Any body = 2; */ com.google.protobuf.AnyOrBuilder getBodyOrBuilder(); }




© 2015 - 2024 Weber Informatics LLC | Privacy Policy