public interface AggregateFleetRowOrBuilder extends MessageOrBuilderImplements
MessageOrBuilderMethods
getDeltaDetails()
public abstract DeltaDetails getDeltaDetails()Optional. Delta counts and details of resources which were added to/deleted from fleet.
optional .google.cloud.databasecenter.v1beta.DeltaDetails delta_details = 4 [(.google.api.field_behavior) = OPTIONAL];
| Returns | |
|---|---|
| Type | Description |
DeltaDetails |
The deltaDetails. |
getDeltaDetailsOrBuilder()
public abstract DeltaDetailsOrBuilder getDeltaDetailsOrBuilder()Optional. Delta counts and details of resources which were added to/deleted from fleet.
optional .google.cloud.databasecenter.v1beta.DeltaDetails delta_details = 4 [(.google.api.field_behavior) = OPTIONAL];
| Returns | |
|---|---|
| Type | Description |
DeltaDetailsOrBuilder |
|
getDimension(int index)
public abstract Dimension getDimension(int index)Group by dimension.
repeated .google.cloud.databasecenter.v1beta.Dimension dimension = 1;
| Parameter | |
|---|---|
| Name | Description |
index |
int |
| Returns | |
|---|---|
| Type | Description |
Dimension |
|
getDimensionCount()
public abstract int getDimensionCount()Group by dimension.
repeated .google.cloud.databasecenter.v1beta.Dimension dimension = 1;
| Returns | |
|---|---|
| Type | Description |
int |
|
getDimensionList()
public abstract List<Dimension> getDimensionList()Group by dimension.
repeated .google.cloud.databasecenter.v1beta.Dimension dimension = 1;
| Returns | |
|---|---|
| Type | Description |
List<Dimension> |
|
getDimensionOrBuilder(int index)
public abstract DimensionOrBuilder getDimensionOrBuilder(int index)Group by dimension.
repeated .google.cloud.databasecenter.v1beta.Dimension dimension = 1;
| Parameter | |
|---|---|
| Name | Description |
index |
int |
| Returns | |
|---|---|
| Type | Description |
DimensionOrBuilder |
|
getDimensionOrBuilderList()
public abstract List<? extends DimensionOrBuilder> getDimensionOrBuilderList()Group by dimension.
repeated .google.cloud.databasecenter.v1beta.Dimension dimension = 1;
| Returns | |
|---|---|
| Type | Description |
List<? extends com.google.cloud.databasecenter.v1beta.DimensionOrBuilder> |
|
getResourceGroupsCount()
public abstract int getResourceGroupsCount()Number of resource groups that have a particular dimension.
int32 resource_groups_count = 2;
| Returns | |
|---|---|
| Type | Description |
int |
The resourceGroupsCount. |
getResourcesCount()
public abstract int getResourcesCount()Number of resources that have a particular dimension.
int32 resources_count = 3;
| Returns | |
|---|---|
| Type | Description |
int |
The resourcesCount. |
hasDeltaDetails()
public abstract boolean hasDeltaDetails()Optional. Delta counts and details of resources which were added to/deleted from fleet.
optional .google.cloud.databasecenter.v1beta.DeltaDetails delta_details = 4 [(.google.api.field_behavior) = OPTIONAL];
| Returns | |
|---|---|
| Type | Description |
boolean |
Whether the deltaDetails field is set. |