- 2.54.0 (latest)
- 2.53.0
- 2.52.0
- 2.50.0
- 2.49.0
- 2.48.0
- 2.47.0
- 2.46.0
- 2.45.0
- 2.44.0
- 2.43.0
- 2.42.0
- 2.41.0
- 2.40.0
- 2.38.0
- 2.37.0
- 2.36.0
- 2.35.0
- 2.34.0
- 2.33.0
- 2.32.0
- 2.31.0
- 2.30.0
- 2.29.0
- 2.28.0
- 2.25.0
- 2.24.0
- 2.23.0
- 2.22.0
- 2.21.0
- 2.20.0
- 2.19.0
- 2.18.0
- 2.17.0
- 2.16.0
- 2.15.0
- 2.14.0
- 2.13.0
- 2.12.0
- 2.11.0
- 2.10.0
- 2.9.0
- 2.8.0
- 2.7.0
- 2.6.0
- 2.5.0
- 2.4.10
- 2.3.1
- 2.2.16
public static final class BatchCreateNotesRequest.Builder extends GeneratedMessageV3.Builder<BatchCreateNotesRequest.Builder> implements BatchCreateNotesRequestOrBuilder
Request to create notes in batch.
Protobuf type grafeas.v1beta1.BatchCreateNotesRequest
Inheritance
Object > AbstractMessageLite.Builder<MessageType,BuilderType> > AbstractMessage.Builder<BuilderType> > GeneratedMessageV3.Builder > BatchCreateNotesRequest.BuilderImplements
BatchCreateNotesRequestOrBuilderStatic Methods
getDescriptor()
public static final Descriptors.Descriptor getDescriptor()
Returns | |
---|---|
Type | Description |
Descriptor |
Methods
addRepeatedField(Descriptors.FieldDescriptor field, Object value)
public BatchCreateNotesRequest.Builder addRepeatedField(Descriptors.FieldDescriptor field, Object value)
Parameters | |
---|---|
Name | Description |
field | FieldDescriptor |
value | Object |
Returns | |
---|---|
Type | Description |
BatchCreateNotesRequest.Builder |
build()
public BatchCreateNotesRequest build()
Returns | |
---|---|
Type | Description |
BatchCreateNotesRequest |
buildPartial()
public BatchCreateNotesRequest buildPartial()
Returns | |
---|---|
Type | Description |
BatchCreateNotesRequest |
clear()
public BatchCreateNotesRequest.Builder clear()
Returns | |
---|---|
Type | Description |
BatchCreateNotesRequest.Builder |
clearField(Descriptors.FieldDescriptor field)
public BatchCreateNotesRequest.Builder clearField(Descriptors.FieldDescriptor field)
Parameter | |
---|---|
Name | Description |
field | FieldDescriptor |
Returns | |
---|---|
Type | Description |
BatchCreateNotesRequest.Builder |
clearNotes()
public BatchCreateNotesRequest.Builder clearNotes()
Returns | |
---|---|
Type | Description |
BatchCreateNotesRequest.Builder |
clearOneof(Descriptors.OneofDescriptor oneof)
public BatchCreateNotesRequest.Builder clearOneof(Descriptors.OneofDescriptor oneof)
Parameter | |
---|---|
Name | Description |
oneof | OneofDescriptor |
Returns | |
---|---|
Type | Description |
BatchCreateNotesRequest.Builder |
clearParent()
public BatchCreateNotesRequest.Builder clearParent()
The name of the project in the form of projects/[PROJECT_ID]
, under which
the notes are to be created.
string parent = 1;
Returns | |
---|---|
Type | Description |
BatchCreateNotesRequest.Builder | This builder for chaining. |
clone()
public BatchCreateNotesRequest.Builder clone()
Returns | |
---|---|
Type | Description |
BatchCreateNotesRequest.Builder |
containsNotes(String key)
public boolean containsNotes(String key)
The notes to create.
map<string, .grafeas.v1beta1.Note> notes = 2;
Parameter | |
---|---|
Name | Description |
key | String |
Returns | |
---|---|
Type | Description |
boolean |
getDefaultInstanceForType()
public BatchCreateNotesRequest getDefaultInstanceForType()
Returns | |
---|---|
Type | Description |
BatchCreateNotesRequest |
getDescriptorForType()
public Descriptors.Descriptor getDescriptorForType()
Returns | |
---|---|
Type | Description |
Descriptor |
getMutableNotes()
public Map<String,Note> getMutableNotes()
Use alternate mutation accessors instead.
Returns | |
---|---|
Type | Description |
Map<String,Note> |
getNotes()
public Map<String,Note> getNotes()
Use #getNotesMap() instead.
Returns | |
---|---|
Type | Description |
Map<String,Note> |
getNotesCount()
public int getNotesCount()
The notes to create.
map<string, .grafeas.v1beta1.Note> notes = 2;
Returns | |
---|---|
Type | Description |
int |
getNotesMap()
public Map<String,Note> getNotesMap()
The notes to create.
map<string, .grafeas.v1beta1.Note> notes = 2;
Returns | |
---|---|
Type | Description |
Map<String,Note> |
getNotesOrDefault(String key, Note defaultValue)
public Note getNotesOrDefault(String key, Note defaultValue)
The notes to create.
map<string, .grafeas.v1beta1.Note> notes = 2;
Parameters | |
---|---|
Name | Description |
key | String |
defaultValue | Note |
Returns | |
---|---|
Type | Description |
Note |
getNotesOrThrow(String key)
public Note getNotesOrThrow(String key)
The notes to create.
map<string, .grafeas.v1beta1.Note> notes = 2;
Parameter | |
---|---|
Name | Description |
key | String |
Returns | |
---|---|
Type | Description |
Note |
getParent()
public String getParent()
The name of the project in the form of projects/[PROJECT_ID]
, under which
the notes are to be created.
string parent = 1;
Returns | |
---|---|
Type | Description |
String | The parent. |
getParentBytes()
public ByteString getParentBytes()
The name of the project in the form of projects/[PROJECT_ID]
, under which
the notes are to be created.
string parent = 1;
Returns | |
---|---|
Type | Description |
ByteString | The bytes for parent. |
internalGetFieldAccessorTable()
protected GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()
Returns | |
---|---|
Type | Description |
FieldAccessorTable |
internalGetMapField(int number)
protected MapField internalGetMapField(int number)
Parameter | |
---|---|
Name | Description |
number | int |
Returns | |
---|---|
Type | Description |
MapField |
internalGetMutableMapField(int number)
protected MapField internalGetMutableMapField(int number)
Parameter | |
---|---|
Name | Description |
number | int |
Returns | |
---|---|
Type | Description |
MapField |
isInitialized()
public final boolean isInitialized()
Returns | |
---|---|
Type | Description |
boolean |
mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
public BatchCreateNotesRequest.Builder mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
Parameters | |
---|---|
Name | Description |
input | CodedInputStream |
extensionRegistry | ExtensionRegistryLite |
Returns | |
---|---|
Type | Description |
BatchCreateNotesRequest.Builder |
Exceptions | |
---|---|
Type | Description |
IOException |
mergeFrom(Message other)
public BatchCreateNotesRequest.Builder mergeFrom(Message other)
Parameter | |
---|---|
Name | Description |
other | Message |
Returns | |
---|---|
Type | Description |
BatchCreateNotesRequest.Builder |
mergeFrom(BatchCreateNotesRequest other)
public BatchCreateNotesRequest.Builder mergeFrom(BatchCreateNotesRequest other)
Parameter | |
---|---|
Name | Description |
other | BatchCreateNotesRequest |
Returns | |
---|---|
Type | Description |
BatchCreateNotesRequest.Builder |
mergeUnknownFields(UnknownFieldSet unknownFields)
public final BatchCreateNotesRequest.Builder mergeUnknownFields(UnknownFieldSet unknownFields)
Parameter | |
---|---|
Name | Description |
unknownFields | UnknownFieldSet |
Returns | |
---|---|
Type | Description |
BatchCreateNotesRequest.Builder |
putAllNotes(Map<String,Note> values)
public BatchCreateNotesRequest.Builder putAllNotes(Map<String,Note> values)
The notes to create.
map<string, .grafeas.v1beta1.Note> notes = 2;
Parameter | |
---|---|
Name | Description |
values | Map<String,Note> |
Returns | |
---|---|
Type | Description |
BatchCreateNotesRequest.Builder |
putNotes(String key, Note value)
public BatchCreateNotesRequest.Builder putNotes(String key, Note value)
The notes to create.
map<string, .grafeas.v1beta1.Note> notes = 2;
Parameters | |
---|---|
Name | Description |
key | String |
value | Note |
Returns | |
---|---|
Type | Description |
BatchCreateNotesRequest.Builder |
removeNotes(String key)
public BatchCreateNotesRequest.Builder removeNotes(String key)
The notes to create.
map<string, .grafeas.v1beta1.Note> notes = 2;
Parameter | |
---|---|
Name | Description |
key | String |
Returns | |
---|---|
Type | Description |
BatchCreateNotesRequest.Builder |
setField(Descriptors.FieldDescriptor field, Object value)
public BatchCreateNotesRequest.Builder setField(Descriptors.FieldDescriptor field, Object value)
Parameters | |
---|---|
Name | Description |
field | FieldDescriptor |
value | Object |
Returns | |
---|---|
Type | Description |
BatchCreateNotesRequest.Builder |
setParent(String value)
public BatchCreateNotesRequest.Builder setParent(String value)
The name of the project in the form of projects/[PROJECT_ID]
, under which
the notes are to be created.
string parent = 1;
Parameter | |
---|---|
Name | Description |
value | String The parent to set. |
Returns | |
---|---|
Type | Description |
BatchCreateNotesRequest.Builder | This builder for chaining. |
setParentBytes(ByteString value)
public BatchCreateNotesRequest.Builder setParentBytes(ByteString value)
The name of the project in the form of projects/[PROJECT_ID]
, under which
the notes are to be created.
string parent = 1;
Parameter | |
---|---|
Name | Description |
value | ByteString The bytes for parent to set. |
Returns | |
---|---|
Type | Description |
BatchCreateNotesRequest.Builder | This builder for chaining. |
setRepeatedField(Descriptors.FieldDescriptor field, int index, Object value)
public BatchCreateNotesRequest.Builder setRepeatedField(Descriptors.FieldDescriptor field, int index, Object value)
Parameters | |
---|---|
Name | Description |
field | FieldDescriptor |
index | int |
value | Object |
Returns | |
---|---|
Type | Description |
BatchCreateNotesRequest.Builder |
setUnknownFields(UnknownFieldSet unknownFields)
public final BatchCreateNotesRequest.Builder setUnknownFields(UnknownFieldSet unknownFields)
Parameter | |
---|---|
Name | Description |
unknownFields | UnknownFieldSet |
Returns | |
---|---|
Type | Description |
BatchCreateNotesRequest.Builder |