Skip to content
This repository has been archived by the owner on Sep 16, 2023. It is now read-only.

feat(generator): update protoc to v3.15.3 #421

Merged
merged 1 commit into from Mar 1, 2021
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
Expand Up @@ -278,6 +278,26 @@ public com.google.cloud.videointelligence.v1.VideoSegmentOrBuilder getSegmentOrB
}

public static final int TRACK_ID_FIELD_NUMBER = 5;
/**
*
*
* <pre>
* Streaming mode ONLY.
* In streaming mode, we do not know the end time of a tracked object
* before it is completed. Hence, there is no VideoSegment info returned.
* Instead, we provide a unique identifiable integer track_id so that
* the customers can correlate the results of the ongoing
* ObjectTrackAnnotation of the same track_id over time.
* </pre>
*
* <code>int64 track_id = 5;</code>
*
* @return Whether the trackId field is set.
*/
@java.lang.Override
public boolean hasTrackId() {
return trackInfoCase_ == 5;
}
/**
*
*
Expand Down Expand Up @@ -1228,6 +1248,25 @@ public com.google.cloud.videointelligence.v1.VideoSegmentOrBuilder getSegmentOrB
return segmentBuilder_;
}

/**
*
*
* <pre>
* Streaming mode ONLY.
* In streaming mode, we do not know the end time of a tracked object
* before it is completed. Hence, there is no VideoSegment info returned.
* Instead, we provide a unique identifiable integer track_id so that
* the customers can correlate the results of the ongoing
* ObjectTrackAnnotation of the same track_id over time.
* </pre>
*
* <code>int64 track_id = 5;</code>
*
* @return Whether the trackId field is set.
*/
public boolean hasTrackId() {
return trackInfoCase_ == 5;
}
/**
*
*
Expand Down
Expand Up @@ -61,6 +61,23 @@ public interface ObjectTrackingAnnotationOrBuilder
*/
com.google.cloud.videointelligence.v1.VideoSegmentOrBuilder getSegmentOrBuilder();

/**
*
*
* <pre>
* Streaming mode ONLY.
* In streaming mode, we do not know the end time of a tracked object
* before it is completed. Hence, there is no VideoSegment info returned.
* Instead, we provide a unique identifiable integer track_id so that
* the customers can correlate the results of the ongoing
* ObjectTrackAnnotation of the same track_id over time.
* </pre>
*
* <code>int64 track_id = 5;</code>
*
* @return Whether the trackId field is set.
*/
boolean hasTrackId();
/**
*
*
Expand Down
Expand Up @@ -272,6 +272,26 @@ public com.google.cloud.videointelligence.v1p3beta1.VideoSegmentOrBuilder getSeg
}

public static final int TRACK_ID_FIELD_NUMBER = 5;
/**
*
*
* <pre>
* Streaming mode ONLY.
* In streaming mode, we do not know the end time of a tracked object
* before it is completed. Hence, there is no VideoSegment info returned.
* Instead, we provide a unique identifiable integer track_id so that
* the customers can correlate the results of the ongoing
* ObjectTrackAnnotation of the same track_id over time.
* </pre>
*
* <code>int64 track_id = 5;</code>
*
* @return Whether the trackId field is set.
*/
@java.lang.Override
public boolean hasTrackId() {
return trackInfoCase_ == 5;
}
/**
*
*
Expand Down Expand Up @@ -1166,6 +1186,25 @@ public com.google.cloud.videointelligence.v1p3beta1.VideoSegment.Builder getSegm
return segmentBuilder_;
}

/**
*
*
* <pre>
* Streaming mode ONLY.
* In streaming mode, we do not know the end time of a tracked object
* before it is completed. Hence, there is no VideoSegment info returned.
* Instead, we provide a unique identifiable integer track_id so that
* the customers can correlate the results of the ongoing
* ObjectTrackAnnotation of the same track_id over time.
* </pre>
*
* <code>int64 track_id = 5;</code>
*
* @return Whether the trackId field is set.
*/
public boolean hasTrackId() {
return trackInfoCase_ == 5;
}
/**
*
*
Expand Down
Expand Up @@ -61,6 +61,23 @@ public interface ObjectTrackingAnnotationOrBuilder
*/
com.google.cloud.videointelligence.v1p3beta1.VideoSegmentOrBuilder getSegmentOrBuilder();

/**
*
*
* <pre>
* Streaming mode ONLY.
* In streaming mode, we do not know the end time of a tracked object
* before it is completed. Hence, there is no VideoSegment info returned.
* Instead, we provide a unique identifiable integer track_id so that
* the customers can correlate the results of the ongoing
* ObjectTrackAnnotation of the same track_id over time.
* </pre>
*
* <code>int64 track_id = 5;</code>
*
* @return Whether the trackId field is set.
*/
boolean hasTrackId();
/**
*
*
Expand Down
Expand Up @@ -241,6 +241,27 @@ public com.google.cloud.videointelligence.v1p3beta1.StreamingVideoConfig getVide
}

public static final int INPUT_CONTENT_FIELD_NUMBER = 2;
/**
*
*
* <pre>
* The video data to be annotated. Chunks of video data are sequentially
* sent in `StreamingAnnotateVideoRequest` messages. Except the initial
* `StreamingAnnotateVideoRequest` message containing only
* `video_config`, all subsequent `AnnotateStreamingVideoRequest`
* messages must only contain `input_content` field.
* Note: as with all bytes fields, protobuffers use a pure binary
* representation (not base64).
* </pre>
*
* <code>bytes input_content = 2;</code>
*
* @return Whether the inputContent field is set.
*/
@java.lang.Override
public boolean hasInputContent() {
return streamingRequestCase_ == 2;
}
/**
*
*
Expand Down Expand Up @@ -918,6 +939,26 @@ public Builder clearVideoConfig() {
return videoConfigBuilder_;
}

/**
*
*
* <pre>
* The video data to be annotated. Chunks of video data are sequentially
* sent in `StreamingAnnotateVideoRequest` messages. Except the initial
* `StreamingAnnotateVideoRequest` message containing only
* `video_config`, all subsequent `AnnotateStreamingVideoRequest`
* messages must only contain `input_content` field.
* Note: as with all bytes fields, protobuffers use a pure binary
* representation (not base64).
* </pre>
*
* <code>bytes input_content = 2;</code>
*
* @return Whether the inputContent field is set.
*/
public boolean hasInputContent() {
return streamingRequestCase_ == 2;
}
/**
*
*
Expand Down
Expand Up @@ -65,6 +65,24 @@ public interface StreamingAnnotateVideoRequestOrBuilder
com.google.cloud.videointelligence.v1p3beta1.StreamingVideoConfigOrBuilder
getVideoConfigOrBuilder();

/**
*
*
* <pre>
* The video data to be annotated. Chunks of video data are sequentially
* sent in `StreamingAnnotateVideoRequest` messages. Except the initial
* `StreamingAnnotateVideoRequest` message containing only
* `video_config`, all subsequent `AnnotateStreamingVideoRequest`
* messages must only contain `input_content` field.
* Note: as with all bytes fields, protobuffers use a pure binary
* representation (not base64).
* </pre>
*
* <code>bytes input_content = 2;</code>
*
* @return Whether the inputContent field is set.
*/
boolean hasInputContent();
/**
*
*
Expand Down
6 changes: 3 additions & 3 deletions synth.metadata
Expand Up @@ -4,15 +4,15 @@
"git": {
"name": ".",
"remote": "https://github.com/googleapis/java-video-intelligence.git",
"sha": "8c96195993cc93a98df0cb4bd8cbf18b0e35fd11"
"sha": "ad49e34ef594efd8d00a0b737e0ce598eecc9804"
}
},
{
"git": {
"name": "googleapis",
"remote": "https://github.com/googleapis/googleapis.git",
"sha": "af8f71dae961ee036a0ac52a1965270149a6b2c9",
"internalRef": "358516065"
"sha": "f6dd7e47620566925a4b3f1ce029e74e1b2f2516",
"internalRef": "359781040"
}
},
{
Expand Down