@Generated(value="by GAPIC") @BetaApi public final class BackendBucket extends Object implements ApiMessage
Modifier and Type | Class and Description |
---|---|
static class |
BackendBucket.Builder |
Modifier and Type | Method and Description |
---|---|
boolean |
equals(Object o) |
ApiMessage |
getApiMessageRequestBody() |
String |
getBucketName()
Cloud Storage bucket name.
|
BackendBucketCdnPolicy |
getCdnPolicy()
Cloud CDN configuration for this BackendBucket.
|
String |
getCreationTimestamp()
[Output Only] Creation timestamp in RFC3339 text format.
|
static BackendBucket |
getDefaultInstance() |
String |
getDescription()
An optional textual description of the resource; provided by the client when the resource is
created.
|
Boolean |
getEnableCdn()
If true, enable Cloud CDN for this BackendBucket.
|
List<String> |
getFieldMask() |
Object |
getFieldValue(String fieldName) |
String |
getId()
[Output Only] Unique identifier for the resource; defined by the server.
|
String |
getKind()
Type of the resource.
|
String |
getName()
Name of the resource.
|
String |
getSelfLink()
[Output Only] Server-defined URL for the resource.
|
int |
hashCode() |
static BackendBucket.Builder |
newBuilder() |
static BackendBucket.Builder |
newBuilder(BackendBucket prototype) |
BackendBucket.Builder |
toBuilder() |
String |
toString() |
public Object getFieldValue(String fieldName)
getFieldValue
in interface ApiMessage
@Nullable public ApiMessage getApiMessageRequestBody()
getApiMessageRequestBody
in interface ApiMessage
@Nullable public List<String> getFieldMask()
getFieldMask
in interface ApiMessage
public String getBucketName()
public BackendBucketCdnPolicy getCdnPolicy()
public String getCreationTimestamp()
public String getDescription()
public Boolean getEnableCdn()
public String getId()
public String getKind()
public String getName()
public String getSelfLink()
public static BackendBucket.Builder newBuilder()
public static BackendBucket.Builder newBuilder(BackendBucket prototype)
public BackendBucket.Builder toBuilder()
public static BackendBucket getDefaultInstance()
Copyright © 2019 Google LLC. All rights reserved.