public class GRPCRouteMatchFluentImpl<A extends GRPCRouteMatchFluent<A>> extends io.fabric8.kubernetes.api.builder.BaseFluent<A> implements GRPCRouteMatchFluent<A>
GRPCRouteMatchFluent.HeadersNested<N>, GRPCRouteMatchFluent.MethodNested<N>| Constructor and Description |
|---|
GRPCRouteMatchFluentImpl() |
GRPCRouteMatchFluentImpl(GRPCRouteMatch instance) |
accept, accept, accept, accept, aggregate, aggregate, build, build, builderOfpublic GRPCRouteMatchFluentImpl()
public GRPCRouteMatchFluentImpl(GRPCRouteMatch instance)
public A addToHeaders(int index, GRPCHeaderMatch item)
addToHeaders in interface GRPCRouteMatchFluent<A extends GRPCRouteMatchFluent<A>>public A setToHeaders(int index, GRPCHeaderMatch item)
setToHeaders in interface GRPCRouteMatchFluent<A extends GRPCRouteMatchFluent<A>>public A addToHeaders(GRPCHeaderMatch... items)
addToHeaders in interface GRPCRouteMatchFluent<A extends GRPCRouteMatchFluent<A>>public A addAllToHeaders(Collection<GRPCHeaderMatch> items)
addAllToHeaders in interface GRPCRouteMatchFluent<A extends GRPCRouteMatchFluent<A>>public A removeFromHeaders(GRPCHeaderMatch... items)
removeFromHeaders in interface GRPCRouteMatchFluent<A extends GRPCRouteMatchFluent<A>>public A removeAllFromHeaders(Collection<GRPCHeaderMatch> items)
removeAllFromHeaders in interface GRPCRouteMatchFluent<A extends GRPCRouteMatchFluent<A>>public A removeMatchingFromHeaders(Predicate<GRPCHeaderMatchBuilder> predicate)
removeMatchingFromHeaders in interface GRPCRouteMatchFluent<A extends GRPCRouteMatchFluent<A>>@Deprecated public List<GRPCHeaderMatch> getHeaders()
getHeaders in interface GRPCRouteMatchFluent<A extends GRPCRouteMatchFluent<A>>public List<GRPCHeaderMatch> buildHeaders()
buildHeaders in interface GRPCRouteMatchFluent<A extends GRPCRouteMatchFluent<A>>public GRPCHeaderMatch buildHeader(int index)
buildHeader in interface GRPCRouteMatchFluent<A extends GRPCRouteMatchFluent<A>>public GRPCHeaderMatch buildFirstHeader()
buildFirstHeader in interface GRPCRouteMatchFluent<A extends GRPCRouteMatchFluent<A>>public GRPCHeaderMatch buildLastHeader()
buildLastHeader in interface GRPCRouteMatchFluent<A extends GRPCRouteMatchFluent<A>>public GRPCHeaderMatch buildMatchingHeader(Predicate<GRPCHeaderMatchBuilder> predicate)
buildMatchingHeader in interface GRPCRouteMatchFluent<A extends GRPCRouteMatchFluent<A>>public Boolean hasMatchingHeader(Predicate<GRPCHeaderMatchBuilder> predicate)
hasMatchingHeader in interface GRPCRouteMatchFluent<A extends GRPCRouteMatchFluent<A>>public A withHeaders(List<GRPCHeaderMatch> headers)
withHeaders in interface GRPCRouteMatchFluent<A extends GRPCRouteMatchFluent<A>>public A withHeaders(GRPCHeaderMatch... headers)
withHeaders in interface GRPCRouteMatchFluent<A extends GRPCRouteMatchFluent<A>>public Boolean hasHeaders()
hasHeaders in interface GRPCRouteMatchFluent<A extends GRPCRouteMatchFluent<A>>public A addNewHeader(String name, String type, String value)
addNewHeader in interface GRPCRouteMatchFluent<A extends GRPCRouteMatchFluent<A>>public GRPCRouteMatchFluent.HeadersNested<A> addNewHeader()
addNewHeader in interface GRPCRouteMatchFluent<A extends GRPCRouteMatchFluent<A>>public GRPCRouteMatchFluent.HeadersNested<A> addNewHeaderLike(GRPCHeaderMatch item)
addNewHeaderLike in interface GRPCRouteMatchFluent<A extends GRPCRouteMatchFluent<A>>public GRPCRouteMatchFluent.HeadersNested<A> setNewHeaderLike(int index, GRPCHeaderMatch item)
setNewHeaderLike in interface GRPCRouteMatchFluent<A extends GRPCRouteMatchFluent<A>>public GRPCRouteMatchFluent.HeadersNested<A> editHeader(int index)
editHeader in interface GRPCRouteMatchFluent<A extends GRPCRouteMatchFluent<A>>public GRPCRouteMatchFluent.HeadersNested<A> editFirstHeader()
editFirstHeader in interface GRPCRouteMatchFluent<A extends GRPCRouteMatchFluent<A>>public GRPCRouteMatchFluent.HeadersNested<A> editLastHeader()
editLastHeader in interface GRPCRouteMatchFluent<A extends GRPCRouteMatchFluent<A>>public GRPCRouteMatchFluent.HeadersNested<A> editMatchingHeader(Predicate<GRPCHeaderMatchBuilder> predicate)
editMatchingHeader in interface GRPCRouteMatchFluent<A extends GRPCRouteMatchFluent<A>>@Deprecated public GRPCMethodMatch getMethod()
getMethod in interface GRPCRouteMatchFluent<A extends GRPCRouteMatchFluent<A>>public GRPCMethodMatch buildMethod()
buildMethod in interface GRPCRouteMatchFluent<A extends GRPCRouteMatchFluent<A>>public A withMethod(GRPCMethodMatch method)
withMethod in interface GRPCRouteMatchFluent<A extends GRPCRouteMatchFluent<A>>public Boolean hasMethod()
hasMethod in interface GRPCRouteMatchFluent<A extends GRPCRouteMatchFluent<A>>public A withNewMethod(String method, String service, String type)
withNewMethod in interface GRPCRouteMatchFluent<A extends GRPCRouteMatchFluent<A>>public GRPCRouteMatchFluent.MethodNested<A> withNewMethod()
withNewMethod in interface GRPCRouteMatchFluent<A extends GRPCRouteMatchFluent<A>>public GRPCRouteMatchFluent.MethodNested<A> withNewMethodLike(GRPCMethodMatch item)
withNewMethodLike in interface GRPCRouteMatchFluent<A extends GRPCRouteMatchFluent<A>>public GRPCRouteMatchFluent.MethodNested<A> editMethod()
editMethod in interface GRPCRouteMatchFluent<A extends GRPCRouteMatchFluent<A>>public GRPCRouteMatchFluent.MethodNested<A> editOrNewMethod()
editOrNewMethod in interface GRPCRouteMatchFluent<A extends GRPCRouteMatchFluent<A>>public GRPCRouteMatchFluent.MethodNested<A> editOrNewMethodLike(GRPCMethodMatch item)
editOrNewMethodLike in interface GRPCRouteMatchFluent<A extends GRPCRouteMatchFluent<A>>public A addToAdditionalProperties(String key, Object value)
addToAdditionalProperties in interface GRPCRouteMatchFluent<A extends GRPCRouteMatchFluent<A>>public A addToAdditionalProperties(Map<String,Object> map)
addToAdditionalProperties in interface GRPCRouteMatchFluent<A extends GRPCRouteMatchFluent<A>>public A removeFromAdditionalProperties(String key)
removeFromAdditionalProperties in interface GRPCRouteMatchFluent<A extends GRPCRouteMatchFluent<A>>public A removeFromAdditionalProperties(Map<String,Object> map)
removeFromAdditionalProperties in interface GRPCRouteMatchFluent<A extends GRPCRouteMatchFluent<A>>public Map<String,Object> getAdditionalProperties()
getAdditionalProperties in interface GRPCRouteMatchFluent<A extends GRPCRouteMatchFluent<A>>public <K,V> A withAdditionalProperties(Map<String,Object> additionalProperties)
withAdditionalProperties in interface GRPCRouteMatchFluent<A extends GRPCRouteMatchFluent<A>>public Boolean hasAdditionalProperties()
hasAdditionalProperties in interface GRPCRouteMatchFluent<A extends GRPCRouteMatchFluent<A>>public boolean equals(Object o)
equals in class io.fabric8.kubernetes.api.builder.BaseFluent<A extends GRPCRouteMatchFluent<A>>public int hashCode()
hashCode in class io.fabric8.kubernetes.api.builder.BaseFluent<A extends GRPCRouteMatchFluent<A>>Copyright © 2015–2023 Red Hat. All rights reserved.