public class ImageRegistryConfigStorageGCSFluent<A extends ImageRegistryConfigStorageGCSFluent<A>>
extends io.fabric8.kubernetes.api.builder.BaseFluent<A>
| Constructor and Description |
|---|
ImageRegistryConfigStorageGCSFluent() |
ImageRegistryConfigStorageGCSFluent(ImageRegistryConfigStorageGCS instance) |
| Modifier and Type | Method and Description |
|---|---|
A |
addToAdditionalProperties(Map<String,Object> map) |
A |
addToAdditionalProperties(String key,
Object value) |
protected void |
copyInstance(ImageRegistryConfigStorageGCS instance) |
boolean |
equals(Object o) |
Map<String,Object> |
getAdditionalProperties() |
String |
getBucket() |
String |
getKeyID() |
String |
getProjectID() |
String |
getRegion() |
boolean |
hasAdditionalProperties() |
boolean |
hasBucket() |
int |
hashCode() |
boolean |
hasKeyID() |
boolean |
hasProjectID() |
boolean |
hasRegion() |
A |
removeFromAdditionalProperties(Map<String,Object> map) |
A |
removeFromAdditionalProperties(String key) |
String |
toString() |
<K,V> A |
withAdditionalProperties(Map<String,Object> additionalProperties) |
A |
withBucket(String bucket) |
A |
withKeyID(String keyID) |
A |
withProjectID(String projectID) |
A |
withRegion(String region) |
public ImageRegistryConfigStorageGCSFluent()
public ImageRegistryConfigStorageGCSFluent(ImageRegistryConfigStorageGCS instance)
protected void copyInstance(ImageRegistryConfigStorageGCS instance)
public String getBucket()
public boolean hasBucket()
public String getKeyID()
public boolean hasKeyID()
public String getProjectID()
public boolean hasProjectID()
public String getRegion()
public boolean hasRegion()
public <K,V> A withAdditionalProperties(Map<String,Object> additionalProperties)
public boolean hasAdditionalProperties()
public boolean equals(Object o)
equals in class io.fabric8.kubernetes.api.builder.BaseFluent<A extends ImageRegistryConfigStorageGCSFluent<A>>public int hashCode()
hashCode in class io.fabric8.kubernetes.api.builder.BaseFluent<A extends ImageRegistryConfigStorageGCSFluent<A>>Copyright © 2015–2023 Red Hat. All rights reserved.