public static interface UserListServiceGrpc.AsyncServiceService for managing UserList resources.
Methods
createUserList(CreateUserListRequest request, StreamObserver<UserList> responseObserver)
public default void createUserList(CreateUserListRequest request, StreamObserver<UserList> responseObserver)Creates a UserList. Authorization Headers: This method supports the following optional headers to define how the API authorizes access for the request:
login-account: (Optional) The resource name of the account where the Google Account of the credentials is a user. If not set, defaults to the account of the request. Format:accountTypes/{loginAccountType}/accounts/{loginAccountId}linked-account: (Optional) The resource name of the account with an established product link to thelogin-account. Format:accountTypes/{linkedAccountType}/accounts/{linkedAccountId}
| Parameters | |
|---|---|
| Name | Description |
request |
CreateUserListRequest |
responseObserver |
io.grpc.stub.StreamObserver<UserList> |
deleteUserList(DeleteUserListRequest request, StreamObserver<Empty> responseObserver)
public default void deleteUserList(DeleteUserListRequest request, StreamObserver<Empty> responseObserver)Deletes a UserList. Authorization Headers: This method supports the following optional headers to define how the API authorizes access for the request:
login-account: (Optional) The resource name of the account where the Google Account of the credentials is a user. If not set, defaults to the account of the request. Format:accountTypes/{loginAccountType}/accounts/{loginAccountId}linked-account: (Optional) The resource name of the account with an established product link to thelogin-account. Format:accountTypes/{linkedAccountType}/accounts/{linkedAccountId}
| Parameters | |
|---|---|
| Name | Description |
request |
DeleteUserListRequest |
responseObserver |
io.grpc.stub.StreamObserver<Empty> |
getUserList(GetUserListRequest request, StreamObserver<UserList> responseObserver)
public default void getUserList(GetUserListRequest request, StreamObserver<UserList> responseObserver)Gets a UserList. Authorization Headers: This method supports the following optional headers to define how the API authorizes access for the request:
login-account: (Optional) The resource name of the account where the Google Account of the credentials is a user. If not set, defaults to the account of the request. Format:accountTypes/{loginAccountType}/accounts/{loginAccountId}linked-account: (Optional) The resource name of the account with an established product link to thelogin-account. Format:accountTypes/{linkedAccountType}/accounts/{linkedAccountId}
| Parameters | |
|---|---|
| Name | Description |
request |
GetUserListRequest |
responseObserver |
io.grpc.stub.StreamObserver<UserList> |
listUserLists(ListUserListsRequest request, StreamObserver<ListUserListsResponse> responseObserver)
public default void listUserLists(ListUserListsRequest request, StreamObserver<ListUserListsResponse> responseObserver)Lists UserLists. Authorization Headers: This method supports the following optional headers to define how the API authorizes access for the request:
login-account: (Optional) The resource name of the account where the Google Account of the credentials is a user. If not set, defaults to the account of the request. Format:accountTypes/{loginAccountType}/accounts/{loginAccountId}linked-account: (Optional) The resource name of the account with an established product link to thelogin-account. Format:accountTypes/{linkedAccountType}/accounts/{linkedAccountId}
| Parameters | |
|---|---|
| Name | Description |
request |
ListUserListsRequest |
responseObserver |
io.grpc.stub.StreamObserver<ListUserListsResponse> |
updateUserList(UpdateUserListRequest request, StreamObserver<UserList> responseObserver)
public default void updateUserList(UpdateUserListRequest request, StreamObserver<UserList> responseObserver)Updates a UserList. Authorization Headers: This method supports the following optional headers to define how the API authorizes access for the request:
login-account: (Optional) The resource name of the account where the Google Account of the credentials is a user. If not set, defaults to the account of the request. Format:accountTypes/{loginAccountType}/accounts/{loginAccountId}linked-account: (Optional) The resource name of the account with an established product link to thelogin-account. Format:accountTypes/{linkedAccountType}/accounts/{linkedAccountId}
| Parameters | |
|---|---|
| Name | Description |
request |
UpdateUserListRequest |
responseObserver |
io.grpc.stub.StreamObserver<UserList> |