- 0.49.0 (latest)
- 0.47.0
- 0.46.0
- 0.45.0
- 0.44.0
- 0.43.0
- 0.42.0
- 0.41.0
- 0.40.0
- 0.39.0
- 0.38.0
- 0.37.0
- 0.35.0
- 0.34.0
- 0.33.0
- 0.32.0
- 0.31.0
- 0.30.0
- 0.29.0
- 0.28.0
- 0.27.0
- 0.26.0
- 0.25.0
- 0.22.0
- 0.21.0
- 0.20.0
- 0.19.0
- 0.18.0
- 0.17.0
- 0.16.0
- 0.15.0
- 0.14.0
- 0.13.0
- 0.12.0
- 0.11.0
- 0.10.0
- 0.9.0
- 0.8.0
- 0.7.0
- 0.6.0
- 0.5.0
- 0.4.0
- 0.3.0
- 0.2.0
- 0.1.0
public interface ResourceInfoOrBuilder extends MessageOrBuilder
Implements
MessageOrBuilderMethods
getId()
public abstract String getId()
Required. Unique Id for the resource.
string id = 1 [(.google.api.field_behavior) = REQUIRED];
Returns | |
---|---|
Type | Description |
String | The id. |
getIdBytes()
public abstract ByteString getIdBytes()
Required. Unique Id for the resource.
string id = 1 [(.google.api.field_behavior) = REQUIRED];
Returns | |
---|---|
Type | Description |
ByteString | The bytes for id. |
getResource()
public abstract Any getResource()
Specific details for the resource. This is for internal use only.
.google.protobuf.Any resource = 3;
Returns | |
---|---|
Type | Description |
Any | The resource. |
getResourceOrBuilder()
public abstract AnyOrBuilder getResourceOrBuilder()
Specific details for the resource. This is for internal use only.
.google.protobuf.Any resource = 3;
Returns | |
---|---|
Type | Description |
AnyOrBuilder |
getStatus()
public abstract HealthStatus getStatus()
Overall health status. Overall status is derived based on the status of each sub level resources.
.google.cloud.beyondcorp.appconnectors.v1.HealthStatus status = 2;
Returns | |
---|---|
Type | Description |
HealthStatus | The status. |
getStatusValue()
public abstract int getStatusValue()
Overall health status. Overall status is derived based on the status of each sub level resources.
.google.cloud.beyondcorp.appconnectors.v1.HealthStatus status = 2;
Returns | |
---|---|
Type | Description |
int | The enum numeric value on the wire for status. |
getSub(int index)
public abstract ResourceInfo getSub(int index)
List of Info for the sub level resources.
repeated .google.cloud.beyondcorp.appconnectors.v1.ResourceInfo sub = 5;
Parameter | |
---|---|
Name | Description |
index | int |
Returns | |
---|---|
Type | Description |
ResourceInfo |
getSubCount()
public abstract int getSubCount()
List of Info for the sub level resources.
repeated .google.cloud.beyondcorp.appconnectors.v1.ResourceInfo sub = 5;
Returns | |
---|---|
Type | Description |
int |
getSubList()
public abstract List<ResourceInfo> getSubList()
List of Info for the sub level resources.
repeated .google.cloud.beyondcorp.appconnectors.v1.ResourceInfo sub = 5;
Returns | |
---|---|
Type | Description |
List<ResourceInfo> |
getSubOrBuilder(int index)
public abstract ResourceInfoOrBuilder getSubOrBuilder(int index)
List of Info for the sub level resources.
repeated .google.cloud.beyondcorp.appconnectors.v1.ResourceInfo sub = 5;
Parameter | |
---|---|
Name | Description |
index | int |
Returns | |
---|---|
Type | Description |
ResourceInfoOrBuilder |
getSubOrBuilderList()
public abstract List<? extends ResourceInfoOrBuilder> getSubOrBuilderList()
List of Info for the sub level resources.
repeated .google.cloud.beyondcorp.appconnectors.v1.ResourceInfo sub = 5;
Returns | |
---|---|
Type | Description |
List<? extends com.google.cloud.beyondcorp.appconnectors.v1.ResourceInfoOrBuilder> |
getTime()
public abstract Timestamp getTime()
The timestamp to collect the info. It is suggested to be set by the topmost level resource only.
.google.protobuf.Timestamp time = 4;
Returns | |
---|---|
Type | Description |
Timestamp | The time. |
getTimeOrBuilder()
public abstract TimestampOrBuilder getTimeOrBuilder()
The timestamp to collect the info. It is suggested to be set by the topmost level resource only.
.google.protobuf.Timestamp time = 4;
Returns | |
---|---|
Type | Description |
TimestampOrBuilder |
hasResource()
public abstract boolean hasResource()
Specific details for the resource. This is for internal use only.
.google.protobuf.Any resource = 3;
Returns | |
---|---|
Type | Description |
boolean | Whether the resource field is set. |
hasTime()
public abstract boolean hasTime()
The timestamp to collect the info. It is suggested to be set by the topmost level resource only.
.google.protobuf.Timestamp time = 4;
Returns | |
---|---|
Type | Description |
boolean | Whether the time field is set. |