Class Notebook (2.49.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
TypeDescription
int

NAME_FIELD_NUMBER

public static final int NAME_FIELD_NUMBER
Field Value
TypeDescription
int

NOTEBOOK_UPDATE_TIME_FIELD_NUMBER

public static final int NOTEBOOK_UPDATE_TIME_FIELD_NUMBER
Field Value
TypeDescription
int

SERVICE_FIELD_NUMBER

public static final int SERVICE_FIELD_NUMBER
Field Value
TypeDescription
int

Static Methods

getDefaultInstance()

public static Notebook getDefaultInstance()
Returns
TypeDescription
Notebook

getDescriptor()

public static final Descriptors.Descriptor getDescriptor()
Returns
TypeDescription
Descriptor

newBuilder()

public static Notebook.Builder newBuilder()
Returns
TypeDescription
Notebook.Builder

newBuilder(Notebook prototype)

public static Notebook.Builder newBuilder(Notebook prototype)
Parameter
NameDescription
prototypeNotebook
Returns
TypeDescription
Notebook.Builder

parseDelimitedFrom(InputStream input)

public static Notebook parseDelimitedFrom(InputStream input)
Parameter
NameDescription
inputInputStream
Returns
TypeDescription
Notebook
Exceptions
TypeDescription
IOException

parseDelimitedFrom(InputStream input, ExtensionRegistryLite extensionRegistry)

public static Notebook parseDelimitedFrom(InputStream input, ExtensionRegistryLite extensionRegistry)
Parameters
NameDescription
inputInputStream
extensionRegistryExtensionRegistryLite
Returns
TypeDescription
Notebook
Exceptions
TypeDescription
IOException

parseFrom(byte[] data)

public static Notebook parseFrom(byte[] data)
Parameter
NameDescription
databyte[]
Returns
TypeDescription
Notebook
Exceptions
TypeDescription
InvalidProtocolBufferException

parseFrom(byte[] data, ExtensionRegistryLite extensionRegistry)

public static Notebook parseFrom(byte[] data, ExtensionRegistryLite extensionRegistry)
Parameters
NameDescription
databyte[]
extensionRegistryExtensionRegistryLite
Returns
TypeDescription
Notebook
Exceptions
TypeDescription
InvalidProtocolBufferException

parseFrom(ByteString data)

public static Notebook parseFrom(ByteString data)
Parameter
NameDescription
dataByteString
Returns
TypeDescription
Notebook
Exceptions
TypeDescription
InvalidProtocolBufferException

parseFrom(ByteString data, ExtensionRegistryLite extensionRegistry)

public static Notebook parseFrom(ByteString data, ExtensionRegistryLite extensionRegistry)
Parameters
NameDescription
dataByteString
extensionRegistryExtensionRegistryLite
Returns
TypeDescription
Notebook
Exceptions
TypeDescription
InvalidProtocolBufferException

parseFrom(CodedInputStream input)

public static Notebook parseFrom(CodedInputStream input)
Parameter
NameDescription
inputCodedInputStream
Returns
TypeDescription
Notebook
Exceptions
TypeDescription
IOException

parseFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)

public static Notebook parseFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
Parameters
NameDescription
inputCodedInputStream
extensionRegistryExtensionRegistryLite
Returns
TypeDescription
Notebook
Exceptions
TypeDescription
IOException

parseFrom(InputStream input)

public static Notebook parseFrom(InputStream input)
Parameter
NameDescription
inputInputStream
Returns
TypeDescription
Notebook
Exceptions
TypeDescription
IOException

parseFrom(InputStream input, ExtensionRegistryLite extensionRegistry)

public static Notebook parseFrom(InputStream input, ExtensionRegistryLite extensionRegistry)
Parameters
NameDescription
inputInputStream
extensionRegistryExtensionRegistryLite
Returns
TypeDescription
Notebook
Exceptions
TypeDescription
IOException

parseFrom(ByteBuffer data)

public static Notebook parseFrom(ByteBuffer data)
Parameter
NameDescription
dataByteBuffer
Returns
TypeDescription
Notebook
Exceptions
TypeDescription
InvalidProtocolBufferException

parseFrom(ByteBuffer data, ExtensionRegistryLite extensionRegistry)

public static Notebook parseFrom(ByteBuffer data, ExtensionRegistryLite extensionRegistry)
Parameters
NameDescription
dataByteBuffer
extensionRegistryExtensionRegistryLite
Returns
TypeDescription
Notebook
Exceptions
TypeDescription
InvalidProtocolBufferException

parser()

public static Parser<Notebook> parser()
Returns
TypeDescription
Parser<Notebook>

Methods

equals(Object obj)

public boolean equals(Object obj)
Parameter
NameDescription
objObject
Returns
TypeDescription
boolean
Overrides

getDefaultInstanceForType()

public Notebook getDefaultInstanceForType()
Returns
TypeDescription
Notebook

getLastAuthor()

public String getLastAuthor()

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

string last_author = 3;

Returns
TypeDescription
String

The lastAuthor.

getLastAuthorBytes()

public ByteString getLastAuthorBytes()

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

string last_author = 3;

Returns
TypeDescription
ByteString

The bytes for lastAuthor.

getName()

public String getName()

The name of the notebook.

string name = 1;

Returns
TypeDescription
String

The name.

getNameBytes()

public ByteString getNameBytes()

The name of the notebook.

string name = 1;

Returns
TypeDescription
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
TypeDescription
Timestamp

The notebookUpdateTime.

getNotebookUpdateTimeOrBuilder()

public TimestampOrBuilder getNotebookUpdateTimeOrBuilder()

The most recent time the notebook was updated.

.google.protobuf.Timestamp notebook_update_time = 4;

Returns
TypeDescription
TimestampOrBuilder

getParserForType()

public Parser<Notebook> getParserForType()
Returns
TypeDescription
Parser<Notebook>
Overrides

getSerializedSize()

public int getSerializedSize()
Returns
TypeDescription
int
Overrides

getService()

public String getService()

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

string service = 2;

Returns
TypeDescription
String

The service.

getServiceBytes()

public ByteString getServiceBytes()

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

string service = 2;

Returns
TypeDescription
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
TypeDescription
boolean

Whether the notebookUpdateTime field is set.

hashCode()

public int hashCode()
Returns
TypeDescription
int
Overrides

internalGetFieldAccessorTable()

protected GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()
Returns
TypeDescription
FieldAccessorTable
Overrides

isInitialized()

public final boolean isInitialized()
Returns
TypeDescription
boolean
Overrides

newBuilderForType()

public Notebook.Builder newBuilderForType()
Returns
TypeDescription
Notebook.Builder

newBuilderForType(GeneratedMessageV3.BuilderParent parent)

protected Notebook.Builder newBuilderForType(GeneratedMessageV3.BuilderParent parent)
Parameter
NameDescription
parentBuilderParent
Returns
TypeDescription
Notebook.Builder
Overrides

newInstance(GeneratedMessageV3.UnusedPrivateParameter unused)

protected Object newInstance(GeneratedMessageV3.UnusedPrivateParameter unused)
Parameter
NameDescription
unusedUnusedPrivateParameter
Returns
TypeDescription
Object
Overrides

toBuilder()

public Notebook.Builder toBuilder()
Returns
TypeDescription
Notebook.Builder

writeTo(CodedOutputStream output)

public void writeTo(CodedOutputStream output)
Parameter
NameDescription
outputCodedOutputStream
Overrides
Exceptions
TypeDescription
IOException