public static final class Notebook.Builder extends GeneratedMessage.Builder<Notebook.Builder> implements NotebookOrBuilderRepresents 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
Inheritance
java.lang.Object > AbstractMessageLite.Builder<MessageType,BuilderType> > AbstractMessage.Builder<BuilderType> > GeneratedMessage.Builder > Notebook.BuilderImplements
NotebookOrBuilderStatic Methods
getDescriptor()
public static final Descriptors.Descriptor getDescriptor()| Returns | |
|---|---|
| Type | Description |
Descriptor |
|
Methods
build()
public Notebook build()| Returns | |
|---|---|
| Type | Description |
Notebook |
|
buildPartial()
public Notebook buildPartial()| Returns | |
|---|---|
| Type | Description |
Notebook |
|
clear()
public Notebook.Builder clear()| Returns | |
|---|---|
| Type | Description |
Notebook.Builder |
|
clearLastAuthor()
public Notebook.Builder clearLastAuthor()The user ID of the latest author to modify the notebook.
string last_author = 3;
| Returns | |
|---|---|
| Type | Description |
Notebook.Builder |
This builder for chaining. |
clearName()
public Notebook.Builder clearName()The name of the notebook.
string name = 1;
| Returns | |
|---|---|
| Type | Description |
Notebook.Builder |
This builder for chaining. |
clearNotebookUpdateTime()
public Notebook.Builder clearNotebookUpdateTime()The most recent time the notebook was updated.
.google.protobuf.Timestamp notebook_update_time = 4;
| Returns | |
|---|---|
| Type | Description |
Notebook.Builder |
|
clearService()
public Notebook.Builder clearService()The source notebook service, for example, "Colab Enterprise".
string service = 2;
| Returns | |
|---|---|
| Type | Description |
Notebook.Builder |
This builder for chaining. |
getDefaultInstanceForType()
public Notebook getDefaultInstanceForType()| Returns | |
|---|---|
| Type | Description |
Notebook |
|
getDescriptorForType()
public Descriptors.Descriptor getDescriptorForType()| Returns | |
|---|---|
| Type | Description |
Descriptor |
|
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. |
getNotebookUpdateTimeBuilder()
public Timestamp.Builder getNotebookUpdateTimeBuilder()The most recent time the notebook was updated.
.google.protobuf.Timestamp notebook_update_time = 4;
| Returns | |
|---|---|
| Type | Description |
Builder |
|
getNotebookUpdateTimeOrBuilder()
public TimestampOrBuilder getNotebookUpdateTimeOrBuilder()The most recent time the notebook was updated.
.google.protobuf.Timestamp notebook_update_time = 4;
| Returns | |
|---|---|
| Type | Description |
TimestampOrBuilder |
|
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. |
internalGetFieldAccessorTable()
protected GeneratedMessage.FieldAccessorTable internalGetFieldAccessorTable()| Returns | |
|---|---|
| Type | Description |
FieldAccessorTable |
|
isInitialized()
public final boolean isInitialized()| Returns | |
|---|---|
| Type | Description |
boolean |
|
mergeFrom(Notebook other)
public Notebook.Builder mergeFrom(Notebook other)| Parameter | |
|---|---|
| Name | Description |
other |
Notebook |
| Returns | |
|---|---|
| Type | Description |
Notebook.Builder |
|
mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
public Notebook.Builder mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)| Parameters | |
|---|---|
| Name | Description |
input |
CodedInputStream |
extensionRegistry |
ExtensionRegistryLite |
| Returns | |
|---|---|
| Type | Description |
Notebook.Builder |
|
| Exceptions | |
|---|---|
| Type | Description |
IOException |
|
mergeFrom(Message other)
public Notebook.Builder mergeFrom(Message other)| Parameter | |
|---|---|
| Name | Description |
other |
Message |
| Returns | |
|---|---|
| Type | Description |
Notebook.Builder |
|
mergeNotebookUpdateTime(Timestamp value)
public Notebook.Builder mergeNotebookUpdateTime(Timestamp value)The most recent time the notebook was updated.
.google.protobuf.Timestamp notebook_update_time = 4;
| Parameter | |
|---|---|
| Name | Description |
value |
Timestamp |
| Returns | |
|---|---|
| Type | Description |
Notebook.Builder |
|
setLastAuthor(String value)
public Notebook.Builder setLastAuthor(String value)The user ID of the latest author to modify the notebook.
string last_author = 3;
| Parameter | |
|---|---|
| Name | Description |
value |
StringThe lastAuthor to set. |
| Returns | |
|---|---|
| Type | Description |
Notebook.Builder |
This builder for chaining. |
setLastAuthorBytes(ByteString value)
public Notebook.Builder setLastAuthorBytes(ByteString value)The user ID of the latest author to modify the notebook.
string last_author = 3;
| Parameter | |
|---|---|
| Name | Description |
value |
ByteStringThe bytes for lastAuthor to set. |
| Returns | |
|---|---|
| Type | Description |
Notebook.Builder |
This builder for chaining. |
setName(String value)
public Notebook.Builder setName(String value)The name of the notebook.
string name = 1;
| Parameter | |
|---|---|
| Name | Description |
value |
StringThe name to set. |
| Returns | |
|---|---|
| Type | Description |
Notebook.Builder |
This builder for chaining. |
setNameBytes(ByteString value)
public Notebook.Builder setNameBytes(ByteString value)The name of the notebook.
string name = 1;
| Parameter | |
|---|---|
| Name | Description |
value |
ByteStringThe bytes for name to set. |
| Returns | |
|---|---|
| Type | Description |
Notebook.Builder |
This builder for chaining. |
setNotebookUpdateTime(Timestamp value)
public Notebook.Builder setNotebookUpdateTime(Timestamp value)The most recent time the notebook was updated.
.google.protobuf.Timestamp notebook_update_time = 4;
| Parameter | |
|---|---|
| Name | Description |
value |
Timestamp |
| Returns | |
|---|---|
| Type | Description |
Notebook.Builder |
|
setNotebookUpdateTime(Timestamp.Builder builderForValue)
public Notebook.Builder setNotebookUpdateTime(Timestamp.Builder builderForValue)The most recent time the notebook was updated.
.google.protobuf.Timestamp notebook_update_time = 4;
| Parameter | |
|---|---|
| Name | Description |
builderForValue |
Builder |
| Returns | |
|---|---|
| Type | Description |
Notebook.Builder |
|
setService(String value)
public Notebook.Builder setService(String value)The source notebook service, for example, "Colab Enterprise".
string service = 2;
| Parameter | |
|---|---|
| Name | Description |
value |
StringThe service to set. |
| Returns | |
|---|---|
| Type | Description |
Notebook.Builder |
This builder for chaining. |
setServiceBytes(ByteString value)
public Notebook.Builder setServiceBytes(ByteString value)The source notebook service, for example, "Colab Enterprise".
string service = 2;
| Parameter | |
|---|---|
| Name | Description |
value |
ByteStringThe bytes for service to set. |
| Returns | |
|---|---|
| Type | Description |
Notebook.Builder |
This builder for chaining. |