Interface TierOrBuilder (0.1.0)

public interface TierOrBuilder extends MessageOrBuilder

Implements

MessageOrBuilder

Methods

getDiskQuota()

public abstract long getDiskQuota()

The maximum disk size of this tier in bytes.

int64 Disk_Quota = 4 [json_name = "DiskQuota"];

Returns
Type Description
long

The diskQuota.

getKind()

public abstract String getKind()

This is always sql#tier.

string kind = 3;

Returns
Type Description
String

The kind.

getKindBytes()

public abstract ByteString getKindBytes()

This is always sql#tier.

string kind = 3;

Returns
Type Description
ByteString

The bytes for kind.

getRAM()

public abstract long getRAM()

The maximum RAM usage of this tier in bytes.

int64 RAM = 2 [json_name = "RAM"];

Returns
Type Description
long

The rAM.

getRegion(int index)

public abstract String getRegion(int index)

The applicable regions for this tier.

repeated string region = 5;

Parameter
Name Description
index int

The index of the element to return.

Returns
Type Description
String

The region at the given index.

getRegionBytes(int index)

public abstract ByteString getRegionBytes(int index)

The applicable regions for this tier.

repeated string region = 5;

Parameter
Name Description
index int

The index of the value to return.

Returns
Type Description
ByteString

The bytes of the region at the given index.

getRegionCount()

public abstract int getRegionCount()

The applicable regions for this tier.

repeated string region = 5;

Returns
Type Description
int

The count of region.

getRegionList()

public abstract List<String> getRegionList()

The applicable regions for this tier.

repeated string region = 5;

Returns
Type Description
List<String>

A list containing the region.

getTier()

public abstract String getTier()

An identifier for the machine type, for example, db-custom-1-3840. For related information, see Pricing.

string tier = 1;

Returns
Type Description
String

The tier.

getTierBytes()

public abstract ByteString getTierBytes()

An identifier for the machine type, for example, db-custom-1-3840. For related information, see Pricing.

string tier = 1;

Returns
Type Description
ByteString

The bytes for tier.