public final class ResourceInfo extends GeneratedMessageV3 implements ResourceInfoOrBuilder
ResourceInfo represents the information/status of an app connector resource.
Such as:
Protobuf type google.cloud.beyondcorp.appconnectors.v1.ResourceInfo
Static Fields
ID_FIELD_NUMBER
public static final int ID_FIELD_NUMBER
Field Value |
---|
Type | Description |
int | |
RESOURCE_FIELD_NUMBER
public static final int RESOURCE_FIELD_NUMBER
Field Value |
---|
Type | Description |
int | |
STATUS_FIELD_NUMBER
public static final int STATUS_FIELD_NUMBER
Field Value |
---|
Type | Description |
int | |
SUB_FIELD_NUMBER
public static final int SUB_FIELD_NUMBER
Field Value |
---|
Type | Description |
int | |
TIME_FIELD_NUMBER
public static final int TIME_FIELD_NUMBER
Field Value |
---|
Type | Description |
int | |
Static Methods
getDefaultInstance()
public static ResourceInfo getDefaultInstance()
getDescriptor()
public static final Descriptors.Descriptor getDescriptor()
newBuilder()
public static ResourceInfo.Builder newBuilder()
newBuilder(ResourceInfo prototype)
public static ResourceInfo.Builder newBuilder(ResourceInfo prototype)
public static ResourceInfo parseDelimitedFrom(InputStream input)
public static ResourceInfo parseDelimitedFrom(InputStream input, ExtensionRegistryLite extensionRegistry)
parseFrom(byte[] data)
public static ResourceInfo parseFrom(byte[] data)
Parameter |
---|
Name | Description |
data | byte[]
|
parseFrom(byte[] data, ExtensionRegistryLite extensionRegistry)
public static ResourceInfo parseFrom(byte[] data, ExtensionRegistryLite extensionRegistry)
parseFrom(ByteString data)
public static ResourceInfo parseFrom(ByteString data)
parseFrom(ByteString data, ExtensionRegistryLite extensionRegistry)
public static ResourceInfo parseFrom(ByteString data, ExtensionRegistryLite extensionRegistry)
public static ResourceInfo parseFrom(CodedInputStream input)
public static ResourceInfo parseFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
public static ResourceInfo parseFrom(InputStream input)
public static ResourceInfo parseFrom(InputStream input, ExtensionRegistryLite extensionRegistry)
parseFrom(ByteBuffer data)
public static ResourceInfo parseFrom(ByteBuffer data)
parseFrom(ByteBuffer data, ExtensionRegistryLite extensionRegistry)
public static ResourceInfo parseFrom(ByteBuffer data, ExtensionRegistryLite extensionRegistry)
parser()
public static Parser<ResourceInfo> parser()
Methods
equals(Object obj)
public boolean equals(Object obj)
Parameter |
---|
Name | Description |
obj | Object
|
Overrides
getDefaultInstanceForType()
public ResourceInfo getDefaultInstanceForType()
getId()
Required. Unique Id for the resource.
string id = 1 [(.google.api.field_behavior) = REQUIRED];
Returns |
---|
Type | Description |
String | The id.
|
getIdBytes()
public ByteString getIdBytes()
Required. Unique Id for the resource.
string id = 1 [(.google.api.field_behavior) = REQUIRED];
getParserForType()
public Parser<ResourceInfo> getParserForType()
Overrides
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 AnyOrBuilder getResourceOrBuilder()
Specific details for the resource. This is for internal use only.
.google.protobuf.Any resource = 3;
getSerializedSize()
public int getSerializedSize()
Returns |
---|
Type | Description |
int | |
Overrides
getStatus()
public 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;
getStatusValue()
public 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 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
|
getSubCount()
List of Info for the sub level resources.
repeated .google.cloud.beyondcorp.appconnectors.v1.ResourceInfo sub = 5;
Returns |
---|
Type | Description |
int | |
getSubList()
public List<ResourceInfo> getSubList()
List of Info for the sub level resources.
repeated .google.cloud.beyondcorp.appconnectors.v1.ResourceInfo sub = 5;
getSubOrBuilder(int index)
public 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
|
getSubOrBuilderList()
public 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 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;
getTimeOrBuilder()
public 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;
getUnknownFields()
public final UnknownFieldSet getUnknownFields()
Overrides
hasResource()
public 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()
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.
|
hashCode()
Returns |
---|
Type | Description |
int | |
Overrides
internalGetFieldAccessorTable()
protected GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()
Overrides
isInitialized()
public final boolean isInitialized()
Overrides
newBuilderForType()
public ResourceInfo.Builder newBuilderForType()
newBuilderForType(GeneratedMessageV3.BuilderParent parent)
protected ResourceInfo.Builder newBuilderForType(GeneratedMessageV3.BuilderParent parent)
Overrides
newInstance(GeneratedMessageV3.UnusedPrivateParameter unused)
protected Object newInstance(GeneratedMessageV3.UnusedPrivateParameter unused)
Overrides
toBuilder()
public ResourceInfo.Builder toBuilder()
writeTo(CodedOutputStream output)
public void writeTo(CodedOutputStream output)
Overrides