Class Notebook (2.50.0)

public final class Notebook extends GeneratedMessageV3 implements NotebookOrBuilder

Represents a Jupyter notebook IPYNB file, such as a Colab Enterprise notebook file, that is associated with a finding.

Protobuf type google.cloud.securitycenter.v1.Notebook

Implements

NotebookOrBuilder

Static Fields

LAST_AUTHOR_FIELD_NUMBER

public static final int LAST_AUTHOR_FIELD_NUMBER
Field Value
Type Description
int

NAME_FIELD_NUMBER

public static final int NAME_FIELD_NUMBER
Field Value
Type Description
int

NOTEBOOK_UPDATE_TIME_FIELD_NUMBER

public static final int NOTEBOOK_UPDATE_TIME_FIELD_NUMBER
Field Value
Type Description
int

SERVICE_FIELD_NUMBER

public static final int SERVICE_FIELD_NUMBER
Field Value
Type Description
int

Static Methods

getDefaultInstance()

public static Notebook getDefaultInstance()
Returns
Type Description
Notebook

getDescriptor()

public static final Descriptors.Descriptor getDescriptor()
Returns
Type Description
Descriptor

newBuilder()

public static Notebook.Builder newBuilder()
Returns
Type Description
Notebook.Builder

newBuilder(Notebook prototype)

public static Notebook.Builder newBuilder(Notebook prototype)
Parameter
Name Description
prototype Notebook
Returns
Type Description
Notebook.Builder

parseDelimitedFrom(InputStream input)

public static Notebook parseDelimitedFrom(InputStream input)
Parameter
Name Description
input InputStream
Returns
Type Description
Notebook
Exceptions
Type Description
IOException

parseDelimitedFrom(InputStream input, ExtensionRegistryLite extensionRegistry)

public static Notebook parseDelimitedFrom(InputStream input, ExtensionRegistryLite extensionRegistry)
Parameters
Name Description
input InputStream
extensionRegistry ExtensionRegistryLite
Returns
Type Description
Notebook
Exceptions
Type Description
IOException

parseFrom(byte[] data)

public static Notebook parseFrom(byte[] data)
Parameter
Name Description
data byte[]
Returns
Type Description
Notebook
Exceptions
Type Description
InvalidProtocolBufferException

parseFrom(byte[] data, ExtensionRegistryLite extensionRegistry)

public static Notebook parseFrom(byte[] data, ExtensionRegistryLite extensionRegistry)
Parameters
Name Description
data byte[]
extensionRegistry ExtensionRegistryLite
Returns
Type Description
Notebook
Exceptions
Type Description
InvalidProtocolBufferException

parseFrom(ByteString data)

public static Notebook parseFrom(ByteString data)
Parameter
Name Description
data ByteString
Returns
Type Description
Notebook
Exceptions
Type Description
InvalidProtocolBufferException

parseFrom(ByteString data, ExtensionRegistryLite extensionRegistry)

public static Notebook parseFrom(ByteString data, ExtensionRegistryLite extensionRegistry)
Parameters
Name Description
data ByteString
extensionRegistry ExtensionRegistryLite
Returns
Type Description
Notebook
Exceptions
Type Description
InvalidProtocolBufferException

parseFrom(CodedInputStream input)

public static Notebook parseFrom(CodedInputStream input)
Parameter
Name Description
input CodedInputStream
Returns
Type Description
Notebook
Exceptions
Type Description
IOException

parseFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)

public static Notebook parseFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
Parameters
Name Description
input CodedInputStream
extensionRegistry ExtensionRegistryLite
Returns
Type Description
Notebook
Exceptions
Type Description
IOException

parseFrom(InputStream input)

public static Notebook parseFrom(InputStream input)
Parameter
Name Description
input InputStream
Returns
Type Description
Notebook
Exceptions
Type Description
IOException

parseFrom(InputStream input, ExtensionRegistryLite extensionRegistry)

public static Notebook parseFrom(InputStream input, ExtensionRegistryLite extensionRegistry)
Parameters
Name Description
input InputStream
extensionRegistry ExtensionRegistryLite
Returns
Type Description
Notebook
Exceptions
Type Description
IOException

parseFrom(ByteBuffer data)

public static Notebook parseFrom(ByteBuffer data)
Parameter
Name Description
data ByteBuffer
Returns
Type Description
Notebook
Exceptions
Type Description
InvalidProtocolBufferException

parseFrom(ByteBuffer data, ExtensionRegistryLite extensionRegistry)

public static Notebook parseFrom(ByteBuffer data, ExtensionRegistryLite extensionRegistry)
Parameters
Name Description
data ByteBuffer
extensionRegistry ExtensionRegistryLite
Returns
Type Description
Notebook
Exceptions
Type Description
InvalidProtocolBufferException

parser()

public static Parser<Notebook> parser()
Returns
Type Description
Parser<Notebook>

Methods

equals(Object obj)

public boolean equals(Object obj)
Parameter
Name Description
obj Object
Returns
Type Description
boolean
Overrides

getDefaultInstanceForType()

public Notebook getDefaultInstanceForType()
Returns
Type Description
Notebook

getLastAuthor()

public String getLastAuthor()

The user ID of the latest author to modify the notebook.

string last_author = 3;

Returns
Type Description
String

The lastAuthor.

getLastAuthorBytes()

public ByteString getLastAuthorBytes()

The user ID of the latest author to modify the notebook.

string last_author = 3;

Returns
Type Description
ByteString

The bytes for lastAuthor.

getName()

public String getName()

The name of the notebook.

string name = 1;

Returns
Type Description
String

The name.

getNameBytes()

public ByteString getNameBytes()

The name of the notebook.

string name = 1;

Returns
Type Description
ByteString

The bytes for name.

getNotebookUpdateTime()

public Timestamp getNotebookUpdateTime()

The most recent time the notebook was updated.

.google.protobuf.Timestamp notebook_update_time = 4;

Returns
Type Description
Timestamp

The notebookUpdateTime.

getNotebookUpdateTimeOrBuilder()

public TimestampOrBuilder getNotebookUpdateTimeOrBuilder()

The most recent time the notebook was updated.

.google.protobuf.Timestamp notebook_update_time = 4;

Returns
Type Description
TimestampOrBuilder

getParserForType()

public Parser<Notebook> getParserForType()
Returns
Type Description
Parser<Notebook>
Overrides

getSerializedSize()

public int getSerializedSize()
Returns
Type Description
int
Overrides

getService()

public String getService()

The source notebook service, for example, "Colab Enterprise".

string service = 2;

Returns
Type Description
String

The service.

getServiceBytes()

public ByteString getServiceBytes()

The source notebook service, for example, "Colab Enterprise".

string service = 2;

Returns
Type Description
ByteString

The bytes for service.

hasNotebookUpdateTime()

public boolean hasNotebookUpdateTime()

The most recent time the notebook was updated.

.google.protobuf.Timestamp notebook_update_time = 4;

Returns
Type Description
boolean

Whether the notebookUpdateTime field is set.

hashCode()

public int hashCode()
Returns
Type Description
int
Overrides

internalGetFieldAccessorTable()

protected GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()
Returns
Type Description
FieldAccessorTable
Overrides

isInitialized()

public final boolean isInitialized()
Returns
Type Description
boolean
Overrides

newBuilderForType()

public Notebook.Builder newBuilderForType()
Returns
Type Description
Notebook.Builder

newBuilderForType(GeneratedMessageV3.BuilderParent parent)

protected Notebook.Builder newBuilderForType(GeneratedMessageV3.BuilderParent parent)
Parameter
Name Description
parent BuilderParent
Returns
Type Description
Notebook.Builder
Overrides

newInstance(GeneratedMessageV3.UnusedPrivateParameter unused)

protected Object newInstance(GeneratedMessageV3.UnusedPrivateParameter unused)
Parameter
Name Description
unused UnusedPrivateParameter
Returns
Type Description
Object
Overrides

toBuilder()

public Notebook.Builder toBuilder()
Returns
Type Description
Notebook.Builder

writeTo(CodedOutputStream output)

public void writeTo(CodedOutputStream output)
Parameter
Name Description
output CodedOutputStream
Overrides
Exceptions
Type Description
IOException