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
RESOURCE_FIELD_NUMBER
public static final int RESOURCE_FIELD_NUMBER
Field Value
STATUS_FIELD_NUMBER
public static final int STATUS_FIELD_NUMBER
Field Value
SUB_FIELD_NUMBER
public static final int SUB_FIELD_NUMBER
Field Value
TIME_FIELD_NUMBER
public static final int TIME_FIELD_NUMBER
Field Value
Static Methods
getDefaultInstance()
public static ResourceInfo getDefaultInstance()
Returns
getDescriptor()
public static final Descriptors.Descriptor getDescriptor()
Returns
newBuilder()
public static ResourceInfo.Builder newBuilder()
Returns
newBuilder(ResourceInfo prototype)
public static ResourceInfo.Builder newBuilder(ResourceInfo prototype)
Parameter
Returns
public static ResourceInfo parseDelimitedFrom(InputStream input)
Parameter
Returns
Exceptions
public static ResourceInfo parseDelimitedFrom(InputStream input, ExtensionRegistryLite extensionRegistry)
Parameters
Returns
Exceptions
parseFrom(byte[] data)
public static ResourceInfo parseFrom(byte[] data)
Parameter
Name | Description |
data | byte[]
|
Returns
Exceptions
parseFrom(byte[] data, ExtensionRegistryLite extensionRegistry)
public static ResourceInfo parseFrom(byte[] data, ExtensionRegistryLite extensionRegistry)
Parameters
Returns
Exceptions
parseFrom(ByteString data)
public static ResourceInfo parseFrom(ByteString data)
Parameter
Returns
Exceptions
parseFrom(ByteString data, ExtensionRegistryLite extensionRegistry)
public static ResourceInfo parseFrom(ByteString data, ExtensionRegistryLite extensionRegistry)
Parameters
Returns
Exceptions
public static ResourceInfo parseFrom(CodedInputStream input)
Parameter
Returns
Exceptions
public static ResourceInfo parseFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
Parameters
Returns
Exceptions
public static ResourceInfo parseFrom(InputStream input)
Parameter
Returns
Exceptions
public static ResourceInfo parseFrom(InputStream input, ExtensionRegistryLite extensionRegistry)
Parameters
Returns
Exceptions
parseFrom(ByteBuffer data)
public static ResourceInfo parseFrom(ByteBuffer data)
Parameter
Returns
Exceptions
parseFrom(ByteBuffer data, ExtensionRegistryLite extensionRegistry)
public static ResourceInfo parseFrom(ByteBuffer data, ExtensionRegistryLite extensionRegistry)
Parameters
Returns
Exceptions
parser()
public static Parser<ResourceInfo> parser()
Returns
Methods
equals(Object obj)
public boolean equals(Object obj)
Parameter
Returns
Overrides
getDefaultInstanceForType()
public ResourceInfo getDefaultInstanceForType()
Returns
getId()
Required. Unique Id for the resource.
string id = 1 [(.google.api.field_behavior) = REQUIRED];
Returns
getIdBytes()
public ByteString getIdBytes()
Required. Unique Id for the resource.
string id = 1 [(.google.api.field_behavior) = REQUIRED];
Returns
getParserForType()
public Parser<ResourceInfo> getParserForType()
Returns
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;
Returns
getSerializedSize()
public int getSerializedSize()
Returns
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;
Returns
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
Returns
getSubCount()
List of Info for the sub level resources.
repeated .google.cloud.beyondcorp.appconnectors.v1.ResourceInfo sub = 5;
Returns
getSubList()
public List<ResourceInfo> getSubList()
List of Info for the sub level resources.
repeated .google.cloud.beyondcorp.appconnectors.v1.ResourceInfo sub = 5;
Returns
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
Returns
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;
Returns
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;
Returns
getUnknownFields()
public final UnknownFieldSet getUnknownFields()
Returns
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
Overrides
internalGetFieldAccessorTable()
protected GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()
Returns
Overrides
isInitialized()
public final boolean isInitialized()
Returns
Overrides
newBuilderForType()
public ResourceInfo.Builder newBuilderForType()
Returns
newBuilderForType(GeneratedMessageV3.BuilderParent parent)
protected ResourceInfo.Builder newBuilderForType(GeneratedMessageV3.BuilderParent parent)
Parameter
Returns
Overrides
newInstance(GeneratedMessageV3.UnusedPrivateParameter unused)
protected Object newInstance(GeneratedMessageV3.UnusedPrivateParameter unused)
Parameter
Returns
Overrides
toBuilder()
public ResourceInfo.Builder toBuilder()
Returns
writeTo(CodedOutputStream output)
public void writeTo(CodedOutputStream output)
Parameter
Overrides
Exceptions