- 2.86.0 (latest)
 - 2.84.0
 - 2.83.0
 - 2.82.0
 - 2.81.0
 - 2.80.0
 - 2.78.0
 - 2.76.0
 - 2.75.0
 - 2.72.0
 - 2.71.0
 - 2.70.0
 - 2.68.0
 - 2.67.0
 - 2.66.0
 - 2.65.0
 - 2.64.0
 - 2.63.0
 - 2.62.0
 - 2.61.0
 - 2.60.0
 - 2.59.0
 - 2.57.0
 - 2.56.0
 - 2.55.0
 - 2.54.0
 - 2.53.0
 - 2.52.0
 - 2.51.0
 - 2.50.0
 - 2.49.0
 - 2.48.0
 - 2.47.0
 - 2.45.0
 - 2.44.0
 - 2.43.0
 - 2.42.0
 - 2.41.0
 - 2.40.0
 - 2.39.0
 - 2.38.0
 - 2.37.0
 - 2.36.0
 - 2.35.0
 - 2.32.0
 - 2.31.0
 - 2.30.0
 - 2.29.0
 - 2.28.0
 - 2.27.0
 - 2.26.0
 - 2.25.0
 - 2.24.0
 - 2.23.0
 - 2.22.0
 - 2.21.0
 - 2.20.0
 - 2.19.0
 - 2.17.0
 - 2.16.0
 - 2.15.0
 - 2.14.0
 - 2.13.0
 - 2.12.0
 - 2.11.1
 - 2.10.0
 - 2.9.0
 - 2.8.0
 - 2.7.1
 - 2.6.0
 - 2.5.6
 - 2.3.2
 
public static final class Notebook.Builder extends GeneratedMessageV3.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
Object > AbstractMessageLite.Builder<MessageType,BuilderType> > AbstractMessage.Builder<BuilderType> > GeneratedMessageV3.Builder > Notebook.BuilderImplements
NotebookOrBuilderStatic Methods
getDescriptor()
public static final Descriptors.Descriptor getDescriptor()| Returns | |
|---|---|
| Type | Description | 
Descriptor | 
        |
Methods
addRepeatedField(Descriptors.FieldDescriptor field, Object value)
public Notebook.Builder addRepeatedField(Descriptors.FieldDescriptor field, Object value)| Parameters | |
|---|---|
| Name | Description | 
field | 
        FieldDescriptor | 
      
value | 
        Object | 
      
| Returns | |
|---|---|
| Type | Description | 
Notebook.Builder | 
        |
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 | 
        |
clearField(Descriptors.FieldDescriptor field)
public Notebook.Builder clearField(Descriptors.FieldDescriptor field)| Parameter | |
|---|---|
| Name | Description | 
field | 
        FieldDescriptor | 
      
| 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 | 
        |
clearOneof(Descriptors.OneofDescriptor oneof)
public Notebook.Builder clearOneof(Descriptors.OneofDescriptor oneof)| Parameter | |
|---|---|
| Name | Description | 
oneof | 
        OneofDescriptor | 
      
| 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.  | 
      
clone()
public Notebook.Builder clone()| Returns | |
|---|---|
| Type | Description | 
Notebook.Builder | 
        |
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 GeneratedMessageV3.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 | 
        |
mergeUnknownFields(UnknownFieldSet unknownFields)
public final Notebook.Builder mergeUnknownFields(UnknownFieldSet unknownFields)| Parameter | |
|---|---|
| Name | Description | 
unknownFields | 
        UnknownFieldSet | 
      
| Returns | |
|---|---|
| Type | Description | 
Notebook.Builder | 
        |
setField(Descriptors.FieldDescriptor field, Object value)
public Notebook.Builder setField(Descriptors.FieldDescriptor field, Object value)| Parameters | |
|---|---|
| Name | Description | 
field | 
        FieldDescriptor | 
      
value | 
        Object | 
      
| 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 | 
        |
setRepeatedField(Descriptors.FieldDescriptor field, int index, Object value)
public Notebook.Builder setRepeatedField(Descriptors.FieldDescriptor field, int index, Object value)| Parameters | |
|---|---|
| Name | Description | 
field | 
        FieldDescriptor | 
      
index | 
        int | 
      
value | 
        Object | 
      
| 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.  | 
      
setUnknownFields(UnknownFieldSet unknownFields)
public final Notebook.Builder setUnknownFields(UnknownFieldSet unknownFields)| Parameter | |
|---|---|
| Name | Description | 
unknownFields | 
        UnknownFieldSet | 
      
| Returns | |
|---|---|
| Type | Description | 
Notebook.Builder | 
        |