Class BackendServiceCdnPolicyNegativeCachingPolicy.Builder (1.52.0)

public static final class BackendServiceCdnPolicyNegativeCachingPolicy.Builder extends GeneratedMessageV3.Builder<BackendServiceCdnPolicyNegativeCachingPolicy.Builder> implements BackendServiceCdnPolicyNegativeCachingPolicyOrBuilder

Specify CDN TTLs for response error codes.

Protobuf type google.cloud.compute.v1.BackendServiceCdnPolicyNegativeCachingPolicy

Static Methods

getDescriptor()

public static final Descriptors.Descriptor getDescriptor()
Returns
Type Description
Descriptor

Methods

addRepeatedField(Descriptors.FieldDescriptor field, Object value)

public BackendServiceCdnPolicyNegativeCachingPolicy.Builder addRepeatedField(Descriptors.FieldDescriptor field, Object value)
Parameters
Name Description
field FieldDescriptor
value Object
Returns
Type Description
BackendServiceCdnPolicyNegativeCachingPolicy.Builder
Overrides

build()

public BackendServiceCdnPolicyNegativeCachingPolicy build()
Returns
Type Description
BackendServiceCdnPolicyNegativeCachingPolicy

buildPartial()

public BackendServiceCdnPolicyNegativeCachingPolicy buildPartial()
Returns
Type Description
BackendServiceCdnPolicyNegativeCachingPolicy

clear()

public BackendServiceCdnPolicyNegativeCachingPolicy.Builder clear()
Returns
Type Description
BackendServiceCdnPolicyNegativeCachingPolicy.Builder
Overrides

clearCode()

public BackendServiceCdnPolicyNegativeCachingPolicy.Builder clearCode()

The HTTP status code to define a TTL against. Only HTTP status codes 300, 301, 302, 307, 308, 404, 405, 410, 421, 451 and 501 are can be specified as values, and you cannot specify a status code more than once.

optional int32 code = 3059181;

Returns
Type Description
BackendServiceCdnPolicyNegativeCachingPolicy.Builder

This builder for chaining.

clearField(Descriptors.FieldDescriptor field)

public BackendServiceCdnPolicyNegativeCachingPolicy.Builder clearField(Descriptors.FieldDescriptor field)
Parameter
Name Description
field FieldDescriptor
Returns
Type Description
BackendServiceCdnPolicyNegativeCachingPolicy.Builder
Overrides

clearOneof(Descriptors.OneofDescriptor oneof)

public BackendServiceCdnPolicyNegativeCachingPolicy.Builder clearOneof(Descriptors.OneofDescriptor oneof)
Parameter
Name Description
oneof OneofDescriptor
Returns
Type Description
BackendServiceCdnPolicyNegativeCachingPolicy.Builder
Overrides

clearTtl()

public BackendServiceCdnPolicyNegativeCachingPolicy.Builder clearTtl()

The TTL (in seconds) for which to cache responses with the corresponding status code. The maximum allowed value is 1800s (30 minutes), noting that infrequently accessed objects may be evicted from the cache before the defined TTL.

optional int32 ttl = 115180;

Returns
Type Description
BackendServiceCdnPolicyNegativeCachingPolicy.Builder

This builder for chaining.

clone()

public BackendServiceCdnPolicyNegativeCachingPolicy.Builder clone()
Returns
Type Description
BackendServiceCdnPolicyNegativeCachingPolicy.Builder
Overrides

getCode()

public int getCode()

The HTTP status code to define a TTL against. Only HTTP status codes 300, 301, 302, 307, 308, 404, 405, 410, 421, 451 and 501 are can be specified as values, and you cannot specify a status code more than once.

optional int32 code = 3059181;

Returns
Type Description
int

The code.

getDefaultInstanceForType()

public BackendServiceCdnPolicyNegativeCachingPolicy getDefaultInstanceForType()
Returns
Type Description
BackendServiceCdnPolicyNegativeCachingPolicy

getDescriptorForType()

public Descriptors.Descriptor getDescriptorForType()
Returns
Type Description
Descriptor
Overrides

getTtl()

public int getTtl()

The TTL (in seconds) for which to cache responses with the corresponding status code. The maximum allowed value is 1800s (30 minutes), noting that infrequently accessed objects may be evicted from the cache before the defined TTL.

optional int32 ttl = 115180;

Returns
Type Description
int

The ttl.

hasCode()

public boolean hasCode()

The HTTP status code to define a TTL against. Only HTTP status codes 300, 301, 302, 307, 308, 404, 405, 410, 421, 451 and 501 are can be specified as values, and you cannot specify a status code more than once.

optional int32 code = 3059181;

Returns
Type Description
boolean

Whether the code field is set.

hasTtl()

public boolean hasTtl()

The TTL (in seconds) for which to cache responses with the corresponding status code. The maximum allowed value is 1800s (30 minutes), noting that infrequently accessed objects may be evicted from the cache before the defined TTL.

optional int32 ttl = 115180;

Returns
Type Description
boolean

Whether the ttl field is set.

internalGetFieldAccessorTable()

protected GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()
Returns
Type Description
FieldAccessorTable
Overrides

isInitialized()

public final boolean isInitialized()
Returns
Type Description
boolean
Overrides

mergeFrom(BackendServiceCdnPolicyNegativeCachingPolicy other)

public BackendServiceCdnPolicyNegativeCachingPolicy.Builder mergeFrom(BackendServiceCdnPolicyNegativeCachingPolicy other)
Parameter
Name Description
other BackendServiceCdnPolicyNegativeCachingPolicy
Returns
Type Description
BackendServiceCdnPolicyNegativeCachingPolicy.Builder

mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)

public BackendServiceCdnPolicyNegativeCachingPolicy.Builder mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
Parameters
Name Description
input CodedInputStream
extensionRegistry ExtensionRegistryLite
Returns
Type Description
BackendServiceCdnPolicyNegativeCachingPolicy.Builder
Overrides
Exceptions
Type Description
IOException

mergeFrom(Message other)

public BackendServiceCdnPolicyNegativeCachingPolicy.Builder mergeFrom(Message other)
Parameter
Name Description
other Message
Returns
Type Description
BackendServiceCdnPolicyNegativeCachingPolicy.Builder
Overrides

mergeUnknownFields(UnknownFieldSet unknownFields)

public final BackendServiceCdnPolicyNegativeCachingPolicy.Builder mergeUnknownFields(UnknownFieldSet unknownFields)
Parameter
Name Description
unknownFields UnknownFieldSet
Returns
Type Description
BackendServiceCdnPolicyNegativeCachingPolicy.Builder
Overrides

setCode(int value)

public BackendServiceCdnPolicyNegativeCachingPolicy.Builder setCode(int value)

The HTTP status code to define a TTL against. Only HTTP status codes 300, 301, 302, 307, 308, 404, 405, 410, 421, 451 and 501 are can be specified as values, and you cannot specify a status code more than once.

optional int32 code = 3059181;

Parameter
Name Description
value int

The code to set.

Returns
Type Description
BackendServiceCdnPolicyNegativeCachingPolicy.Builder

This builder for chaining.

setField(Descriptors.FieldDescriptor field, Object value)

public BackendServiceCdnPolicyNegativeCachingPolicy.Builder setField(Descriptors.FieldDescriptor field, Object value)
Parameters
Name Description
field FieldDescriptor
value Object
Returns
Type Description
BackendServiceCdnPolicyNegativeCachingPolicy.Builder
Overrides

setRepeatedField(Descriptors.FieldDescriptor field, int index, Object value)

public BackendServiceCdnPolicyNegativeCachingPolicy.Builder setRepeatedField(Descriptors.FieldDescriptor field, int index, Object value)
Parameters
Name Description
field FieldDescriptor
index int
value Object
Returns
Type Description
BackendServiceCdnPolicyNegativeCachingPolicy.Builder
Overrides

setTtl(int value)

public BackendServiceCdnPolicyNegativeCachingPolicy.Builder setTtl(int value)

The TTL (in seconds) for which to cache responses with the corresponding status code. The maximum allowed value is 1800s (30 minutes), noting that infrequently accessed objects may be evicted from the cache before the defined TTL.

optional int32 ttl = 115180;

Parameter
Name Description
value int

The ttl to set.

Returns
Type Description
BackendServiceCdnPolicyNegativeCachingPolicy.Builder

This builder for chaining.

setUnknownFields(UnknownFieldSet unknownFields)

public final BackendServiceCdnPolicyNegativeCachingPolicy.Builder setUnknownFields(UnknownFieldSet unknownFields)
Parameter
Name Description
unknownFields UnknownFieldSet
Returns
Type Description
BackendServiceCdnPolicyNegativeCachingPolicy.Builder
Overrides