public final class Folder extends GeneratedMessage implements FolderOrBuilderMessage that contains the resource name and display name of a folder resource.
Protobuf type google.cloud.securitycenter.v2.Folder
Inheritance
Object > AbstractMessageLite<MessageType,BuilderType> > AbstractMessage > GeneratedMessage > FolderImplements
FolderOrBuilderStatic Fields
RESOURCE_FOLDER_DISPLAY_NAME_FIELD_NUMBER
public static final int RESOURCE_FOLDER_DISPLAY_NAME_FIELD_NUMBER| Field Value | |
|---|---|
| Type | Description |
int |
|
RESOURCE_FOLDER_FIELD_NUMBER
public static final int RESOURCE_FOLDER_FIELD_NUMBER| Field Value | |
|---|---|
| Type | Description |
int |
|
Static Methods
getDefaultInstance()
public static Folder getDefaultInstance()| Returns | |
|---|---|
| Type | Description |
Folder |
|
getDescriptor()
public static final Descriptors.Descriptor getDescriptor()| Returns | |
|---|---|
| Type | Description |
Descriptor |
|
newBuilder()
public static Folder.Builder newBuilder()| Returns | |
|---|---|
| Type | Description |
Folder.Builder |
|
newBuilder(Folder prototype)
public static Folder.Builder newBuilder(Folder prototype)| Parameter | |
|---|---|
| Name | Description |
prototype |
Folder |
| Returns | |
|---|---|
| Type | Description |
Folder.Builder |
|
parseDelimitedFrom(InputStream input)
public static Folder parseDelimitedFrom(InputStream input)| Parameter | |
|---|---|
| Name | Description |
input |
InputStream |
| Returns | |
|---|---|
| Type | Description |
Folder |
|
| Exceptions | |
|---|---|
| Type | Description |
IOException |
|
parseDelimitedFrom(InputStream input, ExtensionRegistryLite extensionRegistry)
public static Folder parseDelimitedFrom(InputStream input, ExtensionRegistryLite extensionRegistry)| Parameters | |
|---|---|
| Name | Description |
input |
InputStream |
extensionRegistry |
ExtensionRegistryLite |
| Returns | |
|---|---|
| Type | Description |
Folder |
|
| Exceptions | |
|---|---|
| Type | Description |
IOException |
|
parseFrom(byte[] data)
public static Folder parseFrom(byte[] data)| Parameter | |
|---|---|
| Name | Description |
data |
byte[] |
| Returns | |
|---|---|
| Type | Description |
Folder |
|
| Exceptions | |
|---|---|
| Type | Description |
InvalidProtocolBufferException |
|
parseFrom(byte[] data, ExtensionRegistryLite extensionRegistry)
public static Folder parseFrom(byte[] data, ExtensionRegistryLite extensionRegistry)| Parameters | |
|---|---|
| Name | Description |
data |
byte[] |
extensionRegistry |
ExtensionRegistryLite |
| Returns | |
|---|---|
| Type | Description |
Folder |
|
| Exceptions | |
|---|---|
| Type | Description |
InvalidProtocolBufferException |
|
parseFrom(ByteString data)
public static Folder parseFrom(ByteString data)| Parameter | |
|---|---|
| Name | Description |
data |
ByteString |
| Returns | |
|---|---|
| Type | Description |
Folder |
|
| Exceptions | |
|---|---|
| Type | Description |
InvalidProtocolBufferException |
|
parseFrom(ByteString data, ExtensionRegistryLite extensionRegistry)
public static Folder parseFrom(ByteString data, ExtensionRegistryLite extensionRegistry)| Parameters | |
|---|---|
| Name | Description |
data |
ByteString |
extensionRegistry |
ExtensionRegistryLite |
| Returns | |
|---|---|
| Type | Description |
Folder |
|
| Exceptions | |
|---|---|
| Type | Description |
InvalidProtocolBufferException |
|
parseFrom(CodedInputStream input)
public static Folder parseFrom(CodedInputStream input)| Parameter | |
|---|---|
| Name | Description |
input |
CodedInputStream |
| Returns | |
|---|---|
| Type | Description |
Folder |
|
| Exceptions | |
|---|---|
| Type | Description |
IOException |
|
parseFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
public static Folder parseFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)| Parameters | |
|---|---|
| Name | Description |
input |
CodedInputStream |
extensionRegistry |
ExtensionRegistryLite |
| Returns | |
|---|---|
| Type | Description |
Folder |
|
| Exceptions | |
|---|---|
| Type | Description |
IOException |
|
parseFrom(InputStream input)
public static Folder parseFrom(InputStream input)| Parameter | |
|---|---|
| Name | Description |
input |
InputStream |
| Returns | |
|---|---|
| Type | Description |
Folder |
|
| Exceptions | |
|---|---|
| Type | Description |
IOException |
|
parseFrom(InputStream input, ExtensionRegistryLite extensionRegistry)
public static Folder parseFrom(InputStream input, ExtensionRegistryLite extensionRegistry)| Parameters | |
|---|---|
| Name | Description |
input |
InputStream |
extensionRegistry |
ExtensionRegistryLite |
| Returns | |
|---|---|
| Type | Description |
Folder |
|
| Exceptions | |
|---|---|
| Type | Description |
IOException |
|
parseFrom(ByteBuffer data)
public static Folder parseFrom(ByteBuffer data)| Parameter | |
|---|---|
| Name | Description |
data |
ByteBuffer |
| Returns | |
|---|---|
| Type | Description |
Folder |
|
| Exceptions | |
|---|---|
| Type | Description |
InvalidProtocolBufferException |
|
parseFrom(ByteBuffer data, ExtensionRegistryLite extensionRegistry)
public static Folder parseFrom(ByteBuffer data, ExtensionRegistryLite extensionRegistry)| Parameters | |
|---|---|
| Name | Description |
data |
ByteBuffer |
extensionRegistry |
ExtensionRegistryLite |
| Returns | |
|---|---|
| Type | Description |
Folder |
|
| Exceptions | |
|---|---|
| Type | Description |
InvalidProtocolBufferException |
|
parser()
public static Parser<Folder> parser()| Returns | |
|---|---|
| Type | Description |
Parser<Folder> |
|
Methods
equals(Object obj)
public boolean equals(Object obj)| Parameter | |
|---|---|
| Name | Description |
obj |
Object |
| Returns | |
|---|---|
| Type | Description |
boolean |
|
getDefaultInstanceForType()
public Folder getDefaultInstanceForType()| Returns | |
|---|---|
| Type | Description |
Folder |
|
getParserForType()
public Parser<Folder> getParserForType()| Returns | |
|---|---|
| Type | Description |
Parser<Folder> |
|
getResourceFolder()
public String getResourceFolder()Full resource name of this folder. See: https://cloud.google.com/apis/design/resource_names#full_resource_name
string resource_folder = 1;
| Returns | |
|---|---|
| Type | Description |
String |
The resourceFolder. |
getResourceFolderBytes()
public ByteString getResourceFolderBytes()Full resource name of this folder. See: https://cloud.google.com/apis/design/resource_names#full_resource_name
string resource_folder = 1;
| Returns | |
|---|---|
| Type | Description |
ByteString |
The bytes for resourceFolder. |
getResourceFolderDisplayName()
public String getResourceFolderDisplayName()The user defined display name for this folder.
string resource_folder_display_name = 2;
| Returns | |
|---|---|
| Type | Description |
String |
The resourceFolderDisplayName. |
getResourceFolderDisplayNameBytes()
public ByteString getResourceFolderDisplayNameBytes()The user defined display name for this folder.
string resource_folder_display_name = 2;
| Returns | |
|---|---|
| Type | Description |
ByteString |
The bytes for resourceFolderDisplayName. |
getSerializedSize()
public int getSerializedSize()| Returns | |
|---|---|
| Type | Description |
int |
|
hashCode()
public int hashCode()| Returns | |
|---|---|
| Type | Description |
int |
|
internalGetFieldAccessorTable()
protected GeneratedMessage.FieldAccessorTable internalGetFieldAccessorTable()| Returns | |
|---|---|
| Type | Description |
FieldAccessorTable |
|
isInitialized()
public final boolean isInitialized()| Returns | |
|---|---|
| Type | Description |
boolean |
|
newBuilderForType()
public Folder.Builder newBuilderForType()| Returns | |
|---|---|
| Type | Description |
Folder.Builder |
|
newBuilderForType(AbstractMessage.BuilderParent parent)
protected Folder.Builder newBuilderForType(AbstractMessage.BuilderParent parent)| Parameter | |
|---|---|
| Name | Description |
parent |
BuilderParent |
| Returns | |
|---|---|
| Type | Description |
Folder.Builder |
|
toBuilder()
public Folder.Builder toBuilder()| Returns | |
|---|---|
| Type | Description |
Folder.Builder |
|
writeTo(CodedOutputStream output)
public void writeTo(CodedOutputStream output)| Parameter | |
|---|---|
| Name | Description |
output |
CodedOutputStream |
| Exceptions | |
|---|---|
| Type | Description |
IOException |
|