| Package | Description |
|---|---|
| com.google.irm.service.v1alpha2.api |
| Modifier and Type | Method and Description |
|---|---|
Annotation.Builder |
ListAnnotationsResponse.Builder.addAnnotationsBuilder()
List of annotations.
|
Annotation.Builder |
ListAnnotationsResponse.Builder.addAnnotationsBuilder(int index)
List of annotations.
|
Annotation.Builder |
Annotation.Builder.addRepeatedField(Descriptors.FieldDescriptor field,
Object value) |
Annotation.Builder |
Annotation.Builder.clear() |
Annotation.Builder |
Annotation.Builder.clearAuthor()
Output only.
|
Annotation.Builder |
Annotation.Builder.clearContent()
Content of the annotation.
|
Annotation.Builder |
Annotation.Builder.clearContentType()
Content type of the annotation, for example, 'text/plain'
or 'text/markdown'.
|
Annotation.Builder |
Annotation.Builder.clearCreateTime()
Output only.
|
Annotation.Builder |
Annotation.Builder.clearField(Descriptors.FieldDescriptor field) |
Annotation.Builder |
Annotation.Builder.clearName()
Resource name of the annotation, for example,
"projects/{project_id_or_number}/incidents/{incident_id}/annotations/{annotation_id}".
|
Annotation.Builder |
Annotation.Builder.clearOneof(Descriptors.OneofDescriptor oneof) |
Annotation.Builder |
Annotation.Builder.clone() |
Annotation.Builder |
CreateAnnotationRequest.Builder.getAnnotationBuilder()
Required.
|
Annotation.Builder |
ListAnnotationsResponse.Builder.getAnnotationsBuilder(int index)
List of annotations.
|
Annotation.Builder |
Annotation.Builder.mergeAuthor(User value)
Output only.
|
Annotation.Builder |
Annotation.Builder.mergeCreateTime(Timestamp value)
Output only.
|
Annotation.Builder |
Annotation.Builder.mergeFrom(Annotation other) |
Annotation.Builder |
Annotation.Builder.mergeFrom(CodedInputStream input,
ExtensionRegistryLite extensionRegistry) |
Annotation.Builder |
Annotation.Builder.mergeFrom(Message other) |
Annotation.Builder |
Annotation.Builder.mergeUnknownFields(UnknownFieldSet unknownFields) |
static Annotation.Builder |
Annotation.newBuilder() |
static Annotation.Builder |
Annotation.newBuilder(Annotation prototype) |
Annotation.Builder |
Annotation.newBuilderForType() |
protected Annotation.Builder |
Annotation.newBuilderForType(GeneratedMessageV3.BuilderParent parent) |
Annotation.Builder |
Annotation.Builder.setAuthor(User.Builder builderForValue)
Output only.
|
Annotation.Builder |
Annotation.Builder.setAuthor(User value)
Output only.
|
Annotation.Builder |
Annotation.Builder.setContent(String value)
Content of the annotation.
|
Annotation.Builder |
Annotation.Builder.setContentBytes(ByteString value)
Content of the annotation.
|
Annotation.Builder |
Annotation.Builder.setContentType(String value)
Content type of the annotation, for example, 'text/plain'
or 'text/markdown'.
|
Annotation.Builder |
Annotation.Builder.setContentTypeBytes(ByteString value)
Content type of the annotation, for example, 'text/plain'
or 'text/markdown'.
|
Annotation.Builder |
Annotation.Builder.setCreateTime(Timestamp.Builder builderForValue)
Output only.
|
Annotation.Builder |
Annotation.Builder.setCreateTime(Timestamp value)
Output only.
|
Annotation.Builder |
Annotation.Builder.setField(Descriptors.FieldDescriptor field,
Object value) |
Annotation.Builder |
Annotation.Builder.setName(String value)
Resource name of the annotation, for example,
"projects/{project_id_or_number}/incidents/{incident_id}/annotations/{annotation_id}".
|
Annotation.Builder |
Annotation.Builder.setNameBytes(ByteString value)
Resource name of the annotation, for example,
"projects/{project_id_or_number}/incidents/{incident_id}/annotations/{annotation_id}".
|
Annotation.Builder |
Annotation.Builder.setRepeatedField(Descriptors.FieldDescriptor field,
int index,
Object value) |
Annotation.Builder |
Annotation.Builder.setUnknownFields(UnknownFieldSet unknownFields) |
Annotation.Builder |
Annotation.toBuilder() |
| Modifier and Type | Method and Description |
|---|---|
List<Annotation.Builder> |
ListAnnotationsResponse.Builder.getAnnotationsBuilderList()
List of annotations.
|
| Modifier and Type | Method and Description |
|---|---|
ListAnnotationsResponse.Builder |
ListAnnotationsResponse.Builder.addAnnotations(Annotation.Builder builderForValue)
List of annotations.
|
ListAnnotationsResponse.Builder |
ListAnnotationsResponse.Builder.addAnnotations(int index,
Annotation.Builder builderForValue)
List of annotations.
|
CreateAnnotationRequest.Builder |
CreateAnnotationRequest.Builder.setAnnotation(Annotation.Builder builderForValue)
Required.
|
ListAnnotationsResponse.Builder |
ListAnnotationsResponse.Builder.setAnnotations(int index,
Annotation.Builder builderForValue)
List of annotations.
|
Copyright © 2020 Google LLC. All rights reserved.