
io.envoyproxy.envoy.api.v2.ResourceOrBuilder Maven / Gradle / Ivy
The newest version!
// Generated by the protocol buffer compiler. DO NOT EDIT!
// source: envoy/api/v2/discovery.proto
// Protobuf Java Version: 3.25.1
package io.envoyproxy.envoy.api.v2;
public interface ResourceOrBuilder extends
// @@protoc_insertion_point(interface_extends:envoy.api.v2.Resource)
com.google.protobuf.MessageOrBuilder {
/**
*
* The resource's name, to distinguish it from others of the same type of resource.
*
*
* string name = 3;
* @return The name.
*/
java.lang.String getName();
/**
*
* The resource's name, to distinguish it from others of the same type of resource.
*
*
* string name = 3;
* @return The bytes for name.
*/
com.google.protobuf.ByteString
getNameBytes();
/**
*
* The aliases are a list of other names that this resource can go by.
*
*
* repeated string aliases = 4;
* @return A list containing the aliases.
*/
java.util.List
getAliasesList();
/**
*
* The aliases are a list of other names that this resource can go by.
*
*
* repeated string aliases = 4;
* @return The count of aliases.
*/
int getAliasesCount();
/**
*
* The aliases are a list of other names that this resource can go by.
*
*
* repeated string aliases = 4;
* @param index The index of the element to return.
* @return The aliases at the given index.
*/
java.lang.String getAliases(int index);
/**
*
* The aliases are a list of other names that this resource can go by.
*
*
* repeated string aliases = 4;
* @param index The index of the value to return.
* @return The bytes of the aliases at the given index.
*/
com.google.protobuf.ByteString
getAliasesBytes(int index);
/**
*
* The resource level version. It allows xDS to track the state of individual
* resources.
*
*
* string version = 1;
* @return The version.
*/
java.lang.String getVersion();
/**
*
* The resource level version. It allows xDS to track the state of individual
* resources.
*
*
* string version = 1;
* @return The bytes for version.
*/
com.google.protobuf.ByteString
getVersionBytes();
/**
*
* The resource being tracked.
*
*
* .google.protobuf.Any resource = 2;
* @return Whether the resource field is set.
*/
boolean hasResource();
/**
*
* The resource being tracked.
*
*
* .google.protobuf.Any resource = 2;
* @return The resource.
*/
com.google.protobuf.Any getResource();
/**
*
* The resource being tracked.
*
*
* .google.protobuf.Any resource = 2;
*/
com.google.protobuf.AnyOrBuilder getResourceOrBuilder();
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy