Skip to content

Commit 1448c03

Browse files
committed
Release v1.1.135
1 parent 4433c2a commit 1448c03

File tree

82 files changed

+29917
-13604
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

82 files changed

+29917
-13604
lines changed

pom.xml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
<groupId>com.passkit.grpc</groupId>
44
<artifactId>sdk</artifactId>
55
<packaging>jar</packaging>
6-
<version>1.1.124-SNAPSHOT</version>
6+
<version>1.1.135-SNAPSHOT</version>
77
<properties>
88
<maven.compiler.source>1.8</maven.compiler.source>
99
<maven.compiler.target>1.8</maven.compiler.target>
@@ -112,23 +112,23 @@
112112
<dependency>
113113
<groupId>com.google.protobuf</groupId>
114114
<artifactId>protobuf-java</artifactId>
115-
<version>4.29.2</version>
115+
<version>4.31.1</version>
116116
<type>jar</type>
117117
</dependency>
118118
<dependency>
119119
<groupId>com.engine</groupId>
120120
<artifactId>grpc-ecosystem-protoc-gen-openapiv2</artifactId>
121-
<version>0.0.1-pre.1</version>
121+
<version>0.0.1-pre.2</version>
122122
</dependency>
123123
<dependency>
124124
<groupId>io.grpc</groupId>
125125
<artifactId>grpc-stub</artifactId>
126-
<version>1.70.0</version>
126+
<version>1.73.0</version>
127127
</dependency>
128128
<dependency>
129129
<groupId>io.grpc</groupId>
130130
<artifactId>grpc-protobuf</artifactId>
131-
<version>1.70.0</version>
131+
<version>1.73.0</version>
132132
</dependency>
133133
<dependency>
134134
<groupId>javax.annotation</groupId>

src/main/java/com/passkit/grpc/ARpcCertificates.java

Lines changed: 3 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

src/main/java/com/passkit/grpc/ARpcDistribution.java

Lines changed: 3 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

src/main/java/com/passkit/grpc/ARpcImages.java

Lines changed: 3 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

src/main/java/com/passkit/grpc/ARpcMessages.java

Lines changed: 3 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

src/main/java/com/passkit/grpc/ARpcOthers.java

Lines changed: 3 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

src/main/java/com/passkit/grpc/ARpcTemplates.java

Lines changed: 3 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

src/main/java/com/passkit/grpc/Analytics/ARpc.java

Lines changed: 3 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

src/main/java/com/passkit/grpc/Analytics/AnalyticsGrpc.java

Lines changed: 22 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,9 @@
33
import static io.grpc.MethodDescriptor.generateFullMethodName;
44

55
/**
6+
* <pre>
7+
* Analytics provides access to daily, monthly, or yearly analytics reports.
8+
* </pre>
69
*/
710
@javax.annotation.Generated(
811
value = "by gRPC proto compiler (version 1.60.0)",
@@ -91,12 +94,15 @@ public AnalyticsFutureStub newStub(io.grpc.Channel channel, io.grpc.CallOptions
9194
}
9295

9396
/**
97+
* <pre>
98+
* Analytics provides access to daily, monthly, or yearly analytics reports.
99+
* </pre>
94100
*/
95101
public interface AsyncService {
96102

97103
/**
98104
* <pre>
99-
* Retrieve a daily, monthly or yearly record.
105+
* Retrieves analytics data for a class or project, such as daily check-ins, installs, redemptions, etc. Required fields: classId, protocol.
100106
* </pre>
101107
*/
102108
default void getAnalytics(com.passkit.grpc.Reporting.AnalyticsRequest request,
@@ -107,6 +113,9 @@ default void getAnalytics(com.passkit.grpc.Reporting.AnalyticsRequest request,
107113

108114
/**
109115
* Base class for the server implementation of the service Analytics.
116+
* <pre>
117+
* Analytics provides access to daily, monthly, or yearly analytics reports.
118+
* </pre>
110119
*/
111120
public static abstract class AnalyticsImplBase
112121
implements io.grpc.BindableService, AsyncService {
@@ -118,6 +127,9 @@ public static abstract class AnalyticsImplBase
118127

119128
/**
120129
* A stub to allow clients to do asynchronous rpc calls to service Analytics.
130+
* <pre>
131+
* Analytics provides access to daily, monthly, or yearly analytics reports.
132+
* </pre>
121133
*/
122134
public static final class AnalyticsStub
123135
extends io.grpc.stub.AbstractAsyncStub<AnalyticsStub> {
@@ -134,7 +146,7 @@ protected AnalyticsStub build(
134146

135147
/**
136148
* <pre>
137-
* Retrieve a daily, monthly or yearly record.
149+
* Retrieves analytics data for a class or project, such as daily check-ins, installs, redemptions, etc. Required fields: classId, protocol.
138150
* </pre>
139151
*/
140152
public void getAnalytics(com.passkit.grpc.Reporting.AnalyticsRequest request,
@@ -146,6 +158,9 @@ public void getAnalytics(com.passkit.grpc.Reporting.AnalyticsRequest request,
146158

147159
/**
148160
* A stub to allow clients to do synchronous rpc calls to service Analytics.
161+
* <pre>
162+
* Analytics provides access to daily, monthly, or yearly analytics reports.
163+
* </pre>
149164
*/
150165
public static final class AnalyticsBlockingStub
151166
extends io.grpc.stub.AbstractBlockingStub<AnalyticsBlockingStub> {
@@ -162,7 +177,7 @@ protected AnalyticsBlockingStub build(
162177

163178
/**
164179
* <pre>
165-
* Retrieve a daily, monthly or yearly record.
180+
* Retrieves analytics data for a class or project, such as daily check-ins, installs, redemptions, etc. Required fields: classId, protocol.
166181
* </pre>
167182
*/
168183
public com.passkit.grpc.Reporting.AnalyticsResponse getAnalytics(com.passkit.grpc.Reporting.AnalyticsRequest request) {
@@ -173,6 +188,9 @@ public com.passkit.grpc.Reporting.AnalyticsResponse getAnalytics(com.passkit.grp
173188

174189
/**
175190
* A stub to allow clients to do ListenableFuture-style rpc calls to service Analytics.
191+
* <pre>
192+
* Analytics provides access to daily, monthly, or yearly analytics reports.
193+
* </pre>
176194
*/
177195
public static final class AnalyticsFutureStub
178196
extends io.grpc.stub.AbstractFutureStub<AnalyticsFutureStub> {
@@ -189,7 +207,7 @@ protected AnalyticsFutureStub build(
189207

190208
/**
191209
* <pre>
192-
* Retrieve a daily, monthly or yearly record.
210+
* Retrieves analytics data for a class or project, such as daily check-ins, installs, redemptions, etc. Required fields: classId, protocol.
193211
* </pre>
194212
*/
195213
public com.google.common.util.concurrent.ListenableFuture<com.passkit.grpc.Reporting.AnalyticsResponse> getAnalytics(

0 commit comments

Comments
 (0)