- 1.74.0 (latest)
- 1.73.0
- 1.72.0
- 1.70.0
- 1.69.0
- 1.68.0
- 1.67.0
- 1.66.0
- 1.65.0
- 1.64.0
- 1.63.0
- 1.62.0
- 1.61.0
- 1.59.0
- 1.58.0
- 1.57.0
- 1.56.0
- 1.55.0
- 1.54.0
- 1.53.0
- 1.52.0
- 1.51.0
- 1.50.0
- 1.49.0
- 1.47.0
- 1.46.0
- 1.45.0
- 1.44.0
- 1.43.0
- 1.42.0
- 1.41.0
- 1.40.0
- 1.39.0
- 1.38.0
- 1.37.0
- 1.34.0
- 1.33.0
- 1.32.0
- 1.31.0
- 1.30.0
- 1.29.0
- 1.28.0
- 1.27.0
- 1.26.0
- 1.25.0
- 1.24.0
- 1.23.0
- 1.22.0
- 1.21.0
- 1.20.0
- 1.19.0
- 1.18.0
- 1.17.0
- 1.16.0
- 1.15.0
- 1.14.0
- 1.13.0
- 1.12.1
- 1.11.0
- 1.9.1
- 1.8.1
- 1.7.2
- 1.6.0-beta
public final class BackendBucket extends GeneratedMessageV3 implements BackendBucketOrBuilder
Represents a Cloud Storage Bucket resource. This Cloud Storage bucket resource is referenced by a URL map of a load balancer. For more information, read Backend Buckets.
Protobuf type google.cloud.compute.v1.BackendBucket
Inheritance
Object > AbstractMessageLite<MessageType,BuilderType> > AbstractMessage > GeneratedMessageV3 > BackendBucketImplements
BackendBucketOrBuilderStatic Fields
BUCKET_NAME_FIELD_NUMBER
public static final int BUCKET_NAME_FIELD_NUMBER
Field Value | |
---|---|
Type | Description |
int |
CDN_POLICY_FIELD_NUMBER
public static final int CDN_POLICY_FIELD_NUMBER
Field Value | |
---|---|
Type | Description |
int |
COMPRESSION_MODE_FIELD_NUMBER
public static final int COMPRESSION_MODE_FIELD_NUMBER
Field Value | |
---|---|
Type | Description |
int |
CREATION_TIMESTAMP_FIELD_NUMBER
public static final int CREATION_TIMESTAMP_FIELD_NUMBER
Field Value | |
---|---|
Type | Description |
int |
CUSTOM_RESPONSE_HEADERS_FIELD_NUMBER
public static final int CUSTOM_RESPONSE_HEADERS_FIELD_NUMBER
Field Value | |
---|---|
Type | Description |
int |
DESCRIPTION_FIELD_NUMBER
public static final int DESCRIPTION_FIELD_NUMBER
Field Value | |
---|---|
Type | Description |
int |
EDGE_SECURITY_POLICY_FIELD_NUMBER
public static final int EDGE_SECURITY_POLICY_FIELD_NUMBER
Field Value | |
---|---|
Type | Description |
int |
ENABLE_CDN_FIELD_NUMBER
public static final int ENABLE_CDN_FIELD_NUMBER
Field Value | |
---|---|
Type | Description |
int |
ID_FIELD_NUMBER
public static final int ID_FIELD_NUMBER
Field Value | |
---|---|
Type | Description |
int |
KIND_FIELD_NUMBER
public static final int KIND_FIELD_NUMBER
Field Value | |
---|---|
Type | Description |
int |
LOAD_BALANCING_SCHEME_FIELD_NUMBER
public static final int LOAD_BALANCING_SCHEME_FIELD_NUMBER
Field Value | |
---|---|
Type | Description |
int |
NAME_FIELD_NUMBER
public static final int NAME_FIELD_NUMBER
Field Value | |
---|---|
Type | Description |
int |
SELF_LINK_FIELD_NUMBER
public static final int SELF_LINK_FIELD_NUMBER
Field Value | |
---|---|
Type | Description |
int |
USED_BY_FIELD_NUMBER
public static final int USED_BY_FIELD_NUMBER
Field Value | |
---|---|
Type | Description |
int |
Static Methods
getDefaultInstance()
public static BackendBucket getDefaultInstance()
Returns | |
---|---|
Type | Description |
BackendBucket |
getDescriptor()
public static final Descriptors.Descriptor getDescriptor()
Returns | |
---|---|
Type | Description |
Descriptor |
newBuilder()
public static BackendBucket.Builder newBuilder()
Returns | |
---|---|
Type | Description |
BackendBucket.Builder |
newBuilder(BackendBucket prototype)
public static BackendBucket.Builder newBuilder(BackendBucket prototype)
Parameter | |
---|---|
Name | Description |
prototype |
BackendBucket |
Returns | |
---|---|
Type | Description |
BackendBucket.Builder |
parseDelimitedFrom(InputStream input)
public static BackendBucket parseDelimitedFrom(InputStream input)
Parameter | |
---|---|
Name | Description |
input |
InputStream |
Returns | |
---|---|
Type | Description |
BackendBucket |
Exceptions | |
---|---|
Type | Description |
IOException |
parseDelimitedFrom(InputStream input, ExtensionRegistryLite extensionRegistry)
public static BackendBucket parseDelimitedFrom(InputStream input, ExtensionRegistryLite extensionRegistry)
Parameters | |
---|---|
Name | Description |
input |
InputStream |
extensionRegistry |
ExtensionRegistryLite |
Returns | |
---|---|
Type | Description |
BackendBucket |
Exceptions | |
---|---|
Type | Description |
IOException |
parseFrom(byte[] data)
public static BackendBucket parseFrom(byte[] data)
Parameter | |
---|---|
Name | Description |
data |
byte[] |
Returns | |
---|---|
Type | Description |
BackendBucket |
Exceptions | |
---|---|
Type | Description |
InvalidProtocolBufferException |
parseFrom(byte[] data, ExtensionRegistryLite extensionRegistry)
public static BackendBucket parseFrom(byte[] data, ExtensionRegistryLite extensionRegistry)
Parameters | |
---|---|
Name | Description |
data |
byte[] |
extensionRegistry |
ExtensionRegistryLite |
Returns | |
---|---|
Type | Description |
BackendBucket |
Exceptions | |
---|---|
Type | Description |
InvalidProtocolBufferException |
parseFrom(ByteString data)
public static BackendBucket parseFrom(ByteString data)
Parameter | |
---|---|
Name | Description |
data |
ByteString |
Returns | |
---|---|
Type | Description |
BackendBucket |
Exceptions | |
---|---|
Type | Description |
InvalidProtocolBufferException |
parseFrom(ByteString data, ExtensionRegistryLite extensionRegistry)
public static BackendBucket parseFrom(ByteString data, ExtensionRegistryLite extensionRegistry)
Parameters | |
---|---|
Name | Description |
data |
ByteString |
extensionRegistry |
ExtensionRegistryLite |
Returns | |
---|---|
Type | Description |
BackendBucket |
Exceptions | |
---|---|
Type | Description |
InvalidProtocolBufferException |
parseFrom(CodedInputStream input)
public static BackendBucket parseFrom(CodedInputStream input)
Parameter | |
---|---|
Name | Description |
input |
CodedInputStream |
Returns | |
---|---|
Type | Description |
BackendBucket |
Exceptions | |
---|---|
Type | Description |
IOException |
parseFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
public static BackendBucket parseFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
Parameters | |
---|---|
Name | Description |
input |
CodedInputStream |
extensionRegistry |
ExtensionRegistryLite |
Returns | |
---|---|
Type | Description |
BackendBucket |
Exceptions | |
---|---|
Type | Description |
IOException |
parseFrom(InputStream input)
public static BackendBucket parseFrom(InputStream input)
Parameter | |
---|---|
Name | Description |
input |
InputStream |
Returns | |
---|---|
Type | Description |
BackendBucket |
Exceptions | |
---|---|
Type | Description |
IOException |
parseFrom(InputStream input, ExtensionRegistryLite extensionRegistry)
public static BackendBucket parseFrom(InputStream input, ExtensionRegistryLite extensionRegistry)
Parameters | |
---|---|
Name | Description |
input |
InputStream |
extensionRegistry |
ExtensionRegistryLite |
Returns | |
---|---|
Type | Description |
BackendBucket |
Exceptions | |
---|---|
Type | Description |
IOException |
parseFrom(ByteBuffer data)
public static BackendBucket parseFrom(ByteBuffer data)
Parameter | |
---|---|
Name | Description |
data |
ByteBuffer |
Returns | |
---|---|
Type | Description |
BackendBucket |
Exceptions | |
---|---|
Type | Description |
InvalidProtocolBufferException |
parseFrom(ByteBuffer data, ExtensionRegistryLite extensionRegistry)
public static BackendBucket parseFrom(ByteBuffer data, ExtensionRegistryLite extensionRegistry)
Parameters | |
---|---|
Name | Description |
data |
ByteBuffer |
extensionRegistry |
ExtensionRegistryLite |
Returns | |
---|---|
Type | Description |
BackendBucket |
Exceptions | |
---|---|
Type | Description |
InvalidProtocolBufferException |
parser()
public static Parser<BackendBucket> parser()
Returns | |
---|---|
Type | Description |
Parser<BackendBucket> |
Methods
equals(Object obj)
public boolean equals(Object obj)
Parameter | |
---|---|
Name | Description |
obj |
Object |
Returns | |
---|---|
Type | Description |
boolean |
getBucketName()
public String getBucketName()
Cloud Storage bucket name.
optional string bucket_name = 283610048;
Returns | |
---|---|
Type | Description |
String |
The bucketName. |
getBucketNameBytes()
public ByteString getBucketNameBytes()
Cloud Storage bucket name.
optional string bucket_name = 283610048;
Returns | |
---|---|
Type | Description |
ByteString |
The bytes for bucketName. |
getCdnPolicy()
public BackendBucketCdnPolicy getCdnPolicy()
Cloud CDN configuration for this BackendBucket.
optional .google.cloud.compute.v1.BackendBucketCdnPolicy cdn_policy = 213976452;
Returns | |
---|---|
Type | Description |
BackendBucketCdnPolicy |
The cdnPolicy. |
getCdnPolicyOrBuilder()
public BackendBucketCdnPolicyOrBuilder getCdnPolicyOrBuilder()
Cloud CDN configuration for this BackendBucket.
optional .google.cloud.compute.v1.BackendBucketCdnPolicy cdn_policy = 213976452;
Returns | |
---|---|
Type | Description |
BackendBucketCdnPolicyOrBuilder |
getCompressionMode()
public String getCompressionMode()
Compress text responses using Brotli or gzip compression, based on the client's Accept-Encoding header. Check the CompressionMode enum for the list of possible values.
optional string compression_mode = 95520988;
Returns | |
---|---|
Type | Description |
String |
The compressionMode. |
getCompressionModeBytes()
public ByteString getCompressionModeBytes()
Compress text responses using Brotli or gzip compression, based on the client's Accept-Encoding header. Check the CompressionMode enum for the list of possible values.
optional string compression_mode = 95520988;
Returns | |
---|---|
Type | Description |
ByteString |
The bytes for compressionMode. |
getCreationTimestamp()
public String getCreationTimestamp()
[Output Only] Creation timestamp in RFC3339 text format.
optional string creation_timestamp = 30525366;
Returns | |
---|---|
Type | Description |
String |
The creationTimestamp. |
getCreationTimestampBytes()
public ByteString getCreationTimestampBytes()
[Output Only] Creation timestamp in RFC3339 text format.
optional string creation_timestamp = 30525366;
Returns | |
---|---|
Type | Description |
ByteString |
The bytes for creationTimestamp. |
getCustomResponseHeaders(int index)
public String getCustomResponseHeaders(int index)
Headers that the Application Load Balancer should add to proxied responses.
repeated string custom_response_headers = 387539094;
Parameter | |
---|---|
Name | Description |
index |
int The index of the element to return. |
Returns | |
---|---|
Type | Description |
String |
The customResponseHeaders at the given index. |
getCustomResponseHeadersBytes(int index)
public ByteString getCustomResponseHeadersBytes(int index)
Headers that the Application Load Balancer should add to proxied responses.
repeated string custom_response_headers = 387539094;
Parameter | |
---|---|
Name | Description |
index |
int The index of the value to return. |
Returns | |
---|---|
Type | Description |
ByteString |
The bytes of the customResponseHeaders at the given index. |
getCustomResponseHeadersCount()
public int getCustomResponseHeadersCount()
Headers that the Application Load Balancer should add to proxied responses.
repeated string custom_response_headers = 387539094;
Returns | |
---|---|
Type | Description |
int |
The count of customResponseHeaders. |
getCustomResponseHeadersList()
public ProtocolStringList getCustomResponseHeadersList()
Headers that the Application Load Balancer should add to proxied responses.
repeated string custom_response_headers = 387539094;
Returns | |
---|---|
Type | Description |
ProtocolStringList |
A list containing the customResponseHeaders. |
getDefaultInstanceForType()
public BackendBucket getDefaultInstanceForType()
Returns | |
---|---|
Type | Description |
BackendBucket |
getDescription()
public String getDescription()
An optional textual description of the resource; provided by the client when the resource is created.
optional string description = 422937596;
Returns | |
---|---|
Type | Description |
String |
The description. |
getDescriptionBytes()
public ByteString getDescriptionBytes()
An optional textual description of the resource; provided by the client when the resource is created.
optional string description = 422937596;
Returns | |
---|---|
Type | Description |
ByteString |
The bytes for description. |
getEdgeSecurityPolicy()
public String getEdgeSecurityPolicy()
[Output Only] The resource URL for the edge security policy associated with this backend bucket.
optional string edge_security_policy = 41036943;
Returns | |
---|---|
Type | Description |
String |
The edgeSecurityPolicy. |
getEdgeSecurityPolicyBytes()
public ByteString getEdgeSecurityPolicyBytes()
[Output Only] The resource URL for the edge security policy associated with this backend bucket.
optional string edge_security_policy = 41036943;
Returns | |
---|---|
Type | Description |
ByteString |
The bytes for edgeSecurityPolicy. |
getEnableCdn()
public boolean getEnableCdn()
If true, enable Cloud CDN for this BackendBucket.
optional bool enable_cdn = 282942321;
Returns | |
---|---|
Type | Description |
boolean |
The enableCdn. |
getId()
public long getId()
[Output Only] Unique identifier for the resource; defined by the server.
optional uint64 id = 3355;
Returns | |
---|---|
Type | Description |
long |
The id. |
getKind()
public String getKind()
Type of the resource.
optional string kind = 3292052;
Returns | |
---|---|
Type | Description |
String |
The kind. |
getKindBytes()
public ByteString getKindBytes()
Type of the resource.
optional string kind = 3292052;
Returns | |
---|---|
Type | Description |
ByteString |
The bytes for kind. |
getLoadBalancingScheme()
public String getLoadBalancingScheme()
The value can only be INTERNAL_MANAGED for cross-region internal layer 7 load balancer. If loadBalancingScheme is not specified, the backend bucket can be used by classic global external load balancers, or global application external load balancers, or both. Check the LoadBalancingScheme enum for the list of possible values.
optional string load_balancing_scheme = 363890244;
Returns | |
---|---|
Type | Description |
String |
The loadBalancingScheme. |
getLoadBalancingSchemeBytes()
public ByteString getLoadBalancingSchemeBytes()
The value can only be INTERNAL_MANAGED for cross-region internal layer 7 load balancer. If loadBalancingScheme is not specified, the backend bucket can be used by classic global external load balancers, or global application external load balancers, or both. Check the LoadBalancingScheme enum for the list of possible values.
optional string load_balancing_scheme = 363890244;
Returns | |
---|---|
Type | Description |
ByteString |
The bytes for loadBalancingScheme. |
getName()
public String getName()
Name of the resource. Provided by the client when the resource is created. The name must be 1-63 characters long, and comply with RFC1035. Specifically, the name must be 1-63 characters long and match the regular expression a-z?
which means the first character must be a lowercase letter, and all following characters must be a dash, lowercase letter, or digit, except the last character, which cannot be a dash.
optional string name = 3373707;
Returns | |
---|---|
Type | Description |
String |
The name. |
getNameBytes()
public ByteString getNameBytes()
Name of the resource. Provided by the client when the resource is created. The name must be 1-63 characters long, and comply with RFC1035. Specifically, the name must be 1-63 characters long and match the regular expression a-z?
which means the first character must be a lowercase letter, and all following characters must be a dash, lowercase letter, or digit, except the last character, which cannot be a dash.
optional string name = 3373707;
Returns | |
---|---|
Type | Description |
ByteString |
The bytes for name. |
getParserForType()
public Parser<BackendBucket> getParserForType()
Returns | |
---|---|
Type | Description |
Parser<BackendBucket> |
getSelfLink()
public String getSelfLink()
[Output Only] Server-defined URL for the resource.
optional string self_link = 456214797;
Returns | |
---|---|
Type | Description |
String |
The selfLink. |
getSelfLinkBytes()
public ByteString getSelfLinkBytes()
[Output Only] Server-defined URL for the resource.
optional string self_link = 456214797;
Returns | |
---|---|
Type | Description |
ByteString |
The bytes for selfLink. |
getSerializedSize()
public int getSerializedSize()
Returns | |
---|---|
Type | Description |
int |
getUsedBy(int index)
public BackendBucketUsedBy getUsedBy(int index)
[Output Only] List of resources referencing that backend bucket.
repeated .google.cloud.compute.v1.BackendBucketUsedBy used_by = 389320729;
Parameter | |
---|---|
Name | Description |
index |
int |
Returns | |
---|---|
Type | Description |
BackendBucketUsedBy |
getUsedByCount()
public int getUsedByCount()
[Output Only] List of resources referencing that backend bucket.
repeated .google.cloud.compute.v1.BackendBucketUsedBy used_by = 389320729;
Returns | |
---|---|
Type | Description |
int |
getUsedByList()
public List<BackendBucketUsedBy> getUsedByList()
[Output Only] List of resources referencing that backend bucket.
repeated .google.cloud.compute.v1.BackendBucketUsedBy used_by = 389320729;
Returns | |
---|---|
Type | Description |
List<BackendBucketUsedBy> |
getUsedByOrBuilder(int index)
public BackendBucketUsedByOrBuilder getUsedByOrBuilder(int index)
[Output Only] List of resources referencing that backend bucket.
repeated .google.cloud.compute.v1.BackendBucketUsedBy used_by = 389320729;
Parameter | |
---|---|
Name | Description |
index |
int |
Returns | |
---|---|
Type | Description |
BackendBucketUsedByOrBuilder |
getUsedByOrBuilderList()
public List<? extends BackendBucketUsedByOrBuilder> getUsedByOrBuilderList()
[Output Only] List of resources referencing that backend bucket.
repeated .google.cloud.compute.v1.BackendBucketUsedBy used_by = 389320729;
Returns | |
---|---|
Type | Description |
List<? extends com.google.cloud.compute.v1.BackendBucketUsedByOrBuilder> |
hasBucketName()
public boolean hasBucketName()
Cloud Storage bucket name.
optional string bucket_name = 283610048;
Returns | |
---|---|
Type | Description |
boolean |
Whether the bucketName field is set. |
hasCdnPolicy()
public boolean hasCdnPolicy()
Cloud CDN configuration for this BackendBucket.
optional .google.cloud.compute.v1.BackendBucketCdnPolicy cdn_policy = 213976452;
Returns | |
---|---|
Type | Description |
boolean |
Whether the cdnPolicy field is set. |
hasCompressionMode()
public boolean hasCompressionMode()
Compress text responses using Brotli or gzip compression, based on the client's Accept-Encoding header. Check the CompressionMode enum for the list of possible values.
optional string compression_mode = 95520988;
Returns | |
---|---|
Type | Description |
boolean |
Whether the compressionMode field is set. |
hasCreationTimestamp()
public boolean hasCreationTimestamp()
[Output Only] Creation timestamp in RFC3339 text format.
optional string creation_timestamp = 30525366;
Returns | |
---|---|
Type | Description |
boolean |
Whether the creationTimestamp field is set. |
hasDescription()
public boolean hasDescription()
An optional textual description of the resource; provided by the client when the resource is created.
optional string description = 422937596;
Returns | |
---|---|
Type | Description |
boolean |
Whether the description field is set. |
hasEdgeSecurityPolicy()
public boolean hasEdgeSecurityPolicy()
[Output Only] The resource URL for the edge security policy associated with this backend bucket.
optional string edge_security_policy = 41036943;
Returns | |
---|---|
Type | Description |
boolean |
Whether the edgeSecurityPolicy field is set. |
hasEnableCdn()
public boolean hasEnableCdn()
If true, enable Cloud CDN for this BackendBucket.
optional bool enable_cdn = 282942321;
Returns | |
---|---|
Type | Description |
boolean |
Whether the enableCdn field is set. |
hasId()
public boolean hasId()
[Output Only] Unique identifier for the resource; defined by the server.
optional uint64 id = 3355;
Returns | |
---|---|
Type | Description |
boolean |
Whether the id field is set. |
hasKind()
public boolean hasKind()
Type of the resource.
optional string kind = 3292052;
Returns | |
---|---|
Type | Description |
boolean |
Whether the kind field is set. |
hasLoadBalancingScheme()
public boolean hasLoadBalancingScheme()
The value can only be INTERNAL_MANAGED for cross-region internal layer 7 load balancer. If loadBalancingScheme is not specified, the backend bucket can be used by classic global external load balancers, or global application external load balancers, or both. Check the LoadBalancingScheme enum for the list of possible values.
optional string load_balancing_scheme = 363890244;
Returns | |
---|---|
Type | Description |
boolean |
Whether the loadBalancingScheme field is set. |
hasName()
public boolean hasName()
Name of the resource. Provided by the client when the resource is created. The name must be 1-63 characters long, and comply with RFC1035. Specifically, the name must be 1-63 characters long and match the regular expression a-z?
which means the first character must be a lowercase letter, and all following characters must be a dash, lowercase letter, or digit, except the last character, which cannot be a dash.
optional string name = 3373707;
Returns | |
---|---|
Type | Description |
boolean |
Whether the name field is set. |
hasSelfLink()
public boolean hasSelfLink()
[Output Only] Server-defined URL for the resource.
optional string self_link = 456214797;
Returns | |
---|---|
Type | Description |
boolean |
Whether the selfLink field is set. |
hashCode()
public int hashCode()
Returns | |
---|---|
Type | Description |
int |
internalGetFieldAccessorTable()
protected GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()
Returns | |
---|---|
Type | Description |
FieldAccessorTable |
isInitialized()
public final boolean isInitialized()
Returns | |
---|---|
Type | Description |
boolean |
newBuilderForType()
public BackendBucket.Builder newBuilderForType()
Returns | |
---|---|
Type | Description |
BackendBucket.Builder |
newBuilderForType(GeneratedMessageV3.BuilderParent parent)
protected BackendBucket.Builder newBuilderForType(GeneratedMessageV3.BuilderParent parent)
Parameter | |
---|---|
Name | Description |
parent |
BuilderParent |
Returns | |
---|---|
Type | Description |
BackendBucket.Builder |
newInstance(GeneratedMessageV3.UnusedPrivateParameter unused)
protected Object newInstance(GeneratedMessageV3.UnusedPrivateParameter unused)
Parameter | |
---|---|
Name | Description |
unused |
UnusedPrivateParameter |
Returns | |
---|---|
Type | Description |
Object |
toBuilder()
public BackendBucket.Builder toBuilder()
Returns | |
---|---|
Type | Description |
BackendBucket.Builder |
writeTo(CodedOutputStream output)
public void writeTo(CodedOutputStream output)
Parameter | |
---|---|
Name | Description |
output |
CodedOutputStream |
Exceptions | |
---|---|
Type | Description |
IOException |