Send feedback
Class ResourceInfo (0.42.0)
Stay organized with collections
Save and categorize content based on your preferences.
Version 0.42.0 keyboard_arrow_down
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
Inherited Members
com.google.protobuf.GeneratedMessageV3.<ListT>makeMutableCopy(ListT)
com.google.protobuf.GeneratedMessageV3.<ListT>makeMutableCopy(ListT,int)
com.google.protobuf.GeneratedMessageV3.<T>emptyList(java.lang.Class<T>)
com.google.protobuf.GeneratedMessageV3.internalGetMapFieldReflection(int)
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];
Returns
Type
Description
ByteString
The bytes for id.
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;
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 )
Returns
Type
Description
Object
Overrides
toBuilder()
public ResourceInfo . Builder toBuilder ()
writeTo(CodedOutputStream output)
public void writeTo ( CodedOutputStream output )
Overrides
Send feedback
Except as otherwise noted, the content of this page is licensed under the Creative Commons Attribution 4.0 License , and code samples are licensed under the Apache 2.0 License . For details, see the Google Developers Site Policies . Java is a registered trademark of Oracle and/or its affiliates.
Last updated 2025-01-28 UTC.
Need to tell us more?
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Hard to understand","hardToUnderstand","thumb-down"],["Incorrect information or sample code","incorrectInformationOrSampleCode","thumb-down"],["Missing the information/samples I need","missingTheInformationSamplesINeed","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-01-28 UTC."],[],[]]