public interface DeltaDetailsOrBuilder extends MessageOrBuilderImplements
MessageOrBuilderMethods
getDecreasedResources(int index)
public abstract ResourceDetails getDecreasedResources(int index)Details of resources that have decreased.
repeated .google.cloud.databasecenter.v1beta.ResourceDetails decreased_resources = 2;
| Parameter | |
|---|---|
| Name | Description |
index |
int |
| Returns | |
|---|---|
| Type | Description |
ResourceDetails |
|
getDecreasedResourcesCount()
public abstract int getDecreasedResourcesCount()Details of resources that have decreased.
repeated .google.cloud.databasecenter.v1beta.ResourceDetails decreased_resources = 2;
| Returns | |
|---|---|
| Type | Description |
int |
|
getDecreasedResourcesList()
public abstract List<ResourceDetails> getDecreasedResourcesList()Details of resources that have decreased.
repeated .google.cloud.databasecenter.v1beta.ResourceDetails decreased_resources = 2;
| Returns | |
|---|---|
| Type | Description |
List<ResourceDetails> |
|
getDecreasedResourcesOrBuilder(int index)
public abstract ResourceDetailsOrBuilder getDecreasedResourcesOrBuilder(int index)Details of resources that have decreased.
repeated .google.cloud.databasecenter.v1beta.ResourceDetails decreased_resources = 2;
| Parameter | |
|---|---|
| Name | Description |
index |
int |
| Returns | |
|---|---|
| Type | Description |
ResourceDetailsOrBuilder |
|
getDecreasedResourcesOrBuilderList()
public abstract List<? extends ResourceDetailsOrBuilder> getDecreasedResourcesOrBuilderList()Details of resources that have decreased.
repeated .google.cloud.databasecenter.v1beta.ResourceDetails decreased_resources = 2;
| Returns | |
|---|---|
| Type | Description |
List<? extends com.google.cloud.databasecenter.v1beta.ResourceDetailsOrBuilder> |
|
getIncreasedResources(int index)
public abstract ResourceDetails getIncreasedResources(int index)Details of resources that have increased.
repeated .google.cloud.databasecenter.v1beta.ResourceDetails increased_resources = 1;
| Parameter | |
|---|---|
| Name | Description |
index |
int |
| Returns | |
|---|---|
| Type | Description |
ResourceDetails |
|
getIncreasedResourcesCount()
public abstract int getIncreasedResourcesCount()Details of resources that have increased.
repeated .google.cloud.databasecenter.v1beta.ResourceDetails increased_resources = 1;
| Returns | |
|---|---|
| Type | Description |
int |
|
getIncreasedResourcesList()
public abstract List<ResourceDetails> getIncreasedResourcesList()Details of resources that have increased.
repeated .google.cloud.databasecenter.v1beta.ResourceDetails increased_resources = 1;
| Returns | |
|---|---|
| Type | Description |
List<ResourceDetails> |
|
getIncreasedResourcesOrBuilder(int index)
public abstract ResourceDetailsOrBuilder getIncreasedResourcesOrBuilder(int index)Details of resources that have increased.
repeated .google.cloud.databasecenter.v1beta.ResourceDetails increased_resources = 1;
| Parameter | |
|---|---|
| Name | Description |
index |
int |
| Returns | |
|---|---|
| Type | Description |
ResourceDetailsOrBuilder |
|
getIncreasedResourcesOrBuilderList()
public abstract List<? extends ResourceDetailsOrBuilder> getIncreasedResourcesOrBuilderList()Details of resources that have increased.
repeated .google.cloud.databasecenter.v1beta.ResourceDetails increased_resources = 1;
| Returns | |
|---|---|
| Type | Description |
List<? extends com.google.cloud.databasecenter.v1beta.ResourceDetailsOrBuilder> |
|