public class GcpServiceSettingFluentImpl<A extends GcpServiceSettingFluent<A>> extends io.fabric8.kubernetes.api.builder.BaseFluent<A> implements GcpServiceSettingFluent<A>
| Modifier and Type | Class and Description |
|---|---|
class |
GcpServiceSettingFluentImpl.QuotasNestedImpl<N> |
GcpServiceSettingFluent.QuotasNested<N>| Constructor and Description |
|---|
GcpServiceSettingFluentImpl() |
GcpServiceSettingFluentImpl(GcpServiceSetting instance) |
public GcpServiceSettingFluentImpl()
public GcpServiceSettingFluentImpl(GcpServiceSetting instance)
public String getGoogleServiceName()
getGoogleServiceName in interface GcpServiceSettingFluent<A extends GcpServiceSettingFluent<A>>public A withGoogleServiceName(String googleServiceName)
withGoogleServiceName in interface GcpServiceSettingFluent<A extends GcpServiceSettingFluent<A>>public Boolean hasGoogleServiceName()
hasGoogleServiceName in interface GcpServiceSettingFluent<A extends GcpServiceSettingFluent<A>>public String getMeshServiceName()
getMeshServiceName in interface GcpServiceSettingFluent<A extends GcpServiceSettingFluent<A>>public A withMeshServiceName(String meshServiceName)
withMeshServiceName in interface GcpServiceSettingFluent<A extends GcpServiceSettingFluent<A>>public Boolean hasMeshServiceName()
hasMeshServiceName in interface GcpServiceSettingFluent<A extends GcpServiceSettingFluent<A>>public A addToQuotas(int index, Quota item)
addToQuotas in interface GcpServiceSettingFluent<A extends GcpServiceSettingFluent<A>>public A setToQuotas(int index, Quota item)
setToQuotas in interface GcpServiceSettingFluent<A extends GcpServiceSettingFluent<A>>public A addToQuotas(Quota... items)
addToQuotas in interface GcpServiceSettingFluent<A extends GcpServiceSettingFluent<A>>public A addAllToQuotas(Collection<Quota> items)
addAllToQuotas in interface GcpServiceSettingFluent<A extends GcpServiceSettingFluent<A>>public A removeFromQuotas(Quota... items)
removeFromQuotas in interface GcpServiceSettingFluent<A extends GcpServiceSettingFluent<A>>public A removeAllFromQuotas(Collection<Quota> items)
removeAllFromQuotas in interface GcpServiceSettingFluent<A extends GcpServiceSettingFluent<A>>@Deprecated public List<Quota> getQuotas()
getQuotas in interface GcpServiceSettingFluent<A extends GcpServiceSettingFluent<A>>public List<Quota> buildQuotas()
buildQuotas in interface GcpServiceSettingFluent<A extends GcpServiceSettingFluent<A>>public Quota buildQuota(int index)
buildQuota in interface GcpServiceSettingFluent<A extends GcpServiceSettingFluent<A>>public Quota buildFirstQuota()
buildFirstQuota in interface GcpServiceSettingFluent<A extends GcpServiceSettingFluent<A>>public Quota buildLastQuota()
buildLastQuota in interface GcpServiceSettingFluent<A extends GcpServiceSettingFluent<A>>public Quota buildMatchingQuota(io.fabric8.kubernetes.api.builder.Predicate<QuotaBuilder> predicate)
buildMatchingQuota in interface GcpServiceSettingFluent<A extends GcpServiceSettingFluent<A>>public A withQuotas(List<Quota> quotas)
withQuotas in interface GcpServiceSettingFluent<A extends GcpServiceSettingFluent<A>>public A withQuotas(Quota... quotas)
withQuotas in interface GcpServiceSettingFluent<A extends GcpServiceSettingFluent<A>>public Boolean hasQuotas()
hasQuotas in interface GcpServiceSettingFluent<A extends GcpServiceSettingFluent<A>>public GcpServiceSettingFluent.QuotasNested<A> addNewQuota()
addNewQuota in interface GcpServiceSettingFluent<A extends GcpServiceSettingFluent<A>>public GcpServiceSettingFluent.QuotasNested<A> addNewQuotaLike(Quota item)
addNewQuotaLike in interface GcpServiceSettingFluent<A extends GcpServiceSettingFluent<A>>public GcpServiceSettingFluent.QuotasNested<A> setNewQuotaLike(int index, Quota item)
setNewQuotaLike in interface GcpServiceSettingFluent<A extends GcpServiceSettingFluent<A>>public GcpServiceSettingFluent.QuotasNested<A> editQuota(int index)
editQuota in interface GcpServiceSettingFluent<A extends GcpServiceSettingFluent<A>>public GcpServiceSettingFluent.QuotasNested<A> editFirstQuota()
editFirstQuota in interface GcpServiceSettingFluent<A extends GcpServiceSettingFluent<A>>public GcpServiceSettingFluent.QuotasNested<A> editLastQuota()
editLastQuota in interface GcpServiceSettingFluent<A extends GcpServiceSettingFluent<A>>public GcpServiceSettingFluent.QuotasNested<A> editMatchingQuota(io.fabric8.kubernetes.api.builder.Predicate<QuotaBuilder> predicate)
editMatchingQuota in interface GcpServiceSettingFluent<A extends GcpServiceSettingFluent<A>>Copyright © 2017–2018 Red Hat. All rights reserved.