public interface BatchCreateOccurrencesRequestOrBuilder extends MessageOrBuilderImplements
MessageOrBuilderMethods
getOccurrences(int index)
public abstract Occurrence getOccurrences(int index)The occurrences to create. Max allowed length is 1000.
repeated .grafeas.v1.Occurrence occurrences = 2 [(.google.api.field_behavior) = REQUIRED];
| Name | Description |
| index | int |
| Type | Description |
| Occurrence |
getOccurrencesCount()
public abstract int getOccurrencesCount()The occurrences to create. Max allowed length is 1000.
repeated .grafeas.v1.Occurrence occurrences = 2 [(.google.api.field_behavior) = REQUIRED];
| Type | Description |
| int |
getOccurrencesList()
public abstract List<Occurrence> getOccurrencesList()The occurrences to create. Max allowed length is 1000.
repeated .grafeas.v1.Occurrence occurrences = 2 [(.google.api.field_behavior) = REQUIRED];
| Type | Description |
| List<Occurrence> |
getOccurrencesOrBuilder(int index)
public abstract OccurrenceOrBuilder getOccurrencesOrBuilder(int index)The occurrences to create. Max allowed length is 1000.
repeated .grafeas.v1.Occurrence occurrences = 2 [(.google.api.field_behavior) = REQUIRED];
| Name | Description |
| index | int |
| Type | Description |
| OccurrenceOrBuilder |
getOccurrencesOrBuilderList()
public abstract List<? extends OccurrenceOrBuilder> getOccurrencesOrBuilderList()The occurrences to create. Max allowed length is 1000.
repeated .grafeas.v1.Occurrence occurrences = 2 [(.google.api.field_behavior) = REQUIRED];
| Type | Description |
| List<? extends io.grafeas.v1.OccurrenceOrBuilder> |
getParent()
public abstract String getParent() The name of the project in the form of projects/[PROJECT_ID], under which
the occurrences are to be created.
string parent = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... }
| Type | Description |
| String | The parent. |
getParentBytes()
public abstract ByteString getParentBytes() The name of the project in the form of projects/[PROJECT_ID], under which
the occurrences are to be created.
string parent = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... }
| Type | Description |
| ByteString | The bytes for parent. |